yahoofinancer
R package yahoofinancer by rsquaredacademy — release notes from GitHub.
A Yahoo Finance client that spent four years chasing API drift before adding bulk retrieval
◆Recent moves
- 2mo ago
Adds a Tickers class for multi-symbol retrieval
Introduces a Tickers class that accepts a vector of symbols and returns pricing, valuation measures and history in one call, while the single-asset Ticker class stays in place. The first release in this history to add capability rather than repair upstream breakage, though it leaves the package with two parallel object models.
View source ↗ - 1y ago
Fixes valuation columns, quote path and options endpoint
Corrects valuation measures returning identical values across columns, a wrong API path for quotes, and an error in the options endpoint. Three separate symptoms of the same underlying problem: tracking an API that changes without notice.
View source ↗ - 2y ago
Fixes row mismatch and CRAN check error
A small bugfix release covering a row mismatch, a CRAN error and an incorrect package alias. Routine upkeep during the package's repair-driven period.
View source ↗ - 3y ago
Repairs breakage from Yahoo Finance API changes
A release existing solely to fix bugs caused by upstream Yahoo Finance API changes. The clearest statement of the dependency risk that shapes this package's release cadence.
View source ↗ - 3y ago
Adds a NEWS.md changelog file
The initial tracked release, adding a NEWS.md to record changes. A starting marker rather than a change in its own right.
View source ↗