Changelog
Source:NEWS.md
alphavantagepf 0.9.0
Major Changes
The Shiny interface has been completely redesigned (and recoded) to have an extendable command line interface for all analytics. New functions have been added for adding and managing data outside the app. Users can also add their own analytics and interface with the GUI using several “helper” functions. See vignettes for details.
New Features in API interface
-
av_get_pf()returns a date column for melted data. -
av_runShiny()now returns aShinyAppHandleobject and does not block execution - All helper functions (e.g.
av_extract_df) now return an empty data.table if there is nothing to extract. Setempty_dt_onerror=FALSEto throw an error. -
av_extract_fx()timestamps always returned inSys.timezone()time zone. - Functions which return multiple types as strings (specifically
av_get_pf(.,"OVERVIEW")) now properly produce type-separated tables.
Bug fixes
- Fixed app crash if no earnings transcript available.
- Fixed graphing so that stepPlots are chosen appropriately, not always.
-
splitfirstignored for single name plots. -
av_opt_helper_colsbetter determines and communicates spot levels.
Breaking changes
-
av_api_key()has been renamed toavpf_api_key()which has an additional parameterentitlement.av_api_key()is also in thealphavantagerpackage. Usage of that function is still compatible with this package, but an additional step to set entitlement status is necessary.
alphavantagepf 0.8.1 (RELEASE)
CRAN release: 2026-06-24
- Fixed initial user directory creation problem.
alphavantagepf 0.7.7
- Documentation, refactors, small fixes in DES and av_add_data
- Formatting changes, fix live feeds for user and Crypto Data
- Added support for user supplied data.
alphavantagepf 0.7.5
- Fixed cryptocurrency download conventions
- Enhanced Shiny data capture to external data and crypto.
alphavantagepf 0.7.3
- Added support for INDEX_DATA and FX
- Refactored AV capture
- Redesigned NEWS page
- Eliminated hash package dependencies
alphavantagepf 0.7.2
- Fixed parameter mapping for NEWS_SENTIMENT given ticker
- Added av_runShiny()
- Added av_extract_divs_or_splits()