pyetfdb-scraper icon indicating copy to clipboard operation
pyetfdb-scraper copied to clipboard

Scrape ETF data for free - a python wrapper for scraping ETFDB

Results 4 pyetfdb-scraper issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** Currently ETFDB Pro users are unable to access pro data on this package. **Describe the solution you'd like** Explore what...

**Is your feature request related to a problem? Please describe.** ETF Objects should be tested to ensure that missing fields or ETFs are handled. Currently, some of the fields and...

**Is your feature request related to a problem? Please describe.** ETFDB blocks a user who has been requesting tickers after 200-300 repetitive requests. **Describe the solution you'd like** There should...

**Describe the bug** 403 Error when attempting to use spy = ETF('SPY') **To Reproduce** Steps to reproduce the behavior: ``` from pyetfdb_scraper.etf import ETF, load_etfs spy = ETF('SPY') ``` **Expected...

bug