We are using Zerodha .NET API and we are able to stream live bid, ask prices.
1. How often does Zerodha update live bids and ask prices? (Latency of Zerodha data feed) I am getting live bid, ask through onTick() call back
2. Maximum number of symbols, I can subscribe to Zerodha API for live data feed?
3. I need 1 min OHLC data. Does Zerodha provide ready OHLC bars? Also, I have seen onTick() call back updates with 1 sec OHLC. These are 1 sec OHLC data bars directly from the exchange?
@sujith : How to read "live current Bid and Offer/Ask" value using .Net. I have cheked above mentioned docs but I couldnt find. It would be great help if you could help me out. Thanks in advance!
Thanks in advance!