riingo_meta {riingo} | R Documentation |
Get meta data about a ticker available on Tiingo
Description
Retrieve start and end dates for available ticker data, along with the name, exchange, and description of the ticker.
Usage
riingo_meta(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:
riingo_meta("AAPL")
riingo_meta("QQQ")
## End(Not run)
[Package riingo version 0.3.1 Index]