riingo_iex_latest() now also returns avolume column, likeriingo_iex_prices()(#18).Newriingo_fx_quote() for collecting currenttop-of-book data for forex exchange rates. This is an early betafeature, so the returned columns may change over time. It is notrecommended to build production code using this function.
Newriingo_fx_prices() for collecting forex exchangerates. This is an early beta feature, so the returned columns may changeover time. It is not recommended to build production code using thisfunction.
Newriingo_news() for collecting information aboutnews articles related to a ticker, news source, or topic (Withcontributions by
There are four new functions for retrieving fundamental statementdata from the new Fundamentals Tiingo endpoint (#13). This is an add onsubscription for Tiingo that is in beta, and is only available with apaid plan. The four functions are:
riingo_fundamentals_statements() for retrievingquarterly data from income statements, balance sheets, and cash flowstatements.
riingo_fundamentals_meta() for retrievingfundamentals meta data about a particular ticker.
riingo_fundamentals_metrics() for retrieving dailyfundamentals metrics such as market capitalization and P/Eratio.
riingo_fundamentals_definitions() for retrievingdescriptions of the various metrics that can be returned by the otherfundamentals utilities.
riingo_iex_prices() now returns avolume column (#12).
riingo_iex_prices() gained two new arguments.after_hours returns pre and post market data if any isavailable.force_fill will use the most recent OHLC datafor the current time point if none is available.
Theresample_frequency argument ofriingo_prices() now correctly supports the weekly andannual frequencies.
All functions now retry their download 3 times beforefailing.
The dplyr dependency has been removed.
All functions are now robust against partial successes withmultiple tickers, and will return any data that could be downloaded andwarn about the tickers that failed. If all tickers fail, an error isthrown (#6).
A small change was made inriingo_iex_quote() toreflect the fact that the Tiingo API correctly returns JSON arraysnow.
The deprecatedglue::collapse() has been replacedwithglue::glue_collapse() (#7).
NEWS.md file to track changes to thepackage.