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

403 Error when attempting to use spy = ETF('SPY')

Open Cerebex opened this issue 5 months ago • 3 comments

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.

Cerebex avatar Sep 15 '24 15:09 Cerebex