pyetfdb-scraper
pyetfdb-scraper copied to clipboard
403 Error when attempting to use spy = ETF('SPY')
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 behavior Pull information properly
Additional context It times out and waits 15 minutes but does not fix the issue.