# OpenWebNinja Realtime Stock Overview

> OpenWebNinja Realtime Stock Overview 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-13).

Returns a comprehensive real-time stock overview for a given ticker symbol, including price, volume, company info, financials, and exchange metadata.

## Facts

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

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-overview-0313806a
```

Example prompt: What's the current stock overview for Apple — give me the price, volume, P/E ratio, market cap, and any company details you can find for the ticker AAPL.

## When to prefer this

Use this endpoint when you need a single comprehensive snapshot of a stock — combining real-time price data with rich company profile information in one call. Prefer this over separate price-only or profile-only endpoints when you need both financial metrics (P/E, dividend yield, market cap) and company details (CEO, sector, employees, address) together. Best suited for building stock cards, research summaries, or agent-driven financial Q&A.

## Known failure modes

- Missing or invalid 'symbol' query parameter returns an error or empty result
- Unknown or delisted ticker symbol may return no data
- Market closed periods may result in stale or pre/post-market prices only
- Rate limiting or payment failure returns a 402 Payment Required response
- Unsupported language code for 'language' parameter may fall back to English or 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 structured data object containing real-time and reference data for the requested stock ticker: current price, intraday open/high/low, previous close, change and change percent, volume and average volume, 52-week high/low, pre/post market price, company name, CEO, sector, industry, employee count, founding date, street address, city, state, country, website, Wikipedia URL, CDP sustainability URL and score, P/E ratio, dividend yield, market cap, exchange name, primary exchange, exchange open/close times, UTC offset, timezone, currency, last update timestamp, and a descriptive 'about' blurb for the company.

## 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-overview-0313806a/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)
