riingo_latest {riingo} | R Documentation |
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
## Not run:
# The latest available day of daily data for QQQ
riingo_latest("QQQ")
## End(Not run)
[Package riingo version 0.3.1 Index]