| getCoins | R Documentation |
Returns common sample of historical prices of given portfolio of cryptocurrencies.
getCoins(
symbols,
period = "daily",
interval = NULL,
market = "USD",
key = "premium"
)
symbols |
list of cryptocurrency symbols to look up |
period |
"daily", "weekly", "monthly", "yearly", or "intraday" |
interval |
NULL for anything but intraday otherwise "1min", "5min", "15min", "30min", "60min" |
market |
currency to quote in, "USD", "CNY", "EUR", etc |
key |
"premium" or "free"; the type of API key obtained from AV |
xts
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.