Product roadmap

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

Trending
  1. 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
    #Datasets 📶

    6

  2. WebSocket API for live data

    To extend support to browser-based applications.

    Tessa Hollinger
    #APIs 🔗

    3

  3. ICE iMpact: ICE US Futures

    For ICE US futures including US softs and financials, such as cocoa, cotton, sugar, frozen orange juice, canola, world cotton, US grains, precious metals, MSCI indices, all currency pairs, and US Dollar Index. This was previously tied to this ticket for ICE Futures Europe and ICE Endex. However, we've decided to release ICE Futures Europe and Endex first separately from ICE US.

    Tessa Hollinger
    #Datasets 📶

    2

  4. Add periodic MBO book snapshots to Live API

    Currently, to fully process MBO data in Live starting in the middle of the session, the client needs to replay data from the start of the session (i.e. with start=0) or merging previously-recorded data. Our Historical API partially addresses this problem by including snapshots for CME at UTC midnight (00:00:00Z), since CME has weekly sessions starting Sunday afternoon. Our Live API should have a way of specifying to start with a snapshot, then continue with incremental updates. The client-side implementation should not need to merge/arbitrate between different sources or carefully pick a start time. (Though, set the F_SNAPSHOT flag so that the client can distinguish the synthetic snapshot messages from incremental updates.) This is distinct from other snapshot methods mentioned "Provide snapshots for historical and live data" which may be implemented separately. See also: Allow live API clients to request for MBO snapshot recovery

    Zach Banks
    #APIs 🔗

    5

  5. Mid session live stream subscription and unsubscription

    I am building an algorithmic options strategy that needs to subscribe to a constantly changing subset of MBP-1 data, following the spot for the underlying security (think +/- 3 strikes, all first expiry). The ability to add and remove tickers from an already started data subscription would massively simplify implementing a tracking feature. As far as I can tell at the moment, I would need to initiate a second connection for an updated list and then close the first, de-duplicating messages in the interim.

    Sean K
    #APIs 🔗

    0

  6. Natural Gas

    Dear Customer Service, My name is Mika Brouwer and I am the president of the Barker Trading Club at the University of Idaho. We are going to compete in the Undergraduate Commodities Competition. We are wondering if we could get access to the platform for the competition? It would be great to built a relationship for the future as well. I am looking forward to your response! Kind regards, Mika Brouwer

    Mika

    0

  7. register my payment method

    Hello, I'm unable to complete my registration - my payment is being declined. Are you experiencing any issues with card payments?

    Leor

    1

  8. 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)

    Renan Gemignani
    #APIs 🔗

    3

  9. Backfill CME Globex data to Jan 2009

    This feature tracks a potential backfill of our CME Globex back to Jan 2009. Note that there will be some limitations: Prior to May 2017, CME Globex used a legacy FIX/FAST format with at most 10 levels of depth, millisecond resolution timestamps, and no high-granularity match/send timestamps.We will source the data from CME directly, but they do not have pcaps going back to 2009. This means that we'll not have a separate ts_recv timestamp.We will need to consider how to handle the dataset naming, as "CME Globex MDP 3.0" will not be appropriate.

    Tessa Hollinger
    #Datasets 📶#APIs 🔗

    4

  10. 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
    #Datasets 📶

    0

  11. 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
    #Datasets 📶#APIs 🔗

    7

  12. Fixed-interval MBP-1 summaries (e.g. "1 minute BBO" or "subsampled BBO")

    For options, including in the CME and OPRA datasets, the existing MBP-1 schema can have significant record volume despite the instruments being extremely illiquid. In practice, there are several orders of magnitude more MBP-1 records than trades, which is unwieldy to work with. We're introducing a new schema to resolve this. BBO on interval (bbo-1s, bbo-1m) will provide the last best bid, best offer, and sale at 1-second or 1-minute intervals. This is different from BBO on trade (tbbo), which is a subset of our MBP-1 schema and provides every trade event alongside the BBO immediately before the effect of each trade. The main distinction is that TBBO is captured in trade space, while BBO is captured in time space. Learn more in our MBP-1 vs. TBBO vs. BBO schemas guide. Update: The BBO schema will be supported for all symbols on all datasets, not only options. This description focuses on options as that's where the benefit would be maximized (since options have much larger order-to-trade ratios). We'll roll this out for CME first, followed by equities and ICE, and then OPRA.

    Zach Banks
    #Datasets 📶

    8

  13. Official C# client library

    This client library makes all our historical and live features easier to integrate in C# on Windows, Linux, and Mac OS. C# is currently already supported through our HTTP API and Raw TCP protocol, which are both language-agnostic.

    Tessa Hollinger
    #APIs 🔗

    7

  14. Provide snapshots for historical and live data

    This serves as a master list of all other snapshot-like features on our roadmap. The scope of this ticket is potentially very large and ambiguous so we've broken this down into smaller tickets that you can follow separately. (Historical only) https://roadmap.databento.com/b/n0o5prm6/feature-ideas/add-historical-endpoint-for-latest-snapshot-of-any-schema. This would allow a user to get the latest published value of any given schema, within the boundaries allowed by licensing/entitlements/historical embargo window. The main benefit of this is for creating ticker tape or latest quote features, e.g. on a web app, after we start exposing intraday data over the historical/HTTP API (https://roadmap.databento.com/roadmap/expose-intraday-and-current-trading-session-historical-data-over-historical-http-api-and-clients). Likely endpoint names for this would be either timeseries.get_last or timeseries.get_snapshot. (Historical only) https://roadmap.databento.com/b/n0o5prm6/feature-ideas/provide-snapshots-as-of-specified-time-in-historical-api. Likely endpoint names for this would be either timeseries.get_last or timeseries.get_snapshot.(Live only) https://roadmap.databento.com/roadmap/add-periodic-mbo-book-snapshots-to-live-api. This allows a user to get the last published value of any given schema at a specified time. The main benefit of this would be to allow customers to subsample the data on server side and reduce cost, though the benefit is diminished with feature 5 on this list. Note that this would allow a user to emulate (1) relatively well since a user could potentially just pass in their current clock time or some time slightly ahead of the clock time. However, their underlying implementations would be different and (1) and (2) would likely be released separately. Likely endpoint names for this would be either timeseries.get_last_asof or `timeseries. (Live only) https://roadmap.databento.com/b/n0o5prm6/feature-ideas/allow-live-api-clients-to-request-for-mbo-snapshot-recovery. This provides resilience to gaps or data errors originating from Databento side. It could also be used for recovery of book state caused by client-side issues or disconnection, but would be less quick than feature (4) on this list.(Both historical and live) https://roadmap.databento.com/roadmap/fixed-interval-mbp-1-summaries-eg-1-minute-bbo-or-subsampled-bbo. The purpose of this is more to provide customers a convenience over fetching or subscribing MBP-1 and subsampling and forward filling the MBP-1 data themselves, which could be very expensive given the size of MBP-1 data and how the customer has no idea how far to look back for the "last" MBP-1 update prior to the 1 second or 1 minute refresh interval. Some of these are in development, hence the status of this entire ticket, however you should check on each individual one in case the specific feature you're looking for is still in Considering state.

    Tessa Hollinger
    #APIs 🔗

    7

  15. Eurex EOBI dataset

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

    Renan Gemignani
    #Datasets 📶

    8