# The Stall — Equity Technicals

> The Stall — Equity Technicals is a paid API for AI agents from the-stall.intuitek.ai, paid per call via x402, $0.07/call, status unknown (last checked 2026-09-13).

Returns technical analysis indicators and signals for a given US stock ticker symbol

## Facts

- Endpoint: GET https://the-stall.intuitek.ai/cap/equity-technicals
- Price: $0.07/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/the-stall-equity-technicals-761eee5d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_V_Xbr-eLgBsmlWM1mWhxt

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 the-stall-equity-technicals-761eee5d
```

Example prompt: Can you pull the technical indicators for NVDA — things like RSI, MACD, and moving averages — so I can get a read on its current technical picture?

## When to prefer this

Use this endpoint when you need technical analysis indicators (RSI, MACD, moving averages, etc.) for a US-listed equity and want a pay-per-call model with no account setup. Ideal for AI agents needing on-demand stock technical data without managing API subscriptions. Choose this over fundamental data endpoints when the user's question is about price action, momentum, or chart-based signals rather than earnings or valuation.

## Known failure modes

- Missing or invalid ticker symbol returns a 4xx error
- Unknown or delisted ticker may return empty or error response
- Payment failure or insufficient USDC balance prevents data retrieval
- Non-US ticker symbols may not be supported

## How this service works

Returns a complete technical analysis package for any US stock: RSI(14) with oversold/overbought signal, MACD(12/26/9) with histogram, Bollinger Bands(20,2σ) with price position, SMA 20/50/200 with crossover state, 20-day volume ratio, and a consensus signal (BULLISH/BEARISH/NEUTRAL) based on indicator agreement. Sourced from 1-year Yahoo Finance daily OHLCV — no API key, live data. Richer than a simple price endpoint: agents use this for entry/exit signal confirmation, momentum screening, and 

## Output

Returns technical analysis data for the requested US stock ticker, likely including momentum indicators (RSI, MACD), moving averages (SMA/EMA), volume signals, and overall bullish/bearish technical assessments. Delivered as structured JSON after a $0.49 USDC micropayment on Base mainnet — no API key required.

## Example request

```json
{
 "input": {
  "type": "http",
  "method": "GET",
  "queryParams": {
   "ticker": "AAPL"
  }
 }
}
```

## Request schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/the-stall-equity-technicals-761eee5d/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from the-stall.intuitek.ai](https://www.zero.xyz/host/the-stall.intuitek.ai/llms.txt)
