riingo (version 0.1.0)

riingo_crypto_meta: Get meta data about a cryptocurrency on Tiingo

Description

Relevant returned meta data include: ticker, name, description, quote currency, and base currency.

Usage

riingo_crypto_meta(ticker)

Arguments

ticker

One or more cryptocurrency tickers. Specified as "btcusd" for bitcoin quoted in USD. A character vector.

Examples

Run this code
# NOT RUN {
# }
# NOT RUN {
# Bitcoin meta
riingo_crypto_meta("btcusd")

# A trick to return ALL crypto meta data
# For some reason Descriptions are not returned here
riingo_crypto_meta("")

# }
# NOT RUN {
# }

Run the code above in your browser using DataLab