what is the difference between com.rainmatter.kiteconnect and com.zerodha.kiteconnect api

stillsweet
HELLO i am new to this,

i have subscribed for historical data as well, when i fetch data using historical api so it is showing different current data than Pi chart data, also i want to know that what is the difference between com.rainmatter.kiteconnect and com.zerodha.kiteconnect api; is the above problem related to these api.
  • rakeshr
    i have subscribed for historical data as well, when i fetch data using historical api so it is showing different current data than Pi chart data
    Do you mean historical API real-time candle OHLC is not matching with PI chart live candle?
    It won't match as historical API is not designed for the same. You can go through this thread to know more.
  • stillsweet
    Thank you Rakesh, As i could understand is :
    1> calling historical data will not match to current live data?
    2> if i make my own candle using ticks there will be small variation in my open-close compare to pi data chart ?
    3 is there any other way to generate my own candle more accuratly?

    rakesh please confirm above points.
  • rakeshr
    calling historical data will not match to current live data?
    Yes, differences may exist.
    is there any other way to generate my own candle more accurately?
    Either you can try building a candle at your end (this thread details more) or fetch a candle after a few minutes delay.
Sign In or Register to comment.