This returns only the most recent day of daily data for the supplied ticker(s).

riingo_latest(ticker)

Arguments

ticker

One or more tickers to download data for from Tiingo. Can be a stock, mutual fund, or ETF. A character vector.

Examples

if (FALSE) { # The latest available day of daily data for QQQ riingo_latest("QQQ") }