# OpenWebNinja Realtime Stock Quote (Yahoo Finance)

> OpenWebNinja Realtime Stock Quote (Yahoo Finance) 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).

Returns real-time stock quotes for one or more ticker symbols via Yahoo Finance data, including price, change, volume, 52-week range, and market state.

## Facts

- Endpoint: GET https://x402.openwebninja.com/realtime-finance-data/stock-quote-yahoo-finance
- 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-quote-yahoo-finance-0ca0142d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_W83BZkFnerZyssNhUim80

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-quote-yahoo-finance-0ca0142d
```

Example prompt: What are the current stock prices for AAPL, MSFT, and AMZN right now — show me the price, today's change percentage, volume, and whether the market is open?

## When to prefer this

Use this endpoint when you need real-time or near-real-time stock quotes from Yahoo Finance for one or multiple tickers (up to 100) in a single request. Prefer this over generic finance APIs when you need comprehensive quote data including 52-week range, market state, and tradeable status. It is cost-effective at $0.003 per call (per 10 symbols).

## Known failure modes

- Invalid or unknown ticker symbol returns empty data or error
- Comma-separated list exceeds 100 symbols returns a validation error
- Market is closed — data reflects last close price, not live feed
- Rate limiting or payment failure returns 402 or 429 status
- Malformed symbol string (e.g. extra spaces) may cause lookup failure

## 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 stock quote objects, each containing the ticker symbol, full company name, current trading price, price change and percent change from previous close, day high/low, 52-week high/low, trading volume, currency, exchange, market state (open/closed/pre/post), and a tradeable flag.

## 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-quote-yahoo-finance-0ca0142d/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)
