Delay in Intraday Candle Data

Are there any delay to receive Intraday 1 min candle data through API call? Please clarify.

Due to the nature of REST API calls, the Intraday API may experience a delay of a few milliseconds. Therefore, we recommend subscribing to the Market Data Feeder WebSocket, which provides real-time updates.

For more details, please refer to the documentation: Market Data Feeder.

To simplify the implementation of WebSockets, you can explore the streamer functionalities available in various languages:

Relate thread