# OpenWebNinja Realtime Finance Data Search

> OpenWebNinja Realtime Finance Data Search 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-15).

Search for real-time financial data including stocks, ETFs, indices, and currencies by query term

## Facts

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

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-finance-data-search-c592710d
```

Example prompt: Search real-time finance data for 'Apple AAPL stock' and give me the current price, today's change, and percent change — search in English.

## When to prefer this

Use this endpoint when you need real-time or near-real-time financial market data — current prices, daily changes, and market metadata — for stocks, ETFs, indices, or currencies, especially when you want results categorized by instrument type. Prefer over static datasets or delayed feeds when recency matters.

## Known failure modes

- Missing required 'query' param returns error or empty results
- Unsupported language code may fall back to English or return error
- Query matching no known financial instrument returns empty arrays
- Service unavailable returns HTTP 402/503
- Rate limiting or payment failure blocks the request

## 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 categorized financial data objects grouped by type (stock, ETF, index, currency), each containing name, symbol, current price, price change, percent change, previous close, exchange, timezone, trading hours, currency code, country code, and last update timestamp in UTC.

## 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-finance-data-search-c592710d/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)
