Is it possible to get OHLC data of different periods using WebSocket? Please let me know. On the documentation site I did not find any mention of getting OHLC using WebSockets.
Websocket only steams live ticks. For different period data, you need to build the same at your end using WebSocket tick data. Can have a look at this thread.