# Fed Policy & Inflation News Feed (MarketWatch RSS)

> Fed Policy & Inflation News Feed (MarketWatch RSS) is a paid API for AI agents from finance-api.kdlcfa.workers.dev, paid per call via x402, $0.03/call, status unknown (last checked 2026-09-15).

Returns latest Federal Reserve policy and inflation-related news headlines, short summaries, and links filtered from MarketWatch RSS by keyword match

## Facts

- Endpoint: GET https://finance-api.kdlcfa.workers.dev/fed-inflation-news
- Price: $0.03/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/fed-policy-inflation-news-feed-marketwatch-rss-2db723c8
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_HZDilpWKGCRch4ewlATSv

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 fed-policy-inflation-news-feed-marketwatch-rss-2db723c8
```

Example prompt: Pull up the latest Federal Reserve and inflation news from MarketWatch — just the headlines, summaries, and links.

## When to prefer this

Choose this endpoint when you need fast, keyword-filtered Fed policy and inflation news specifically sourced from MarketWatch RSS, as opposed to raw full-text scraping or broader market news. Ideal for agents building macro briefings, monitoring monetary policy shifts, or reacting to FOMC announcements in near real-time. Prefer over sibling endpoints like the general MarketWatch top stories feed when the user's focus is specifically on the Fed or inflation.

## Known failure modes

- MarketWatch RSS feed unavailable or slow, resulting in timeout or empty response
- No recent articles matching inflation/Fed keywords, returning an empty list
- Cloudflare Worker rate limiting or x402 payment failure causing 402 or 429 error
- Stale or cached feed data if RSS has not been updated recently

## How this service works

Latest Fed policy / inflation-related news, filtered from MarketWatch RSS by keyword match (titles, short summaries, and links only)

## Output

A filtered list of recent news items from MarketWatch RSS matching Fed policy and inflation keywords, each containing a headline title, short summary, and article URL.

## 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/fed-policy-inflation-news-feed-marketwatch-rss-2db723c8/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)
