# Twelve Data Time Series via gateway.apiosk.com

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

Fetches OHLCV (open, high, low, close, volume) time series bar data for a stock, forex, or crypto symbol at a specified interval via the Twelve Data API.

## Facts

- Endpoint: GET https://gateway.apiosk.com/twelve-data/time_series
- Price: $0.06/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-time-series-via-gateway-apiosk-com-c056433a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_7sps-SqQdXmeqlV5nCSre

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-time-series-via-gateway-apiosk-com-c056433a
```

Example prompt: Pull the last 30 daily OHLCV bars for AAPL from Twelve Data — I need the open, high, low, close, and volume for each day.

## When to prefer this

Use this endpoint when you need structured historical or recent OHLCV candlestick data for stocks, forex pairs, or crypto through a pay-per-call x402 micropayment gateway, avoiding the need to manage a Twelve Data API subscription directly. Prefer it for agents that need financial time series on demand without long-term API key provisioning.

## Known failure modes

- Invalid or unsupported symbol returns an error status
- Unsupported interval string causes a 400-level error
- outputsize exceeding API limits may return partial data or error
- Payment not sent or insufficient USDC balance results in 402 Payment Required
- Network timeout or gateway unavailability returns 5xx error

## How this service works

Historical OHLCV time series for a symbol at a chosen interval (1min…1month).

## Output

Returns a JSON object with a meta block (symbol, type, currency, exchange, interval) and a values array of OHLCV bars, each containing datetime, open, high, low, close, and volume fields. Status field indicates success.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/twelve-data-time-series-via-gateway-apiosk-com-c056433a/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)
