Discover/cmegroup.com API
live

cmegroup.com APIcmegroup.com

Access CME Group futures quotes, settlements, options chains, FedWatch rate probabilities, and volume/OI data across all asset classes via a single API.

Endpoints
7
Updated
27d ago
Try it

No input parameters required.

api.parse.bot/scraper/16d53d6b-f0dd-4ddd-b59b-fff50d2f3a5c/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Use it in your codegrab a free API key at signup
curl -X POST 'https://api.parse.bot/scraper/16d53d6b-f0dd-4ddd-b59b-fff50d2f3a5c/get_fedwatch' \
  -H 'X-API-Key: $PARSE_API_KEY' \
  -H 'Content-Type: application/json' \
  -d '{}'
All endpoints · 7 totalclick to expand

Get CME FedWatch Tool data including upcoming FOMC meeting dates, target rate probabilities (Ease/No Change/Hike), and detailed probability distribution across rate ranges with current, 1-day, 1-week, and 1-month comparisons.

Input

No input parameters required.

Response
{
  "type": "object",
  "fields": {
    "meeting_dates": "array of strings - upcoming FOMC meeting dates",
    "data_timestamp": "string or null - when data was last updated",
    "current_meeting_info": "object with meeting_date, contract, expires, mid_price, prior_volume, prior_oi",
    "current_probabilities": "object with ease, no_change, hike percentage values",
    "target_rate_probabilities": "array of objects with target_rate_bps, is_current, now, 1_day, 1_week, 1_month"
  },
  "sample": {
    "data": {
      "meeting_dates": [
        "17 Jun26",
        "29 Jul26",
        "16 Sep26"
      ],
      "data_timestamp": "Data as of 7 May 2026 04:47:03 CT",
      "current_meeting_info": {
        "expires": "30 Jun 2026",
        "contract": "ZQM6",
        "prior_oi": "231,484",
        "mid_price": "96.3675",
        "meeting_date": "17 Jun 2026",
        "prior_volume": "79,510"
      },
      "current_probabilities": {
        "ease": "5.8 %",
        "hike": "0.0 %",
        "no_change": "94.2 %"
      },
      "target_rate_probabilities": [
        {
          "now": "5.8%",
          "1_day": "5.4%",
          "1_week": "5.6%",
          "1_month": "1.8%",
          "is_current": false,
          "target_rate_bps": "325-350"
        },
        {
          "now": "94.2%",
          "1_day": "94.6%",
          "1_week": "94.4%",
          "1_month": "96.1%",
          "is_current": true,
          "target_rate_bps": "350-375"
        }
      ]
    },
    "status": "success"
  }
}

About the cmegroup.com API

This API exposes 7 endpoints covering CME Group market data across all major asset classes, from interest rates to metals, energy, and equity indexes. The get_fedwatch endpoint returns FOMC meeting dates with ease/no-change/hike probability breakdowns and historical comparisons at 1-day, 1-week, and 1-month intervals. Other endpoints cover futures quotes, settlement prices, options chains, volume and open interest history, and a full product catalog.

FedWatch and Interest Rate Probabilities

The get_fedwatch endpoint returns upcoming FOMC meeting dates alongside a current_probabilities object (ease, no_change, hike as percentages) and a target_rate_probabilities array. Each row in that array carries a target_rate_bps value, an is_current flag, and probability readings for now, 1-day ago, 1-week ago, and 1-month ago. This makes it straightforward to track how market expectations for rate moves have shifted over time without any additional calculation.

Futures Quotes and Settlements

get_futures_quotes accepts either a numeric product_id (e.g. '437' for Gold) or a friendly name like gold, crude_oil, or silver. It returns all listed contract months with fields including last, change, percentage_change, prior_settle, open, high, low, volume, and high_limit. Note that quote data is delayed by 10 minutes; the quote_delayed boolean in the response confirms this. get_settlements covers the same product scope but returns official daily settlement prices — settle, estimated_volume, and prior_day_oi — and accepts an optional trade_date in MM/DD/YYYY format to retrieve historical settlement data.

Options and Expirations

get_options_quotes returns a near-the-money options chain with call and put objects at each strike_price, each containing last, change, prior_settle, open, high, low, and volume. An optional expiration_month parameter accepts labels like 'Jun 2026' or an underlying future code like 'GCM6'. The available_expirations field in the response groups expirations by option type (American, weekly Mon–Fri, etc.). For a standalone list of all option types and expiration dates without chain data, use get_option_expirations.

Volume, Open Interest, and Product Catalog

get_volume returns a configurable number of days of futures and options volume/OI split — futures_volume, options_volume, futures_open_interest, and options_open_interest per day. get_product_catalog enumerates all products within a given asset_class (accepted values: metals, energy, agriculture, interest-rates, equity-index, fx), returning product code, name, and url grouped by category.

