I have used ohlc for few stocks. But the data which is getting printed is not in tick by tick form rather it is getting printed as one whole. Pls help me. Thanks in advance
The OHLC you see is the day's OHLC and not minute level. If you are looking for minute level data then you need to generate candles at your end using the Websockets API. You can get started here.