# OpenWebNinja Stock Time Series

> OpenWebNinja Stock Time Series 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 historical price time series and key market events for a given stock ticker over a specified period

## Facts

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

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-stock-time-series-8cd9fd89
```

Example prompt: Show me the 1-month stock price time series and any major market events for NVDA, in English.

## When to prefer this

Use this endpoint when you need historical stock price data with time-series granularity and key market events for a specific ticker and period. Prefer this over generic finance APIs when you need both price history and contextually significant events bundled together in a single response.

## Known failure modes

- Invalid or unknown ticker symbol returns an error or empty data
- Unsupported period value causes a validation error
- Invalid language code may default to English or return an error
- Network/payment issues with x402 protocol result in 402 Payment Required
- Rate limiting or quota exhaustion returns an error response

## 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 JSON object containing the stock's current price, absolute price change from previous close, the requested time period, ticker symbol, financial instrument type, a dictionary of timestamped price snapshots (each with price, absolute change, volume, and change percent), and an array of significant market events that occurred during the period.

## 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-stock-time-series-8cd9fd89/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)