Common use cases
  • Track FOMC rate-hike probabilities over time using target_rate_bps and 1-week/1-month comparisons from get_fedwatch
  • Build a futures dashboard showing live contract-month quotes for gold, crude oil, or any CME product via get_futures_quotes
  • Pull historical settlement prices for backtesting by specifying trade_date in get_settlements
  • Monitor daily futures and options volume and open interest trends over a rolling window with get_volume
  • Display near-the-money options chains with call/put Greeks-ready data from get_options_quotes
  • Enumerate all available CME products by asset class using get_product_catalog to build dynamic product selectors
  • Identify all weekly and American option expiration dates for a product with get_option_expirations
Pricing & limitsSee full pricing →
TierPriceCredits/monthRate limit
Free$0/mo1005 req/min
Hobby$30/mo1,00020 req/min
Developer$100/mo5,000250 req/min

One credit = one API call regardless of which marketplace API you call. Exceeding the rate limit returns a 429 response. Authenticate with the X-API-Key header.

Frequently asked questions
Does CME Group offer an official developer API?+
CME Group provides a data platform called CME DataMine (datamine.cmegroup.com) with licensed historical data, and a separate CME Direct API for execution. These are enterprise products with individual data licensing agreements. This Parse API provides access to the market data CME Group publishes publicly, including FedWatch, quotes, settlements, and options chains.
Are the futures quotes real-time?+
No. The get_futures_quotes and get_options_quotes endpoints return data delayed by 10 minutes. The quote_delayed boolean in each response will be true to confirm this. Settlement data from get_settlements reflects end-of-day official prices, not intraday ticks.
What does get_fedwatch return and how far back do the probability comparisons go?+
The endpoint returns FOMC meeting dates, the current ease/no-change/hike probability split, and a target_rate_probabilities array with per-basis-point probabilities at four points in time: now, 1-day prior, 1-week prior, and 1-month prior. It does not return a longer historical time series of probabilities; the comparison window is fixed to those four snapshots.
Can I retrieve CME market data for individual traders or block trade reports?+
Not currently. The API covers aggregate daily volume and open interest via get_volume, settlement prices via get_settlements, and quote snapshots via get_futures_quotes. It does not expose individual trade records, block trade reports, or participant-level data. You can fork this API on Parse and revise it to add an endpoint targeting those data sources if CME makes them publicly available.
Which asset classes are supported by get_product_catalog, and does it cover OTC products?+
The accepted asset_class values are metals, energy, agriculture, interest-rates, equity-index, and fx. OTC-cleared products and CME's alternative markets are not included in the catalog endpoint. You can fork this API on Parse and revise it to add coverage for additional asset class identifiers if needed.
Page content last updated . Spec covers 7 endpoints from cmegroup.com.
Related APIs in FinanceSee all →
barchart.com API
Monitor live stock quotes and commodity prices, analyze options chains with gamma exposure data, and access historical market time series to track top-performing stocks. Use real-time and historical data to make informed trading and investment decisions across equities and commodities.
cboe.com API
Retrieve delayed Cboe options chain data (including Greeks, pricing, volume, and open interest) for equities, indices, and VX futures, plus short sale circuit breaker (Rule 201) alerts by year.
forex.com API
Access real-time forex prices and currency exchange rates, track client sentiment and pivot points, and browse economic calendar events. Search across multiple currency instruments and retrieve rollover rates.
cex.io API
Access real-time cryptocurrency market data from CEX.io, including live prices, tickers, order books, trade history, and OHLCV candles for spot trading pairs. Monitor market movements and analyze trading opportunities with comprehensive pricing and order depth information across supported cryptocurrencies.
bloomberg.com API
Track stock indices, commodities, currencies, and bonds in real-time, while monitoring market movers and staying updated with the latest financial news. Get comprehensive Bloomberg market data to make informed investment decisions across multiple asset classes.
nasdaq.com API
Track real-time and historical stock prices, ETF and mutual fund quotes, cryptocurrency data, and comprehensive company financials including earnings, dividends, and SEC filings all from one source. Research market trends with institutional holdings, short interest data, retail trading activity, and market movers to make informed investment decisions.
cryptocraft.com API
Track real-time cryptocurrency prices across 20+ exchanges, analyze historical OHLC data and coin fundamentals, and stay informed with upcoming economic events and market news. Monitor thousands of coins and instruments to make data-driven investment decisions.
chinamoney.com.cn API
Access real-time and historical China interbank market data including FX rates, SHIBOR and LPR benchmark rates, RMB exchange indices, and CNY central parity rates. Monitor spot FX quotes, daily bulletins, and monthly average rates to track Chinese currency movements and money market trends.