riingo_crypto_meta: Get meta data about a cryptocurrency on Tiingo

Description Usage Arguments Examples

View source: R/meta.R

Description

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

Usage

1

Arguments

ticker

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

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
## 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("")


## End(Not run)

business-science/riingo documentation built on Sept. 16, 2020, 4:39 p.m.