Many times, I am interested in knowing the last stock quote (like bid/ask spread) and similar data. But it seems to be cleared sometime after the market closes, and API instead returns 0.
Is it possible to get the last value at the time of market close?
@rakeshr That's not a good solution. I would prefer if Zerodha don't expect me to create a database and host it on my end. Isn't that the job of an API?
I am afraid we can't do anything here. We don't store ticks or do any kind of processing on the ticks. We just relay the live market data as and when it is received from the exchange and store one tick that is received for serving a fresh subscription. Kite Connect is purely an execution platform, we don't intend to provide solutions for writing strategies.
Maybe you can make the time-based full market Quote request around market close and store at your end.
Can you fix it instead?
We just relay the live market data as and when it is received from the exchange and store one tick that is received for serving a fresh subscription.
Kite Connect is purely an execution platform, we don't intend to provide solutions for writing strategies.