# Twelve Data Real-Time Price via API OSK Gateway

> Twelve Data Real-Time Price 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 the current market price for a given stock ticker or currency pair using the Twelve Data provider

## Facts

- Endpoint: GET https://gateway.apiosk.com/twelve-data/price
- 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-real-time-price-via-api-osk-gateway-65e13a35
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_II8wJwo6S_X9-3eAHH4-a

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-real-time-price-via-api-osk-gateway-65e13a35
```

Example prompt: What's the current price of AAPL stock right now?

## When to prefer this

Use this endpoint when you need a quick, real-time single-price lookup for a stock ticker or forex pair and are willing to pay $0.05 USDC per call via the x402 micropayment protocol. Prefer this over alternatives when operating in an agent context that supports x402 payments and you need lightweight price data without full OHLCV history or deeper market analytics.

## Known failure modes

- Invalid or unrecognized symbol returns an error response
- Missing required symbol parameter returns a 400-level error
- Market closed or no recent trade data may result in stale or unavailable price
- Rate limiting or payment failure (x402) may block the request
- Network or gateway timeout for slow upstream responses from Twelve Data

## How this service works

Latest price for a symbol (stock, ETF, forex pair or crypto pair).

## Output

Returns a single JSON object containing a numeric price field representing the current market price of the requested ticker or currency pair, e.g. {"price": "307.93"}.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/twelve-data-real-time-price-via-api-osk-gateway-65e13a35/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)
