How to fetch 15 min timeframe historical data of stock

Can you please provide a guidence to get 15 min timeframe historical data of perticular stock

The API does not natively support a 15-minute timeframe. Supported timeframes include 1minute and 30minute for intraday data, and 1minute, 30minute, day, week, and month for historical data.

To generate 15-minute candlestick data, you can aggregate 1minute OHLC data. For guidance, refer to this article:

1 Like