Technical indicators Eikon Data API or Datastream API

I am trying to get data for various technical indicators (RSI, Exponential Moving Average, MACD) with different time frequencies (Monthly, weekly, daily, hourly) using the Eikon Data or Datastream API.
My goal would be to get exactly the same data for the technical indicators in Python as the data I see in the charts of my Eikon Workspace.1628149372873.png

Best Answer

  • @FRZH I have written a tutorial fro working with multiple moving averages from different timeframes. You would need to adapt the code to add whatever indicator you wanted as opposed to a simple moving average or you could look at this article by my colleague which uses a library called TA-Lib to generate a whole host of technical indicators. I hope this can help.