Coming soon
Real-time, delayed, and intraday data streaming feeds.
Up to 15 years of normalized data. Over 3 million active symbols. 16 PB of coverage.
Corporate actions, adjustment factors, and security master for over 200 trading venues.
Raw PCAPs in native protocol delivered with nanosecond-resolution hardware timestamps.
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.
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)
Step-by-step guide to create your first Databento application.
Examples to help you get up and running with historical and real-time data.
APIs and client libraries for receiving historical data older than 24 hours.
APIs and client libraries for receiving real-time and intraday historical data from the last 24 hours.
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.