Missing full days worth of data in v2 bars API

I watch ~400 tickers and they all are missing data on 2021-03-11 and 2021-03-17. Here is a curl cmd to help recreate the issue:

$ curl -X GET \
     -H "APCA-API-KEY-ID: ${YOUR_API_KEY_ID}" \
     -H "APCA-API-SECRET-KEY: ${YOUR_API_SECRET_KEY}" \
     "https://data.alpaca.markets/v2/stocks/PLTR/bars?adjustment=raw&start=2021-03-11T00:00:00-05:00&end=2021-03-12T00:00:00-05:00&limit=10000&page_token=&timeframe=1Min"

Response:

{"bars":[],"symbol":"PLTR","next_page_token":null}

The 2021 data still has gaps resulting from the difficulties with the streaming service and isn’t fully backfilled yet.

See the public beta status on docs for continuous updates.

I didn’t read the star next to ‘Done’ saying it’s not done. haha that’s confusing. :grinning_face_with_smiling_eyes: Thanks Abel. Will the v1 and v2 api be a 1x1 mapping or is it from a different datasource?