You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The recently added fundamentals time-series to retrieve financial statements is missing (many) data points (e.g. gross profit). The data point types are extracted from an example URL (see #733), but should actually represent the financial data is shown on the Yahoo Finance UI.
* #752!: resolved missing data points.
BREAKING CHANGEs:
- requires option module.
- type is removed from data key.
* Generated schema.
* Fixed prettier warnings.
* Format const with camel case.
* Fixed tests with options module required by schema.
* Saved with LF.
* Support for option module all.
* Aligned modules with Yahoo names and moved keys to json file.
* HAR file script to extract keys from requests.
* Fixed test coverage warnings.
* More time-series keys and minor script improvement.
* Changed keys means changed results :-).
* Test cases per module and period type to verify the results.
Bug Report
Describe the bug
The recently added fundamentals time-series to retrieve financial statements is missing (many) data points (e.g. gross profit). The data point types are extracted from an example URL (see #733), but should actually represent the financial data is shown on the Yahoo Finance UI.
Minimal Reproduction
await yahooFinance.fundamentalsTimeSeries('AAPL', { type: 'annual' })
Environment
Browser or Node: Node
Node version (if applicable):
npm version: 10.2.4
Browser version (if applicable):
Library version (e.g.
1.10.1
):Additional Context
In addition
fundamentalsTimeSeries
supportsannual
andquarterly
but is missingtrailing
.@Shadaeiou did an excellent job on the first version. An update is needed on the data point types used.
The text was updated successfully, but these errors were encountered: