Day Timeframe data not retrieved for Commodity and Futures Data

Sir,

Couldn’t able to get the Day timeframe data for Commodity and Futures data. whereas lower timeframe is retrieved..

FutChart = tsl.get_historical_data(tradingsymbol=‘NIFTY MAR FUT’, exchange=‘NFO’, timeframe=‘DAY’)
CommodChart = tsl.get_historical_data(tradingsymbol=‘CRUDEOIL’, exchange=‘MCX’, timeframe=‘DAY’)

pip show dhanHQ
Name: dhanhq
Version: 2.2.0rc1
Summary: The official Python client for communicating with the DhanHQ API

(.venv) PS C:\Users\Admin\PycharmProjects\PythonProject1> pip show Dhan-Tradehull
Name: Dhan_Tradehull
Version: 3.2.0

Example: github . com/dhan-oss/DhanHQ-py/blob/main/examples/historical_data.py#L12

Hi @Sudhakar_Prabhakar ,

DAY timeframe is currently not supported for commodity, you can resample the data according to the requirement