Retrieve start and end dates for available ticker data, along with the name, exchange, and description of the ticker.

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

if (FALSE) { riingo_meta("AAPL") riingo_meta("QQQ") }