Stream live , bid , ask prices

algo_programmer
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?
Sign In or Register to comment.