Getting the following error while trying to import intraday data


AttributeError Traceback (most recent call last)
Cell In[40], line 1
----> 1 dhan.intraday_minute_data(
2 security_id=‘11536’,
3 exchange_segment=‘NSE_EQ’,
4 instrument_type=‘EQUITY’
5 )

AttributeError: ‘dhanhq’ object has no attribute ‘intraday_minute_data’

Hello @affroz72

Welcome to Dhan Community!

Can you confirm which version of library you are using? We updated minor changes for Data APIs in v1.2.4. Do make sure you are on latest version.