justetf-scraping
justetf-scraping copied to clipboard
Scraping the justETF
When executing the command `justetf_scraping.load_overview()` I get: ``` FutureWarning: Downcasting behavior in `replace` is deprecated and will be removed in a future version. To retain the old behavior, explicitly call...
I am facing this error. It's is likely that something has changed on the other end, preventing scraping to execute. ``` >>> import justetf_scraping as js >>> df=js.load_overview() Traceback (most...
Thanks for this excellent work! For the ETFs with multiple tickers in different exchanges, the current code seems to use ISIN as the unique identifier and only provides one ticker....
- [x] Scrape stock exchange listings (partly closes #20) - [x] Add `py.typed` file to project
Hello guys is there any way to extract the country allocation and sectors?
In case you pass an ISIN which does not exist to load_chart, the API call might make a redirect so I suggest adding ``` allow_redirects=False, ``` on the requests.
Hello guys thank you for you good work, is there a way to scrape the list of holdings, countries and sectors given the ISIN? For instance United States 59.18% Japan...
Not sure if it's just me, but every requests now ends with a 403 error (Forbidden)