polygon-io / issues

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

Request for aggregates (Bars) returns empty result (Feb 2022) #232

Closed mferreri86 closed 1 year ago

mferreri86 commented 1 year ago

URL https://api.polygon.io/v2/aggs/ticker/AAMC/range/1/minute/2022-02-01/2022-02-28?adjusted=true&sort=asc&limit=20000

Result { "ticker": "AAMC", "queryCount": 0, "resultsCount": 0, "adjusted": true, "status": "OK", "request_id": "f592854655a8321521adebf528e0b611" }

Expected Result resultsCount should be greater than 0

jrbell19 commented 1 year ago

It looks like AAMC did not begin trading until 2022-03-21: https://api.polygon.io/v3/trades/AAMC?order=asc&timestamp.gte=2022-01-01&apiKey=

It looks like NYSE halted their trading for some time according to this filing: https://finance.yahoo.com/sec-filing/AAMC/0001104659-22-006722_1555074

jrbell19 commented 1 year ago

Let me check, there seems to be a daily aggregate for each trading day in October, so I would expect them all to be returned.

jrbell19 commented 1 year ago

Actually, there were only 21 trading days in October '21, so this makes sense.

Apologies for the confusion.