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):