gadicc / node-yahoo-finance2

Unofficial API for Yahoo Finance
https://www.npmjs.com/package/yahoo-finance2
MIT License
353 stars 58 forks source link

Fundamental timeseries is missing data points #752

Closed nocodehummel closed 3 months ago

nocodehummel commented 3 months ago

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 supports annual and quarterly but is missing trailing.

@Shadaeiou did an excellent job on the first version. An update is needed on the data point types used.

gadicc commented 3 months ago

:tada: This issue has been resolved in version 2.11.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: