# StableJack Technical Indicator Analysis

> StableJack Technical Indicator Analysis is a paid API for AI agents from ai.stable-jack.com, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-15).

Calculates a single technical indicator (e.g. RSI, MACD, Bollinger Bands) for a specified stock or crypto market symbol.

## Facts

- Endpoint: POST https://ai.stable-jack.com/x402/tools/technical_indicator_analysis
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/stablejack-technical-indicator-analysis-fcd9431b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_k8x2x7DhdDI1TOKqlFv_n

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 stablejack-technical-indicator-analysis-fcd9431b -d '<json body>'
```

Example prompt: What is the RSI for Bitcoin right now using a 14-period daily interval? I want to know if it's overbought or oversold.

## When to prefer this

Choose this endpoint when you need a single computed technical indicator for one specific market symbol — ideal for agents performing quick signal checks, overbought/oversold assessments, or momentum reads on stocks or crypto without needing to compare multiple markets simultaneously. Use the sibling pair-comparison endpoint if you need to compare two assets technically.

## Known failure modes

- Invalid or unrecognized symbol/coin ticker returns an error
- Unsupported indicator name causes a bad request response
- Missing required symbol or indicator parameter results in validation error
- Market data unavailable for the requested interval or period
- Rate limiting or payment failure (x402 payment not processed)

## How this service works

Calculate one technical indicator for one market. Include symbol or coin and indicator; interval and period are optional.

## Output

Returns the calculated value(s) of the requested technical indicator for the specified symbol, along with any relevant signal interpretation (e.g. overbought/oversold, crossover status), based on the chosen interval and period.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/stablejack-technical-indicator-analysis-fcd9431b/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from ai.stable-jack.com](https://www.zero.xyz/host/ai.stable-jack.com/llms.txt)
