powered by
Retrieve time series of market_cap, price_btc, price_usd and volume of specified coin - perfect for charting or time series analysis.
crypto_timeseries(coin = NULL)
Name, symbol or slug of crypto currency
Daily time series of token data in a dataframe:
Timestamp (POSIXct)
Market Cap in USD
Price in BTC
Price in USD
Volume traded in USD
Coin URL slug (unique)
Most tokens are refreshed every 6 hours.. results may vary.
# NOT RUN { coin <- 'kin' kin_charts <- crypto_timeseries(coin) # }
Run the code above in your browser using DataLab