Skip to content

riingo 0.3.0

Compare
Choose a tag to compare
@DavisVaughan DavisVaughan released this 23 Jul 20:12
94de4a3
  • New riingo_fx_quote() for collecting current top-of-book data for forex
    exchange rates. This is an early beta feature, so the returned columns may
    change over time. It is not recommended to build production code using this
    function.

  • New riingo_fx_prices() for collecting forex exchange rates. This is an
    early beta feature, so the returned columns may change over time. It is
    not recommended to build production code using this function.

  • New riingo_news() for collecting information about news articles related
    to a ticker, news source, or topic (With contributions by @amiles2233, #11).

  • There are four new functions for retrieving fundamental statement data from
    the new Fundamentals Tiingo endpoint (#13). This is an add on subscription for
    Tiingo that is in beta, and is only available with a paid plan. The four
    functions are:

    • riingo_fundamentals_statements() for retrieving quarterly data from
      income statements, balance sheets, and cash flow statements.

    • riingo_fundamentals_meta() for retrieving fundamentals meta data about
      a particular ticker.

    • riingo_fundamentals_metrics() for retrieving daily fundamentals metrics
      such as market capitalization and P/E ratio.

    • riingo_fundamentals_definitions() for retrieving descriptions of the
      various metrics that can be returned by the other fundamentals utilities.

  • riingo_iex_prices() now returns a volume column (#12).

  • riingo_iex_prices() gained two new arguments. after_hours returns pre
    and post market data if any is available. force_fill will use the most
    recent OHLC data for the current time point if none is available.

  • The resample_frequency argument of riingo_prices() now correctly supports
    the weekly and annual frequencies.

  • All functions now retry their download 3 times before failing.

  • The dplyr dependency has been removed.