Python API Client
Last updated
Last updated
The CM Python API Client provides a simple way to access all data available via the Coin Metrics' API. D Use this client to query all kinds of data. In just a few lines of code, anyone can access clean cryptocurrency data in a familiar form, such as a pandas dataframe. Detailed documentation & installation instructions can be found on GitHub.
For a thorough walkthrough of what you can do with the community client, check out our walkthrough. Examples of exporting data can be found in How to Export Data > .
To install the client you can run the following command:
pip install coinmetrics-api-client
Note that the client is updated regularly to reflect the changes made in API v4. Ensure that your latest version matches with what's in PyPI
To update your version, run the following command:
pip install coinmetrics-api-client -U
For more in depth information on how to use the Python API Client, see the Python API Client docs.