# TwelveX Stochastic Oscillator

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

Returns Stochastic Oscillator (%K and %D) values for a given financial symbol and interval, powered by Twelve Data.

## Facts

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

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-8b23b158
```

Example prompt: Can you get the Stochastic Oscillator for TSLA on the 1-hour interval so I can see if it's currently overbought or oversold?

## When to prefer this

Use this endpoint when you need Stochastic Oscillator (%K/%D) momentum data for stocks, forex, or crypto as part of technical analysis workflows, especially when assessing overbought or oversold conditions. Prefer over general price endpoints when oscillator-specific signals are needed.

## Known failure modes

- Invalid symbol returns error or empty data
- Unsupported interval string causes bad request
- Symbol not found in Twelve Data universe returns error
- Rate limiting or payment failure returns 402
- Missing required symbol path parameter returns 404 or 400

## 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 and %D lines for the requested symbol and time interval, enabling momentum and overbought/oversold analysis.

## 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-8b23b158/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from twelvix402.vercel.app](https://www.zero.xyz/host/twelvix402.vercel.app/llms.txt)
