Professional-Quality Market Data at a Fair Price
Order book updates, snapshots, funding rates, option chains, 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. Alternatively, you can manually retrieve data from our S3 storage.
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-04-09T00:00:00", "2025-04-10T00:00:00")
pd.read_parquet("data/binance/spot/BTCUSDT/deltas/2025-04-09T00-00-00.parquet")
timestamp | side | price | amount |
---|---|---|---|
1585699209920000 | ask | 6443.5 | 38640 |
1585699209947000 | bid | 6311.5 | 0 |
1585699209950000 | ask | 6428 | 13210 |
... |
Exchanges and Data Types
We provide order book updates, snapshots, funding rates, option chains, and more for the following exchanges. Learn more about data availability in our documentation.

Spot
Futures
Options (coming soon)

Coming soon
Pricing & Demo
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@cryptomarketdata.com. We're happy to help!