Expand description
The official Databento client library. It provides clients for fast, safe streaming of both real-time and historical market data through similar interfaces. The library is built on top of the tokio asynchronous runtime and Databento’s efficient binary encoding.
You can find getting started tutorials, full API method documentation, example code and output on the Databento docs site.
Feature flags
By default both features are enabled.
historical
: enables the historical client for data older than 24 hourslive
: enables the live client for real-time and intraday historical data
Re-exports
pub use error::Error;
pub use error::Result;
pub use historical::Client as HistoricalClient;
pub use live::Client as LiveClient;
pub use dbn;
Modules
- Types for errors received from the API and occurring in the clients.
- historical
historical
Historical client and related API types. - live
live
The Live client and related API types. Used for both real-time data and intraday historical.
Enums
- A set of symbols for a particular
SType
.