Indicators

raviraji1984
I need, for my computations, EOD values for the indicators EMA20, RSI14, ATR14 and Upper BB. The important thing is the values should nearly match with the values from Zerodha chart. Is there any python library that I can use, or any other source. I also need the historical values of these indicators for 3 or 4 stocks. Is there a way to get them. Thanks
  • salim_chisty
    Kite Connect is primarily an execution and market data platform. We provide historical OHLC candle data that can be used for backtesting and analysis purposes; however, Kite Connect does not offer built-in APIs for technical indicators such as RSI, MACD, SuperTrend, Bollinger Bands, Stochastic Oscillator, or Stochastic Divergence.

    To obtain these indicators, you will need to calculate them on your end using the historical candle data fetched through the APIs. If you are using Python, you can leverage popular libraries such as TA-Lib, pandas-ta, or ta to compute indicators like EMA, RSI, ATR, MACD, Bollinger Bands, and others.

    You can find relevant resources here. Additionally, you may refer to the ChartIQ documentation for details on Kite chart indicator formulas.
Sign In or Register to comment.