# OpenWebNinja Realtime Stock News

> OpenWebNinja Realtime Stock News 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 for a given stock ticker symbol, including titles, sources, URLs, photos, and publication times.

## Facts

- Endpoint: GET https://x402.openwebninja.com/realtime-finance-data/stock-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-realtime-stock-news-765b6632
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_E11WO-RmPohp1AP2Kf53M

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-realtime-stock-news-765b6632
```

Example prompt: Pull the latest English-language news articles for NVDA stock — I want headlines, sources, publication times, and links to the full articles.

## When to prefer this

Use this endpoint when you need real-time news articles tied to a specific stock ticker symbol, especially when you want structured article metadata (title, source, URL, photo, timestamp) in a chosen language. Prefer this over general web search when you need finance-specific news aggregation with consistent schema output per symbol.

## Known failure modes

- Missing or invalid stock symbol returns empty news array or error status
- Unsupported language code may fall back to default or return an error
- Unknown ticker symbol may return no results
- Rate limit or payment failure results in HTTP 402 response requiring payment
- Network timeout or service unavailability returns 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 a list of news articles for the specified stock ticker, each containing the article title, source name, full article URL, publication timestamp in UTC, and a featured photo URL. Also includes the instrument type and symbol in the response, along with a status code and unique request ID.

## 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-realtime-stock-news-765b6632/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)
