Basic Examples 
(3)
 

Here is time series for Bitcoin (BTC):
In[1]:=
[◼]
CryptocurrencyData
["BTC"]
Out[1]=
TimeSeries
Time: 17 Sep 2014 to 17 Aug 2021
Data points: 2523

In[2]:=
DateListPlot[%,PlotRange->All]
Out[2]=
———
Here is trading volume time series for BTC since 2018:
In[1]:=
DateListPlot
[◼]
CryptocurrencyData
["BTC","Volume","Jan 1 2018"],PlotRange->All
Out[1]=
———
Get trading volume data for Bitcoin (BTC) and Ether (ETH) since January 1st 2021:
In[1]:=
[◼]
CryptocurrencyData
[{"BTC","ETH"},"Volume","Jan 2021"]
Out[1]=
BTCTimeSeries
Time: 01 Jan 2021 to 17 Aug 2021
Data points: 229
,ETHTimeSeries
Time: 01 Jan 2021 to 17 Aug 2021
Data points: 229

Here is the corresponding plot:
In[2]:=
DateListPlot[%]
Out[2]=
BTC
ETH

Scope 
(8)
 


Options 
(8)
 


Applications 
(4)
 


Properties and Relations 
(2)
 


Possible Issues 
(3)
 


Neat Examples 
(2)
 
