# FOMC Tracker — Federal Reserve Meeting & Rate Decision Data

> FOMC Tracker — Federal Reserve Meeting & Rate Decision Data is a paid API for AI agents from the-stall.intuitek.ai, paid per call via x402, $0.008/call, status unknown (last checked 2026-09-14).

Returns current and historical Federal Open Market Committee (FOMC) meeting schedules, rate decisions, and monetary policy data

## Facts

- Endpoint: GET https://the-stall.intuitek.ai/cap/fomc-tracker
- Price: $0.008/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/fomc-tracker-federal-reserve-meeting-rate-decision-data-48eae013
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_JAoOt5zlIqYFWAYTjiSQR

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-tracker-federal-reserve-meeting-rate-decision-data-48eae013
```

Example prompt: What did the Fed decide at the most recent FOMC meeting — did they raise, cut, or hold rates, and when is the next scheduled meeting?

## When to prefer this

Use this endpoint when an agent needs authoritative FOMC meeting schedule data, current or historical federal funds rate decisions, or monetary policy tracking without needing a brokerage or financial data subscription. Ideal for macroeconomic research, financial planning agents, or any workflow needing Fed rate context. Pay-per-call with no API key makes it accessible for one-off lookups.

## Known failure modes

- Payment failure — insufficient USDC balance on Base mainnet returns 402
- No data available for requested date range — returns empty result or 404
- Malformed query parameters return 400 bad request
- Service temporarily unavailable returns 503

## How this service works

US Federal Funds Rate, next FOMC meeting date + countdown, rate trend (hiking/holding/cutting), and full 2026 schedule. FRED public CSV + static calendar. Pairs with treasury-yields and credit-spreads.

## Output

Returns structured data about FOMC meetings including scheduled and historical meeting dates, federal funds rate decisions, basis point changes, and the current policy rate target range.

## Example request

```json
{
 "properties": "rate_decisions,meeting_dates"
}
```

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/fomc-tracker-federal-reserve-meeting-rate-decision-data-48eae013/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from the-stall.intuitek.ai](https://www.zero.xyz/host/the-stall.intuitek.ai/llms.txt)
