# Federal Reserve Monetary Policy Press Releases Feed

> Federal Reserve Monetary Policy Press Releases Feed 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 latest official Federal Reserve monetary policy press releases fetched from federalreserve.gov RSS, including titles, short summaries, and links

## Facts

- Endpoint: GET https://finance-api.kdlcfa.workers.dev/fed-news
- 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/federal-reserve-monetary-policy-press-releases-feed-81d2433e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_od6oWdKbLL_ZlycnqErN3

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 federal-reserve-monetary-policy-press-releases-feed-81d2433e
```

Example prompt: Pull up the latest official Federal Reserve monetary policy press releases — I want to see the headlines, summaries, and links from the Fed's own website.

## When to prefer this

Choose this endpoint when you need official, authoritative Federal Reserve monetary policy press releases directly from the Fed's own RSS feed rather than third-party news interpretations. Prefer this over MarketWatch-filtered Fed news (a sibling endpoint) when you specifically want primary-source Fed communications rather than media coverage or keyword-filtered articles. Ideal for compliance, research, or any context where the official source matters.

## Known failure modes

- federalreserve.gov RSS feed is temporarily unavailable or slow, causing a timeout or empty response
- No new press releases have been published recently, resulting in an empty or stale list
- Upstream RSS feed format changes could cause parsing failures
- Worker service downtime may return a 5xx error
- Rate limiting or payment verification failure may block the request

## How this service works

Latest official Federal Reserve monetary policy press releases via federalreserve.gov RSS (titles, short summaries, and links only)

## Output

A list of the most recent Federal Reserve monetary policy press releases sourced from the federalreserve.gov RSS feed, each containing a title, short summary/description, and a direct link to the full release on the Federal Reserve's website.

## 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/federal-reserve-monetary-policy-press-releases-feed-81d2433e/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)
