R/latest.R
riingo_crypto_latest.RdThis returns only the most recent day of intraday data for the supplied ticker(s).
riingo_crypto_latest( ticker, resample_frequency = "1min", base_currency = NULL, exchanges = NULL, convert_currency = NULL, raw = FALSE )
| ticker | One or more cryptocurrency tickers.
Specified as |
|---|---|
| resample_frequency | For Tiingo data, a character specified as one of:
For IEX data, a character specified at the For Crypto data, a character specified at the |
| base_currency | Instead of |
| exchanges | If you would like to limit the query to a subset of exchanges,
pass a comma-separated list of exchanges to select. Example) |
| convert_currency | This parameter will convert the return data into another
fx rate. For example if querying |
| raw | If |
if (FALSE) { # The latest available day of intraday data for QQQ riingo_crypto_latest("btcusd") }