riingo (version 0.1.0)

riingo_latest: The latest day's worth of data for a given ticker

Description

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

Usage

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

Run this code
# NOT RUN {
# }
# NOT RUN {
# The latest available day of daily data for QQQ
riingo_latest("QQQ")

# }
# NOT RUN {
# }

Run the code above in your browser using DataCamp Workspace