Error while using historical_minute_charts function

I am getting below error when I am using historical_minute_charts API function in my code.

Hello @Uddhav23

Over here, do note that the from_date and to_date being passed are exactly the same. Do note that to_date is non-inclusive. So you will need to ensure that there is a gap of atleast one day between from_date and to_date parameter values.

Thanks for the quick response but still it is not working. Now getting other error like below :

@Uddhav23

Checked this. This is again an input error only, wherein some parameter is being passed incorrect here.