# Twelve Data Stock Quote via API OSK Gateway

> Twelve Data Stock Quote via API OSK Gateway is a paid API for AI agents from gateway.apiosk.com, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-14).

Returns a real-time stock or asset quote including price, volume, change, and 52-week range for a given ticker symbol via Twelve Data

## Facts

- Endpoint: GET https://gateway.apiosk.com/twelve-data/quote
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/twelve-data-stock-quote-via-api-osk-gateway-f8138680
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_NDxopEZZnYpv_gOHy8knQ

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 twelve-data-stock-quote-via-api-osk-gateway-f8138680
```

Example prompt: What's the current stock quote for AAPL — give me today's open, close, high, low, volume, and 52-week range?

## When to prefer this

Use this endpoint when you need a comprehensive real-time stock quote including price levels, volume, change metrics, and 52-week range for a single ticker. It is backed by Twelve Data and accessed via the API OSK gateway with x402 micropayment. Prefer this over a crypto-only endpoint (e.g. CoinGecko) for traditional equities listed on exchanges like NASDAQ or NYSE.

## Known failure modes

- Invalid or unrecognized ticker symbol returns an error response
- Symbol for a non-equity asset (e.g. crypto pair) may not be supported
- Market data unavailable outside trading hours may return stale or missing fields
- Missing required 'symbol' parameter returns a 400-level error
- Payment not processed or insufficient funds returns a 402 Payment Required

## How this service works

Full quote for a symbol: open/high/low/close, volume, change, 52-week range and a market-open flag.

## Output

A JSON object containing the stock's current close price, open, high, low, volume, price change, percent change, previous close, 52-week high and low, exchange name, currency, market open status, and the date of the quote.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/twelve-data-stock-quote-via-api-osk-gateway-f8138680/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from gateway.apiosk.com](https://www.zero.xyz/host/gateway.apiosk.com/llms.txt)
