These data archives are produced using free Community tier of Coin Metrics API.
Scripts for data generation are in scripts directory.
This data is similar to Coin Metrics Community Data Downloads.
Files:
csv/<coin>.csv
- CSV file per coin with all available free metricshttps://github.com/coinmetrics/data/archive/refs/heads/master.zip
- All CSV files in a zip archive
The archives are updated daily.
We will try to keep the layout and file formats of this repository stable, but there is no guarantee. In particular, sets of available assets and metrics can be changed at any time.
OUT
- required - the output folderTHROTTLE
- when set, throttles the requests to honor the rate limitVERBOSE
- when set, emits additional messages to STDOUTASSETS
- generate files for the comma-separated list of assets (default: all assets)
Example of a full local debug invocation to generate only BTC and ETH:
yarn --cwd scripts
mkdir test
OUT=./test THROTTLE=1 VERBOSE=1 ASSETS=btc,eth node ./scripts/generate.js
This data is published in the hope it will be useful, but without any warranty. You are using it at your own risk.
Data is made available under the CC BY-NC 4.0 license.