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
10d 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 →
guba.eastmoney.com API
Access Chinese stock discussion posts and comments from Eastmoney's community platform to monitor investor sentiment, search board discussions, and retrieve detailed post information and stock board metadata. Get real-time insights into what traders are discussing about specific stocks through posts, replies, and board analytics.
blur.io API
Access NFT collection data on Blur.io, including floor prices, best bids, listed tokens, and recent activity. Authenticate with an Ethereum wallet to place collection bids and retrieve portfolio holdings.
immobiliare.it API
Search Italian property listings for sale or rent, browse real estate agencies, and explore price trends across Italian cities — all via immobiliare.it.
etoro.com API
Monitor top eToro traders by accessing their profiles, portfolio holdings, performance statistics, and trading history to inform your investment decisions. Discover trending stocks and cryptocurrencies, search for specific instruments, and view detailed market data and news to stay updated on investment opportunities.
blackrock.com API
Access comprehensive BlackRock iShares ETF data to research fund performance, holdings, fees, and sector allocations, plus search and compare specific ETFs. Monitor investment details like distributions, key characteristics, and broad market indices all in one place.
morningstar.com.au API
Access comprehensive financial data for Australian stocks, ETFs, and managed funds including key metrics, valuations, dividends, and historical prices. Search securities, review company profiles and ownership details, and stay informed with market news and upcoming dividend information.
eprocurement.gov API
Monitor India's public procurement opportunities by accessing active tenders, bids closing today, global tenders, high-value contracts, and cancelled tenders from the Central Public Procurement Portal. Search tender details, browse participating organizations, and track real-time procurement statistics to stay informed on government contracting opportunities.
studio.glassnode.com API
Access comprehensive on-chain and market analytics for cryptocurrencies, including asset fundamentals, supply dynamics, futures data, and profit/loss metrics. Search and analyze assets with historical chart data and market overview information to track crypto performance and trends.