Python Client

The CM official Python client provides a simple way to access all data available via the Coin Metrics' API. Detailed documentation & installation instructions can be found on GitHub. 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.

For a thorough walkthrough of what you can do with the community client, check out our walkthrough in Jupyter Notebook form. Examples of exporting data can be found in the examples folder.

Last updated