# OpenWebNinja Stock Time Series (Yahoo Finance)

> OpenWebNinja Stock Time Series (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 historical OHLCV time series data and key metadata for a stock ticker over a specified period, sourced from Yahoo Finance.

## Facts

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

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-yahoo-finance-c082d12e
```

Example prompt: Can you pull the 1-year stock price time series for AAPL from Yahoo Finance, including the OHLCV data and the current price, 52-week high/low, and which exchange it trades on?

## When to prefer this

Use this endpoint when you need historical OHLCV stock price time series data from Yahoo Finance for a specific ticker and time period, especially for charting, backtesting, or financial analysis. Prefer this over news or fundamentals endpoints when the core need is price/volume history.

## Known failure modes

- Invalid or unknown ticker symbol returns an error or empty data
- Invalid period value outside allowed enum (1D, 5D, 1M, 6M, YTD, 1Y, 5Y, MAX) causes a bad request
- Yahoo Finance data unavailable or rate-limited results in upstream error
- Missing required query parameters (symbol or period) returns a 400-level error
- Payment failure (x402) if USDC balance is insufficient

## 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 ticker symbol, current price, price change from previous close, trading volume, day high/low, 52-week high/low, currency, exchange, time period, interval between data points, and an array of OHLCV time series entries for the requested 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-yahoo-finance-c082d12e/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)
