How fetch live index ohlc data using api updated every 30 sec
Hi @Deepak_46441659,
You can call our OHLC API (Get Full Market Quote API) every 30 seconds. However, please ensure that you adhere to the rate limit rules (Rate Limiting Documentation).
Currently, our API provides the previous 1-minute OHLC data, but we will soon be introducing real-time OHLC data in the API.
For live OHLC data, I recommend using WebSockets. Please refer to the documentation: Market Data Feed via WebSockets.
To simplify WebSocket implementation, you can use the streamer functionalities available in our SDKs:
- Python SDK: Feeder Functions Documentation
- Node.js SDK: Feeder Functions Documentation
- PHP SDK: Feeder Functions Documentation
- Java SDK: Feeder Functions Documentation