powered by
Retrieve timeseries of market_cap, price_btc, price_usd and volume of specified coin - perfect for charting or timeseries analysis.
daily_market(coin = NULL)
Name, symbol or slug of crypto currency
Daily timeseries 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 <- daily_market(coin) # }
Run the code above in your browser using DataLab