pandas-datareader
pandas-datareader copied to clipboard
Fixes YahooOptions requests yielding 'Forbidden'
- [x] closes #923
- [ ] tests added / passed
- [ ] passes
git diff upstream/master -u -- "*.py" | flake8 --diff - [ ] passes
black --check pandas_datareader - [ ] added entry to docs/source/whatsnew/vLATEST.txt
Here SO seems to be more evidence that they changed their API to constrain user agents.
Your "utils.py" edit worked for me. Thanks!