{"id":23029707,"url":"https://github.com/antononcube/wl-cryptocurrencydata-paclet","last_synced_at":"2026-01-28T00:08:44.337Z","repository":{"id":185392937,"uuid":"629700317","full_name":"antononcube/WL-CryptocurrencyData-paclet","owner":"antononcube","description":"Wolfram Language (aka Mathematica) paclet for cryptocurrency data retrieval.","archived":false,"fork":false,"pushed_at":"2024-09-18T23:51:14.000Z","size":5884,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-05-30T02:43:42.896Z","etag":null,"topics":["cryptocurrency","financial-data"],"latest_commit_sha":null,"homepage":"https://resources.wolframcloud.com/PacletRepository/resources/AntonAntonov/CryptocurrencyData/","language":"Mathematica","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/antononcube.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-04-18T21:13:01.000Z","updated_at":"2024-09-18T23:51:17.000Z","dependencies_parsed_at":null,"dependency_job_id":"4fd9262a-0280-4eec-8afa-9da6b469e1e3","html_url":"https://github.com/antononcube/WL-CryptocurrencyData-paclet","commit_stats":null,"previous_names":["antononcube/wl-cryptocurrencydata-paclet"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/antononcube/WL-CryptocurrencyData-paclet","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antononcube%2FWL-CryptocurrencyData-paclet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antononcube%2FWL-CryptocurrencyData-paclet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antononcube%2FWL-CryptocurrencyData-paclet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antononcube%2FWL-CryptocurrencyData-paclet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/antononcube","download_url":"https://codeload.github.com/antononcube/WL-CryptocurrencyData-paclet/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antononcube%2FWL-CryptocurrencyData-paclet/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28828273,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-27T23:29:49.665Z","status":"ssl_error","status_checked_at":"2026-01-27T23:25:58.379Z","response_time":168,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cryptocurrency","financial-data"],"created_at":"2024-12-15T14:16:53.475Z","updated_at":"2026-01-28T00:08:44.294Z","avatar_url":"https://github.com/antononcube.png","language":"Mathematica","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CryptocurrencyData WL paclet\n\nCryptocurrency data retrieval with a WL paclet.\n\nThe data ingestion approach is described in [AA1]; \nrelated data explorations are given in [AA2].\n\n![](./Documentation/Diagrams/BTC-ETH-trading-volume.jpeg)\n\n-----\n\n## Usage\n\n`CryptocurencyData[name]`   \ngives daily closing price data for the cryptocurrency name.\n\n`CryptocurencyData[name, start]`   \ngives daily closing price data for the cryptocurrency name from start to current date.\n\n`CryptocurencyData[name, {start, end}]`   \ngives daily closing price data for the cryptocurrency name from start to end.\n\n`CryptocurencyData[name, prop, {start, end}]`   \ngives value of the specified property for the cryptocurrency name from start to end.\n\n-----\n\n## Details\n\n- Generally speaking, `CryptcurrencyData` adheres to the signatures design of \n[`FinancialData`](https://reference.wolfram.com/language/ref/FinancialData.html), \nbut there are a number of differences.\n\n- `CryptocurrencyData` utilizes two data sources: Yahoo Finance and data.bitcoinity.org.\n\n- `CryptocurrencyData` caches the source-retrived-and-processed data in order to provide results faster.\n\n-----\n\n## References\n\n[AA1] Anton Antonov, \n[\"Crypto-currencies data acquisition with visualization\"](https://mathematicaforprediction.wordpress.com/2021/06/19/crypto-currencies-data-acquisition-with-visualization/), \n(2021), \n[MathematicaForPrediction at WordPress](https://mathematicaforprediction.wordpress.com).\n\n[AA2] Anton Antonov, \n[\"Cryptocurrencies data explorations\"](https://mathematicaforprediction.wordpress.com/2021/06/22/cryptocurrencies-data-explorations/), \n(2021),\n[MathematicaForPrediction at WordPress](https://mathematicaforprediction.wordpress.com).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fantononcube%2Fwl-cryptocurrencydata-paclet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fantononcube%2Fwl-cryptocurrencydata-paclet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fantononcube%2Fwl-cryptocurrencydata-paclet/lists"}