riingo_crypto_latest {riingo} | R Documentation |
The latest day's worth of intraday data for a given cryptocurrency
Description
This returns only the most recent day of intraday data for the supplied ticker(s).
Usage
riingo_crypto_latest(
ticker,
resample_frequency = "1min",
base_currency = NULL,
exchanges = NULL,
convert_currency = NULL,
raw = FALSE
)
Arguments
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 |
Examples
## Not run:
# The latest available day of intraday data for QQQ
riingo_crypto_latest("btcusd")
## End(Not run)