Historical data 15 / 10 min TF

Hi Dhan team,
When multi time frame candle historical data will be available.
my algo runs on 10 & 15 mins TF, but, i can fetch either Daily or 1min intraday data.
Please let me know is there any other option to fetch 10 / 15 min Historical data

Thanks & Regards
SDJ

Hello @sdp.jd

Welcome to Dhan Community! Excited to know that you are looking to build on top of DhanHQ APIs.

The reason for providing 1 min candle data is simply because any candle of time interval more than 1 min can be constructed using this data.

For example, if you want to build 15 mins data, then essentially you just need to combine 15 one minute candles and take OHLC values of the same.

but we need historical 15 or 5 mins data so that we can implement our algos for intraday trading. For same day data, yes we can save 1st and last value for every 5-15 mins but what about last day data.

Either I need to run my program to capture data on daily basis so that I can have repo of all the data from now on else I will end up having daily basis data which is of no point as intra day trader. Even Zerodha has this fucntionality, they provide historical data in 15, 30 mins etc

Hello @Ashish_Sharma

Welcome to MadeForTrade community!

Yes, we have this feedback and we are working on this already. For index construction, we are looking to add data for time frame more than the current day.