atreadw1492 / yahoo_fin

Scrape stock price history from new (Spring 2017) Yahoo Finance layout
MIT License
285 stars 125 forks source link

Include multi-year data in Income Statement method #92

Open dereckmartin opened 1 year ago

dereckmartin commented 1 year ago
Screen Shot 2022-11-08 at 9 17 09 PM

The income statement method only returns the current year, but there are multiple years available.

It appears the store used by _parse_json only contains the current year. Looking at the data payload, it appears the multi-year data may be in QuoteTimeSeriesStore.

Would it be possible to include the multi-year data?