This is the data that I get on QUOTE mode, I wanted to know what is the time frame for OHLC data ? {'tradable': True, 'mode': 'quote', 'instrument_token': 1510401, 'last_price': 685.0, 'last_quantity': 0, 'average_price': 0.0, 'volume': 0, 'buy_quantity': 0, 'sell_quantity': 0, 'ohlc': {'open': 695.0, 'high': 698.6, 'low': 681.4, 'close': 691.3}, 'change': -0.9113264863300962}
I wanted to know what is the time frame for OHLC data ?
It represents a snapshot of tick data at the requested instance. OHLC or any quote APIs data don't have any time frame like historical data(which represents candle time frame). So, if you are looking for a period-based data snapshot, you will have to use historical data APIs.