quantmod
R package quantmod by joshuaulrich — release notes from GitHub.
The R finance workhorse spends its releases absorbing what data vendors break
◆Recent moves
- 1mo ago
FRED API key support after the source requires registration
getSymbols.FRED() gains an api.key argument and nudges users without one to register, following FRED's move to require keys. A chartSeries() error message improves for empty input. Both changes originate in user reports.
View source ↗ - 1y ago
FRED URL fix and documentation cleanup
A FRED URL fix, edge-case handling from contributed patches, and documentation updates including replacing the long-delisted YHOO ticker in examples.
View source ↗ - 1y ago
Yahoo batch limit halved, ambiguous column detection fixed
The getQuote() batch size drops from 199 to 99 after Yahoo began rejecting requests of 100 or more symbols, and ambiguous OHLCVA column detection improves across all extractors — the case where getSymbols("LOW") produces columns that every Lo() call would misread. Adds ClOp() for close-to-open returns.
View source ↗ - 2y ago
Chart and option-chain fixes
Two fixes: chart_Series() with a vector TA argument, and getOptionChain.yahoo() adopting the crumb authentication already used elsewhere.
View source ↗ - 2y ago
Yahoo intraday endpoint and GDPR-aware quote failures
A substantial Yahoo compatibility release — crumb-era getQuote() repairs, an explicit error for GDPR-country users whose requests fail without consent that quantmod cannot give automatically, additional default fields, and a new intraday endpoint for getSymbols.yahoo().
View source ↗ - 3y ago