crypto_timeseries: Daily crypto currency market data

Description Usage Arguments Details Value Examples

View source: R/crypto_timeseries.R

Description

Retrieve time series of market_cap, price_btc, price_usd and volume of specified coin - perfect for charting or time series analysis.

Usage

1

Arguments

coin

Name, symbol or slug of crypto currency

Details

Most tokens are refreshed every 6 hours.. results may vary.

Value

Daily time series of token data in a dataframe:

timestamp

Timestamp (POSIXct)

market_cap

Market Cap in USD

price_btc

Price in BTC

price_usd

Price in USD

volume

Volume traded in USD

slug

Coin URL slug (unique)

Examples

1
2
3
4
5
## Not run: 
coin       <- 'kin'
kin_charts <- crypto_timeseries(coin)

## End(Not run)

JesseVent/crypto documentation built on Nov. 28, 2020, 11:25 a.m.