Product roadmap

Submit dataset requests and feature ideas here. For bug reports, use our chat support or issues tracker instead.

Trending
  1. Cboe FX ITCH (forex, foreign exchange)

    All orders plus last look quotes from 35 major banks and non-bank LPs, on one of the largest FX venues.

    Tessa Hollinger

    14

  2. 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 Banks

    12

  3. Calculated options greeks schema

    Add a schema for calculated metrics like options greeks, e.g. implied volatility, delta, etc.

    Carter Green

    12

  4. Nasdaq Nordic data

    Data for: Copenhagen Stock Exchange (Nasdaq Copenhagen) Stockholm Stock Exchange (Nasdaq Stockholm) Helsinki Stock Exchange (Nasdaq Helsinki) Iceland Stock Exchange (Nasdaq Iceland) Tallinn Stock Exchange (Nasdaq Baltic) Riga Stock Exchange (Nasdaq Baltic) Vilnius Stock Exchange (Nasdaq Baltic)

    Tessa Hollinger

    2

  5. 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 L

    2

  6. European equities data

    Hello, I'd really like high quality equities data for european exchanges like xetra, so I created this feature request. Maybe others are interested in that as well. Even EOD would be nice as a start. Kind regards,

    Alexander

    2

  7. LSE Level 2-MITCH

    Full order book feed for LSE securities — including full depth pricing data, auction imbalance, and instrument trading status.

    Tessa Hollinger

    1

  8. Support free-threaded Python in the Python client library

    Currently, we only support the standard Python versions and not the free-threaded interpreters. Supporting this will require some work in databento-dbn and perhaps dependencies of the databento package.

    Nicholas James Macholl

    1

  9. XETRA EOBI dataset

    Data for Deutsche Boerse Equities, including all schemas (MBO, MBP, ohlcv, etc)

    Renan Gemignani

    0

  10. Native Dark Mode

    Hello Databento Team, could you add a native Dark Mode across the Console, Docs, and API Explorer with system detection via prefers-color-scheme and a manual toggle to reduce eye strain and improve nighttime usability?

    Elia T

    0

  11. 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 Hollinger

    25

  12. Trading calendar information

    This feature would allow the user to request trading calendar information (such as trading session start/end times) via our API. This is especially useful when considering trading sessions that can span multiple UTC dates (and hence the possibility of having multiple trading sessions within a single day). Keywords: Market calendar, trading holidays.

    Renan Gemignani

    6

  13. Eurex EOBI dataset

    Data for Eurex, including all schemas (MBO, MBP, ohlcv, etc.).

    Renan Gemignani

    14

  14. 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 Hollinger

    13

  15. WebSocket API for live data

    To extend support to browser-based applications.

    Tessa Hollinger

    6