# TwelveX Stochastic Oscillator

> TwelveX Stochastic Oscillator is a paid API for AI agents from twelv1x402.vercel.app, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-13).

Returns stochastic oscillator (%K and %D) technical analysis data for a given financial symbol and interval, powered by Twelve Data.

## Facts

- Endpoint: GET https://twelv1x402.vercel.app/api/stochastic/%7Bsymbol%7D
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/twelvex-stochastic-oscillator-17464744
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_U1X6DCeocgr5MLSsgDhV_

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 twelvex-stochastic-oscillator-17464744
```

Example prompt: What's the stochastic oscillator reading for AAPL on the 1-hour interval? I want to know if it's overbought or oversold right now.

## When to prefer this

Use this endpoint when you need stochastic oscillator technical indicator values for stocks, forex pairs, or cryptocurrencies. Prefer this over raw price data endpoints when you specifically need momentum/oscillator analysis without computing %K/%D yourself. Best suited for trading bots, technical analysis dashboards, or agents building overbought/oversold signals.

## Known failure modes

- Invalid or unsupported ticker symbol returns error
- Unsupported interval value returns validation error
- Payment not provided or rejected returns 402 status
- Symbol not covered by Twelve Data returns empty or error response
- Rate limiting or upstream Twelve Data outage causes failure

## How this service works

Premium financial data API — 25 endpoints for stocks, forex, crypto, and technical analysis. Powered by Twelve Data.

## Output

Returns stochastic oscillator values including %K (fast line) and %D (signal line) for the requested symbol and time interval, enabling assessment of overbought/oversold market conditions and momentum crossovers.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "interval": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/twelvex-stochastic-oscillator-17464744/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from twelv1x402.vercel.app](https://www.zero.xyz/host/twelv1x402.vercel.app/llms.txt)
