1 Min candle data streaming


  • NSE provides 1 minute Snapshot/ Delayed Data as a package. Is there a way for AngelOne Team to stream 1 minute Candle data as a socket or some other streaming way.
    While I understand I can use websocket and Intraday API's, however a streaming with higher number of tokens leads to high processing requirement and API's fetching isn't good for system Load as there are rate limits.
    Requesting to explore some way to stream just 1 min candle data where we can listen to some data and do our Analysis and not focus on creating candlestick out of raw tick data.


  • i have created logic that convert raw websocket streaming price into all interval time frame candle stick i had using redis to store that candle ohlc data reach me out i will provide you code to do that it is in nodejs