Professional-Quality Market Data at a Fair Price
Order book updates, snapshots, and more — CryptoMD delivers comprehensive, granular data from leading cryptocurrency exchanges. Whether you're an individual trader or part of a professional team, our service is easy to use and designed to meet your needs.
Developer-Centric API
For your convenience, we offer a simple-to-use Python library that handles data fetching and caching for you.
Our data is provided in the .parquet
format, which delivers outstanding performance and storage efficiency. It is compatible with a wide range of programming languages, supported by robust libraries.
import pandas as pd
import cryptomd
l = cryptomd.get_loader(TOKEN)
l.load_data('binance', 'spot','deltas',['BTCUSDT'], '2025-06-01T00:00:00', '2025-06-02T00:00:00')
pd.read_parquet('data/binance/spot/BTCUSDT/deltas/2025-06-01T00-00-00.parquet')[['timestampMs','price','count','isBid']]
timestamp | price | count | isBid |
---|---|---|---|
1748736000014 | 104614.90 | 0.00023 | False |
1748736000014 | 104631.21 | 0.00000 | False |
... |
Exchanges and Data Types
We provide order book updates, snapshots, and more for the following exchanges. Learn more about data availability in our documentation.

Spot
Futures
Options (coming soon)

Coming soon
Pricing & Demo
During the public beta period (till 2025-09-01) all services are available free of charge!Professional
TBA
Payment via credit card or cryptocurrency
Full data access to all exchanges
Coming soonContact Us
Have questions? Reach out to us at hi@cryptomd.net. We're happy to help!