BuildWithData / BTC-ETF-Tracker

Track Bitcoin ETFs with high quality data FOR FREE
https://twitter.com/BTCETFTracker
6 stars 4 forks source link

ref_date #80

Open BuildWithData opened 3 months ago

BuildWithData commented 3 months ago

Scenario:

Suppose on day X there is no trading bcs TradFi is shut down (eg christmas), data are scraped and then data are extracted with ref_date = X -1

On Day X + 1 trading is back, ie on Day X + 2 data are updated and when they are scraped ref_date = X + 1

Problem:

Any consumption table will be missing a row with ref_date= X

Solution:

Add row for ref_date= X with data from X -1