Product roadmap
Submit requestSubmit dataset requests and feature ideas here. For bug reports, use our chat support or issues tracker instead.
Limited support for L2/L3/MBP-10/MBO on Standard plans
The legacy live usage-based plans allowed users to access L2/L3 data. However L2/L3 were pulled from the Standard plan. One possibility to increase the value of the Standard plan is to offer limited access to L2/L3, perhaps gated by a quota on symbol subscriptions per account, etc.
Tessa Hollinger4
Real-time and historical index data
Currently, indices are indirectly supported through tradable index instruments on CME futures, ETFs, etc. and we don't provide the index values (non-tradable) themselves. This may be sourced from a feed like the Cboe Global Indices Feed or NYSE Global Index Feed.
Tessa Hollinger31
Add Polars support to `to_df` method
Could we add support to make the result of DBNStore.to_df a Polars dataframe as well? Perhaps the function signature could just be overloaded with a to_polars: bool argument. Something like: In Python @overload def to_df(self, to_polars: Literal[False]) -> pd.DataFrame: ... @overload def to_df(self, to_polars: Literal[True]) -> pl.DataFrame: ... Or, maybe to_df is split into two different functions to_pandas and to_polars. Either way, it would be helpful to avoid having to do pl.from_pandas(store.to_df().reset_index(drop=False)). Plus, Polars can convert to pyarrow-Pandas zero-copy, but not the other way around.
Aidan L2
CME future product full name
The Definition schema in the GLBX.MDP3 dataset should definitely include the full product name
Matei0
CFE Book Depth
Full depth of book feed for Cboe Futures Exchange (CFE). CFE contains volatility futures and corporate bond index futures, such as VIX futures (VX, VXM).
Zach Banks15
Official Java client library
Make our historical and live APIs easier to integrate from Java.
Carter Green6
US equity trade condition codes
Add trade reporting modifier flags, e.g. those found in CTS sale conditions here: https://www.nyse.com/publicdocs/ctaplan/notifications/trader-update/cts_output_spec.pdf Similar to: https://roadmap.databento.com/b/n0o5prm6/feature-ideas/include-opra-trade-conditions
Luca L4
Australian Stocks with ASX and CBOE trades
Australian Stocks with ASX and CBOE trades
Reece P6
HKEX
Securities and futures data.
Tessa Hollinger1
Singapore Exchange (SGX) data
Stocks and derivatives data from the Singapore Exchange (SGX)
Carter Green1
Add dark mode
Original request from Juan Linares: "Great product but please add dark mode." There are two separate parts to this: Dark mode for the portal and main website (databento.com, databento.com/portal) Dark mode for the docs We can consider this only after Q1 2025 since we're doing a major rebranding of our website which is expected to finish by early April 2025. The new colors will make it easier for us to implement a dark mode.
Juan L3
CBOE Complex Options Order Feed
Adding support for the CBOE Complex Options Order Feed, which provides detailed insights into complex order activity across CBOE markets. This includes multi-leg strategy orders, spread data, and intricate order types that are vital for understanding advanced options trading strategies. Key Features: -Real-time and historical data on multi-leg orders. -Visibility into pricing and execution of complex options strategies. -Detailed breakdowns of spread and combination order flows.
Eric M Duncan3
JPX Futures
It would be great if Japan Exchange Group (Nikkei 225, etc) could be supported. CME Nikkei 225 volume is too low.
Michael Aaron B8
Separate trade-related deletions from actual order cancellations with delete ('D') action type
Currently, the cancel action type C is used for both actual order cancellations and trade-related deletions. This makes it hard to construct features based on order cancellations as they need to keep history of trades or fills and ignore cancellations that come after. To solve this, we'll be introducing a delete action type D to delete orders after a trade.
Tessa Hollinger3
Euronext equities and futures (Milan, Paris, Amsterdam, Oslo, Brussels, Lisbon, Dublin) and LuxSE
This ticket tracks all Euronext cash and derivatives markets. This includes, for example: Euronext Milan (formerly Borsa Italiana)Euronext Paris futures (CAC40, Milling Wheat, Corn, Rapeseed, etc.)Euronext Paris equitiesEuronext AmsterdamEuronext OsloEuronext BrusselsEuronext LisbonEuronext DublinLuxembourg Stock Exchange (LuxSE)
Josip V4