Skip to content

CommanderCrowCode/WL-CryptocurrencyData-paclet

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CryptocurrencyData WL paclet

Cryptocurrency data retrieval with a WL paclet.

The data ingestion approach is described in [AA1]; related data explorations are given in [AA2].


Usage

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

  • Generally speaking, CryptcurrencyData adheres to the signatures design of FinancialData, but there are a number of differences.

  • CryptocurrencyData utilizes two data sources: Yahoo Finance and data.bitcoinity.org.

  • CryptocurrencyData caches the source-retrived-and-processed data in order to provide results faster.


References

[AA1] Anton Antonov, "Crypto-currencies data acquisition with visualization", (2021), MathematicaForPrediction at WordPress.

[AA2] Anton Antonov, "Cryptocurrencies data explorations", (2021), MathematicaForPrediction at WordPress.

About

Wolfram Language (aka Mathematica) paclet for cryptocurrency data retrieval.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Wolfram Language 100.0%