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.
Checked this. This is again an input error only, wherein some parameter is being passed incorrect here.