# FOMC 2026 Meeting Calendar

> FOMC 2026 Meeting Calendar is a paid API for AI agents from finance-api.kdlcfa.workers.dev, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-13).

Returns the complete 2026 Federal Open Market Committee (FOMC) meeting schedule with dates, SEP release flags, and past/upcoming status for all 8 scheduled meetings.

## Facts

- Endpoint: GET https://finance-api.kdlcfa.workers.dev/fomc-calendar
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/fomc-2026-meeting-calendar-d2d08108
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_GgUynPt_nqnfHxoZ5gdiv

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability fomc-2026-meeting-calendar-d2d08108
```

Example prompt: What are all the FOMC meeting dates for 2026, and which ones include a Summary of Economic Projections release?

## When to prefer this

Choose this endpoint when you need the authoritative 2026 FOMC meeting schedule with SEP flags and past/upcoming status in a single structured call, rather than scraping the Federal Reserve website or inferring dates from news sources. Ideal for macro event calendars, trading planners, or any agent that needs to know upcoming Fed decision dates and whether economic projections accompany them.

## Known failure modes

- Network/worker timeout returning 5xx if the Cloudflare Worker is unavailable
- Stale data if the worker's cached schedule has not been updated after Fed schedule revisions
- Empty or malformed response if the upstream data source is unreachable
- Payment failure (402) if x402 payment of 0.05 USDC is not included or is invalid

## How this service works

2026 FOMC meeting calendar — all 8 scheduled meetings with dates, SEP release flag, and past/upcoming status (official Federal Reserve schedule)

## Output

A structured list of all 8 scheduled 2026 FOMC meetings, each with the meeting date(s), a flag indicating whether the Summary of Economic Projections (SEP) is released at that meeting, and a status indicating whether the meeting is in the past or upcoming.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "required": [],
     "properties": {}
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/fomc-2026-meeting-calendar-d2d08108/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from finance-api.kdlcfa.workers.dev](https://www.zero.xyz/host/finance-api.kdlcfa.workers.dev/llms.txt)
