# OpenWebNinja Real-Time Stock Quote

> OpenWebNinja Real-Time Stock Quote 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 a real-time stock quote including price, volume, change, and pre/post-market data for a given ticker symbol

## Facts

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

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-real-time-stock-quote-96351759
```

Example prompt: What is the current stock price of NVIDIA (NVDA) right now, including today's high, low, and how much it's changed from yesterday's close?

## When to prefer this

Use this endpoint when you need a real-time or near-real-time quote for a single publicly traded stock, including intraday OHLCV data, price change metrics, and pre/post-market pricing. Prefer this over batch or historical endpoints when a single current snapshot is needed. Costs $0.003 USDC per call via x402 micropayment.

## Known failure modes

- Invalid or unknown ticker symbol returns an error or empty data object
- Market closed with no pre/post-market data may return null for pre_or_post_market fields
- Rate limiting or payment failure results in a 402 Payment Required response
- Network timeout if the upstream data provider is slow or unavailable
- Unsupported language code may fall back to English or return an 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

A JSON object containing the stock's current trading price, open, high, low, volume, price change, percentage change, previous close, pre/post-market price and change, company name, instrument type, ticker symbol, and a UTC timestamp of the last price update, along with a status field.

## 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-real-time-stock-quote-96351759/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)
