Description Usage Arguments Examples
This returns only the most recent day of intraday data for the supplied ticker(s).
1 2 3 4 5 6 7 8 |
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 |
1 2 3 4 5 6 7 8 | ## Not run:
# The latest available day of intraday data for QQQ
riingo_crypto_latest("btcusd")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.