polygon-io / issues

Quickly track and report problems with polygon.io
29 stars 0 forks source link

Historic Forex tick data missing #190

Closed dmill-bz closed 1 year ago

dmill-bz commented 2 years ago

I've noticed a lot of gaps in data. Below are a couple of the ones I can't find:

URL The RESTful API call you are making (please be sure to omit your API key) https://api.polygon.io/v1/historic/forex/USD/EUR/2022-01-12?limit=100 https://api.polygon.io/v1/historic/forex/USD/EUR/2022-01-19?limit=100 https://api.polygon.io/v1/historic/forex/USD/EUR/2022-01-20?limit=100

Result I'm getting Null ticks { "day": "2022-01-19", "map": { "ap": "ask", "bp": "bid", "t": "timestamp" }, "msLatency": "0", "pair": "USD/EUR", "status": "success", "ticks": null, "type": "forex" }

Expected Result Expecting some data.

Screenshots N/A

Desktop (please complete the following information):

Additional context N/A

jrbell19 commented 2 years ago

This is a known issue. We are working on a solution to backfill this data.

Apologies for the inconvenience!

jrbell19 commented 1 year ago

Data has been backfilled