Product roadmap
Submit requestSubmit dataset requests and feature ideas here. For bug reports, use our chat support or issues tracker instead.
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
Parquet encoding
Support Parquet as a form of encoding, aside from dbn, CSV and JSON.
Tessa Hollinger12
Calculated options greeks schema
Add a schema for calculated metrics like options greeks, e.g. implied volatility, delta, etc.
Carter Green13
Equities reference, fundamental and static data
e.g. Shares outstanding, short interest, market capitalization, P/E ratio etc.
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 V5
Backfill US equities history before 2018
The earliest that our tick history (L1 and better) goes back to is 2018, which is the start of our Nasdaq TotalView-ITCH coverage. While backfill of daily/OHLCV/L0 data is in progress, which will bring daily history back to at least 2010, we have no immediate plans to backfill our tick history yet. The root issue is that we cannot find a quality source that we trust for this granularity of data prior to 2018. While several sources exist, most of them do not meet our accuracy/quality control standards. This ticket tracks backfill of US equities - especially tick history for those venues - back to before 2018.
Tessa Hollinger1
Cboe Europe (BXE, CXE, DXE)
All Cboe Europe on-book equities markets - BXE, CXE, DXE. Captured at Equinix LD4.
Tessa Hollinger0
Consolidated US equities data
Currently, equities is supported via individual prop feeds of each venue. While NASDAQ is sufficient for getting NBBO for most of the time, some users prefer something that will be more in line with actual NBBO from SIPs. This feature request tracks 3 possible modes of consolidation for both historical and live data: Databento server-side consolidation of multiple proprietary feeds Consolidated data from proprietary feed like Nasdaq Basic in lieu of SIP Consolidated data from CTA/UTP SIPs We plan on implementing 1-2 of these three options.
Tessa Hollinger15
Support for Global Trading Hours (GTH) on OPRA US options data
Only regular trading hours are supported currently.
Carter Green6
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
Indian stock and derivatives data
National Stock Exchange (NSE) and Bombay Stock Exchange (BSE) data.
Amit S8
Smart symbology for options
At the moment, options data users have to rely on fetching the definition schema and filtering for symbols that they're interested in using fields like expiration, asset, underlying_product, instrument_class, group, and strike_price. It would be convenient to fetch the options or options chains with particular conditions on expiration and strike price without going through the definition schema. This would be similar to smart symbology for futures. Note that even after this feature is released, we still recommend users to use definition as it gives more control and transparency over the symbology resolution.
Tessa Hollinger7
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
HKEX
Securities and futures data.
Tessa Hollinger2
Singapore Exchange (SGX) data
Stocks and derivatives data from the Singapore Exchange (SGX)
Carter Green1