Not getting historical data for today morning

jits_1998
Hi,

I am getting 0 entries for 1 min historical data for today. Anyone else facing it?
  • jits_1998
    so, here is the issue. if i want to fetch a single candle, i would sent same time on both from and to, it worked and still works for yesterday data, but for current data "from today" I need to add 1 sec to end time to get it. weird.
  • salim_chisty
    We're checking this and will provide an update shortly.
  • salim_chisty
    The backend validation for fetching candle data differs for the current trading day compared to historical dates. Since today’s candles include real-time market data, requests where the from and to date-time are the same may not return the expected results.

    To avoid this, please ensure that the from and to date-time values are not identical when requesting data for the current trading day. The API expects a valid time range between these parameters to return candle records.
Sign In or Register to comment.