[Resolved] Inquiry Regarding Minute-Wise Historical Data Availability

Dear Dhan Team,

I recently purchased a subscription to access the Dhan API , with the primary intent of retrieving minute-wise historical trading data for my use. However, I have discovered that the API does not currently support minute-level data for historical charts, which is essential for my trading and analysis needs.

Could you please clarify the availability of this feature or suggest any alternatives for accessing minute-wise historical data?

and also tell me why both below functions returning same value in output dhanhq.py :-

def historical_daily_data(self,symbol,exchange_segment,instrument_type,expiry_code,
from_date,to_date):

def historical_minute_charts(self,symbol,exchange_segment,instrument_type,expiry_code,
from_date,to_date):

Hello @Rahul_Kumar1

Welcome to MadeForTrade community!

We have Minute-wise Historical Data for Last 5 trading days on V2 API. You can see details of the same : here.

This is not added on Python library yet.