# OpenWebNinja Currency News Feed

> OpenWebNinja Currency News Feed is a paid API for AI agents from x402.openwebninja.com, paid per call via x402, $0.003/call, status unknown (last checked 2026-09-14).

Fetches real-time news articles about a specific currency pair or individual currency symbol

## Facts

- Endpoint: GET https://x402.openwebninja.com/realtime-finance-data/currency-news
- Price: $0.003/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/openwebninja-currency-news-feed-ec4aaca3
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_EdyI7iOU11yU2pFmQ9nZ0

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 openwebninja-currency-news-feed-ec4aaca3
```

Example prompt: Can you pull up the latest news articles about the EUR to USD currency pair in English — I want to see what's happening in the forex market right now?

## When to prefer this

Use this endpoint when you need real-time, up-to-date news articles specifically tied to a currency pair or individual currency symbol. Ideal for forex dashboards, financial research agents, or alert systems monitoring currency-related news. Prefer this over generic news APIs when the currency context (from_symbol/to_symbol filtering) is important.

## Known failure modes

- Invalid or unsupported ISO 4217 currency code returns an error or empty news array
- Unsupported language code may fall back to English or return an error
- No recent news available for obscure currency pairs returns an empty news list
- Payment failure (HTTP 402) if x402 micropayment is not completed before request
- Rate limiting or provider downtime results in 5xx error

## How this service works

40+ public web-data, SERP, e-commerce, real-estate, finance and AI-search APIs, payable per call over x402 (USDC on Base, Polygon, Arbitrum). No account or API key required. Most endpoints $0.003; AI-model endpoints $0.005.

## Output

Returns an array of news articles each containing: article title, source publisher name, full article URL, publication timestamp in UTC, and featured image URL — scoped to the requested currency pair (from_symbol/to_symbol) and language.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {}
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/openwebninja-currency-news-feed-ec4aaca3/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402.openwebninja.com](https://www.zero.xyz/host/x402.openwebninja.com/llms.txt)
