polygon-io / issues

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

Missing entries for some stocks in Tickers v3 API #207

Open bluelu opened 2 years ago

bluelu commented 2 years ago

Hi

I am using the v3/reference/tickers API to fetch all symbols traded on a given exchange on a given date. I observed some weird behaviour, where some stocks go missing from one day to the other, then reappearing again.

For reference, consider the Yahoo stock on 2010-07-22 until 2010-07-24:

Also note the field last_updated_utc, which is only set to the day after, while the stock is clearly being traded on more dates afterwards.

Thanks

herebebeasties commented 1 year ago

FWIW https://api.polygon.io/v3/reference/tickers?market=stocks&ticker=YHOO&date=2010-07-23&apiKey=* has YHOO, but without the primary_exchange set (which is why your filtered view is missing it).

jrbell19 commented 1 year ago

The files which we get were missing this field. We have a solution for these types of one-off data issues, however I'm not sure when to expect the ultimate resolution.