Wolfram Language Paclet Repository

Community-contributed installable additions to the Wolfram Language

Primary Navigation

    • Cloud & Deployment
    • Core Language & Structure
    • Data Manipulation & Analysis
    • Engineering Data & Computation
    • External Interfaces & Connections
    • Financial Data & Computation
    • Geographic Data & Computation
    • Geometry
    • Graphs & Networks
    • Higher Mathematical Computation
    • Images
    • Knowledge Representation & Natural Language
    • Machine Learning
    • Notebook Documents & Presentation
    • Scientific and Medical Data & Computation
    • Social, Cultural & Linguistic Data
    • Strings & Text
    • Symbolic & Numeric Computation
    • System Operation & Setup
    • Time-Related Computation
    • User Interface Construction
    • Visualization & Graphics
    • Random Paclet
    • Alphabetical List
  • Using Paclets
    • Get Started
    • Download Definition Notebook
  • Learn More about Wolfram Language

CryptocurrencyData

Tech Notes

  • Crypto-currencies data acquisition with visualization
  • Cryptocurrencies data explorations

Symbols

  • CryptocurrencyData
AntonAntonov`CryptocurrencyData`
CryptocurrencyData
​
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

Examples  
(1)
Basic Examples  
(1)
Here is time series for Bitcoin (BTC):
In[1]:=
CryptocurrencyData
["BTC"]
Out[1]=
TimeSeries
Time:
17 Sep 2014
GMT
-4
to
18 Apr 2023
GMT
-4
Data points: 3136

In[2]:=
DateListPlot[%,PlotRangeAll,PlotLabel"BTC",FrameLabel{"Year","Dollars"}]
Out[2]=
Here is trading volume time series for BTC since 2018:
In[3]:=
DateListPlot
CryptocurrencyData
["BTC","Volume","Jan 1 2018"],PlotRangeAll
Out[3]=
Get trading volume data for Bitcoin (BTC) and Ether (ETH) since January 1st 2022:
In[4]:=
CryptocurrencyData
[{"BTC","ETH"},"Volume","Jan 2022"]
Out[4]=
BTCTimeSeries
Time:
01 Jan 2022
GMT
-4
to
18 Apr 2023
GMT
-4
Data points: 473
,ETHTimeSeries
Time:
01 Jan 2022
GMT
-4
to
18 Apr 2023
GMT
-4
Data points: 473

Here is the corresponding plot:
In[5]:=
DateListPlot[%,PlotRangeAll]
Out[5]=
BTC
ETH
SeeAlso
"XXXX"
""

© 2025 Wolfram. All rights reserved.

  • Legal & Privacy Policy
  • Contact Us
  • WolframAlpha.com
  • WolframCloud.com