Function Repository Resource:
Cryptocurrency Data
Cryptocurrency data retrieval
CryptocurencyData[name] gives daily closing price data for the cryptocurrency name. | |
CryptocurencyData[name,start] gives daily closing price data for the cryptocurrency name from start to current date. | |
CryptocurencyData[name,{start,end}] gives daily closing price data for the cryptocurrency name from start to end. | |
CryptocurencyData[name,prop,{start,end}] gives value of the specified property for the cryptocurrency name from start to end. |
Details and Options
Currency | USD | currency |
LedgerStart | {2009, 1, 3} | ledger start date |
Quantities | False | wether quantity units to be used or not |
ResultType | TimeSeries | type of the result |
Source | YahooFinance | source for cryptocurrency data |
Examples
Basic Examples (3) 
Here is time series for Bitcoin (BTC):
In[1]:= |
Out[1]= |
In[2]:= |
Out[2]= |
Here is trading volume time series for BTC since 2018:
In[3]:= |
Out[3]= |
Get trading volume data for Bitcoin (BTC) and Ether (ETH) since January 1st 2021:
In[4]:= |
Out[4]= |
Here is the corresponding plot:
In[5]:= |
Out[5]= |
Scope (8) 
Here are time series of different properties for Bitcoin (BTC) and Ether (ETH):
In[6]:= |
Out[6]= |
Instead of time series we can get Dataset objects instead:
In[7]:= |
Out[7]= |
Get the cryptocurrency summary data from Yahoo Finance:
In[8]:= |
Out[8]= |