BuildWithData / BTC-ETF-Tracker

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

ARKB Scraper #87

Open BuildWithData opened 1 month ago

BuildWithData commented 1 month ago

Since June when scraping the webpage, which is saved as an html file, relevant data like number of shares are missing from the saved html file. This is probably bcs they have changed the webpage and the scraping commands are not effective anymore.

This causes the scraper to fail when the extract method is called as either empty strings or None values are found

I do not know how to tackle this bug, but we are not using any data from the webpage itself as holdings are found in the csv file. So let's turn off this for now meanwhile we figure out how to fix this bug