ToolAssay

The full FOMC meeting schedule (2025–2027) with the last and next meeting and da

The full FOMC meeting schedule (2025–2027) with the last and next meeting and days-until. Each entry carries the two-day meeting's start and decision date, year, and past/upcoming status. No ticker needed — the rate-decision calendar every macro-aware agent plans around. Source: U.S. Federal Reserve. From x402stock, a market & economic data API (x402, USDC).

Answeringour last check, 2026-09-24
1 of 1checks answered this week
335 msmedian answer time
$0.01listed price per call
$0.01price it asked us

Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.

Endpoint

GET https://x402stock.xyz/api/v1/calendar/fomc

CategoryMarket data
Provider hostx402stock.xyz
Networkseip155:8453
Payment schemesexact
Self-reported calls, 30 days5 from 3 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$0.01 335 ms

Example input (from the provider)

{
  "method": "GET",
  "queryParams": {},
  "type": "http"
}

Promised output schema (from the provider)

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "input": {
      "additionalProperties": false,
      "properties": {
        "method": {
          "enum": [
            "GET",
            "HEAD",
            "DELETE"
          ],
          "type": "string"
        },
        "queryParams": {
          "properties": {},
          "type": "object"
        },
        "type": {
          "const": "http",
          "type": "string"
        }
      },
      "required": [
        "type",
        "method"
      ],
      "type": "object"
    },
    "output": {
      "properties": {
        "example": {
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "additionalProperties": false,
          "properties": {
            "as_of": {
              "type": "string"
            },
            "attribution": {
              "type": "string"
            },
            "count": {
              "type": "number"
            },
            "last_meeting": {
              "anyOf": [
                {
                  "additionalProperties": false,
                  "properties": {
                    "date": {
                      "type": "string"
                    },
                    "days_ago": {
                      "type": "number"
                    }
                  },
                  "required": [
                    "date",
                    "days_ago"
                  ],
                  "type": "object"
                },
                {
                  "type": "null"
                }
              ]
            },
            "meetings": {
              "items": {
                "additionalProperties": false,
                "properties": {
                  "date": {
                    "type": "string"
                  },
                  "start_date": {
                    "type": "string"
                  },
                  "status": {
                    "type": "string"
                  },
                  "year": {
                    "type": "number"
                  }
                },
                "required": [
                  "start_date",
                  "date",
                  "year",
                  "status"
                ],
                "type": "object"
              },
              "type": "array"
            },
            "next_meeting": {
              "anyOf": [
                {
                  "additionalProperties": false,
                  "properties": {
                    "date": {
                      "type": "string"
                    },
                    "days_until": {
                      "type": "number"
                    }
                  },
                  "required": [
                    "date",
                    "days_until"
                  ],
                  "type": "object"
                },
                {
                  "type": "null"
                }
              ]
            },
            "source": {
              "const": "federal_reserve",
              "type": "string"
            }
          },
          "required": [
            "source",
            "as_of",
            "last_meeting",
            "next_meeting",
            "count",
            "meetings",
            "attribution"
          ],
          "type": "object"
        },
        "type": {
          "type": "string"
        }
      },
      "required": [
        "type"
      ],
      "type": "object"
    }
  },
  "required": [
    "input"
  ],
  "type": "object"
}

This page as JSON