View source: R/download_coindesk_bpi.R
coindesk_download | R Documentation |
This function downloads the daily time series data of the CoinDesk Bitcoin Price Index (BPI), given a specified starting point and ending point.
coindesk_download(start = "2011-01-01", end = "2017-07-27")
start |
is the starting point of the required daily data sample |
end |
is the ending point of the required daily data sample |
a xts object containing the required historical daily data for the CoinDesk Bitcoin Price Index
xbp_data <- coindesk_download(start="2011-01-01",end="2017-07-27")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.