A simpler, faster way to get market data

Market data APIs for real-time and historical data. Direct from colocation sites. Customize and get instant pricing.

Futures
CME Globex MDP 3.0ICE Futures EuropeICE Endex
Options
OPRACME Globex MDP 3.0ICE Futures EuropeICE Endex
Equities
Databento US Equities
Used by 3,000+ leading firms and high-growth startups

Build your first application in 4 lines of code

Databento works with any language through our Raw API, which uses a binary protocol over TCP, and our HTTP API. We also provide client libraries for Python, C++ and Rust.

Client libraries:

APIs:

Python
Rust
HTTP
C++
1
2
3
4
5
6
7
8
9
10
11
12
import databento as db
client = db.Historical('YOUR_API_KEY')

data = client.timeseries.get_range(
    dataset='GLBX.MDP3',
    schema='mbo',
    start='2023-01-09T00:00',
    end='2023-01-09T20:00',
    limit=100,
)

data.replay(print)
Output

Direct from colocation facilities

All data is sourced directly from raw feeds at our Equinix NY4 and Aurora I colocation sites, with no third-party data providers in between.

Data center illustration
Schemas
Our datasets support multiple formats, such as order book, tick data, bar aggregates, and more. View all supported schemas ->
mbo

Market by order

Market by order, full order book, L3.
mbp-10

Market by price

Market by price, market depth, L2.
mbp-1

Market by price

Top of book, trades and quotes, L1.
trades

Trades

Tick-by-tick trades, last sale.
tbbo

Top of book

Top of book, sampled in trade space.
ohlcv-t

OHLCV (Bars)

Aggregates per second, minute, hour, or day.
statistics

Statistics

Intraday and end-of-day trading statistics.
definition

Definitions

Point-in-time instrument definitions.
imbalance

Imbalance

Auction imbalance, order imbalance.

The market data platform you’ll enjoy using

Get instant pricingOnly pay for the data you use with usage-based pricing, or get unlimited data for a flat rate.
Manage licenses in one placeAnswer a short questionnaire to determine your monthly license fees and activate live data.
TeamsAdministrate billing, entitlements, and multiple users directly on our self-service portal.
Optimized for Pandas dataframesGet market data in dataframes at over a million rows per second.
Optimized for Pandas dataframes
Multiple encodingsChoose between CSV, JSON, and our highly-compressible binary encoding, DBN.
Multiple encodings
Nanosecond, PTP-synchronized timestampsThe only normalized market data solution to provide up to four timestamps for every event, with sub-microsecond accuracy across venues.
Nanosecond, PTP-synchronized timestamps
Tick-by-tick with full order book depthAll buy and sell orders at every price level. Get each trade, every tick, and order queue composition.
Tick-by-tick with full order book depth
Entire venue in a single subscriptionSubscribe to every update of every symbol on the venue, in a single API call—like a direct feed—be it over internet or cross-connect.
Entire venue in a single subscription

The fastest real-time feed over public cloud

590 microseconds. The median latency from matching engine to your application over internet.
Colocation
Layer 1 switches
PTP
FPGAs
Rust
Zero-copy
Kernel bypass
Redundancy
Our servers are situated in primary colocation facilities, like Equinix NY4 and CyrusOne Aurora I, to minimize hops to the matching engine. This reduces latency and makes our timestamps more deterministic.
Engineering timeline illustration
Complete Databento live architectureLive system performance
Constellation of logos

Unlock market data today with $125 in free credits

Free credit applies to any of our subscription plans or historical data.Sign upJoin our Slack community ->