Last days Data missing in node js client

vivekvs
Hi, I am using node js client. While fetching historical data for the interval 'day', i am not getting latest day candles data . kindly check..

//code sample kc2.getHistoricalData(408065,'day','2021-05-27','2021-06-07',false,1)
  • himanshu_0406
    Hi All,
    I have got same issue
    So, please help us for this issue
  • rakeshr
    This is not an issue. In node js, Date objects by default are always zero UTC offset i.e in the UTC time zone. If you want time string in your local time zone, you can convert using toLocaleString(), by keeping your local system to be in IST.
Sign In or Register to comment.