dpguthrie / dpguthrie/yahooquery
all_financial_data doesn't work for quarterly data.
Open
- Dominant language
- Python
- Stars
- 920
- Forks
- 164
- PR merge metrics
- No merged PRs in 30d
Description
all_financial_data doesn't work for quarterly data.
from yahooquery import Ticker
aapl = Ticker('aapl')
aapl.all_financial_data('q')
{'error': 'HTTP 404 Not Found. Please try again'}
stopped working on May 15th.
it works like this:
from yahooquery import Ticker
aapl = Ticker('aapl')
aapl.all_financial_data()
**Desktop (please complete the following information):**
- linux
- Python 3.10.6
- yahooquery-2.3.1
Contributor guide
Assessment
This issue has not been assessed yet.