Hi, I am using node js client. While fetching historical data for the interval 'day', i am not getting current day's data even after closing, why is it so . Bye the way kindly add nodejs as category
Dates are converted to UTC by default in the Axios HTTP client we use for our Node js client. So, you need to convert it back to IST(Indian standard time) at your end. I will check more on the other possibility.
Edit: Node js category is added.
I will check more on the other possibility.