dpguthrie / dpguthrie/yahooquery

all_financial_data doesn't work for quarterly data.

Open
#191 8 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.