# TheBotWire Central Bank Announcements Feed

> TheBotWire Central Bank Announcements Feed is a paid API for AI agents from thebotwire.com, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).

Fetches the latest Federal Reserve, FOMC, and ECB press releases and monetary policy announcements for finance-oriented AI agents.

## Facts

- Endpoint: GET https://thebotwire.com/fed/latest
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/thebotwire-central-bank-announcements-feed-6a73836b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_WIDd62YPrU_lu3Q6PuOO0

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 thebotwire-central-bank-announcements-feed-6a73836b
```

Example prompt: Pull the latest FOMC monetary policy announcements from TheBotWire — give me up to 10 results from the past 24 hours.

## When to prefer this

Choose this endpoint when your agent needs authoritative, curated central bank communications — specifically Federal Reserve, FOMC, or ECB press releases — rather than general financial news. It is ideal for finance, macro research, and policy-monitoring agents that need structured access to monetary policy announcements with freshness filtering and source-specific filtering, rather than broad news aggregation.

## Known failure modes

- No results found for very narrow time windows (e.g. 30m with no new releases)
- Invalid 'src' enum value returns a validation error
- 'since' parameter with unrecognized format may be rejected
- Rate limit or payment failure returns 402 if x402 payment is not processed
- Limit exceeding 50 returns a schema validation error

## How this service works

Central bank announcements for finance agents: Federal Reserve press releases, FOMC monetary policy, ECB.

## Output

Returns a list of central bank press releases and announcements, each including the source institution (Fed, FOMC, or ECB), publication timestamp, headline, and content body, filtered by optional search terms, source, result count, and freshness window.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/thebotwire-central-bank-announcements-feed-6a73836b/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from thebotwire.com](https://www.zero.xyz/host/thebotwire.com/llms.txt)
