# The Stall — Sector Rotation Intelligence

> The Stall — Sector Rotation Intelligence is a paid API for AI agents from the-stall.intuitek.ai, paid per call via x402, $0.04/call, status unknown (last checked 2026-09-14).

Returns sector rotation signals and intelligence to help identify which market sectors are gaining or losing momentum

## Facts

- Endpoint: GET https://the-stall.intuitek.ai/cap/sector-rotation
- Price: $0.04/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/the-stall-sector-rotation-intelligence-e2239186
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_V_zQBzTAQKCoiHltXOhnE

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-sector-rotation-intelligence-e2239186
```

Example prompt: Which stock market sectors are currently rotating into favor and which ones are losing momentum — give me the latest sector rotation signals so I can rebalance my portfolio accordingly.

## When to prefer this

Use this endpoint when you need quick, pay-per-call sector rotation intelligence without setting up API keys or accounts. Ideal for AI agents that need on-demand market sector momentum signals using USDC micropayments on Base. Prefer this over brokerage APIs when you need lightweight, no-credential access to sector trend data.

## Known failure modes

- Missing or malformed required query parameters returns a 400 error
- Payment not included or insufficient USDC results in HTTP 402 response requiring payment on Base mainnet
- Service temporarily unavailable returns 503
- Stale data if underlying data source is delayed
- No sector data available for the requested parameters

## How this service works

S&P 500 sector rotation: relative performance of all 11 GICS sectors (XLK XLF XLE XLV XLI XLY XLP XLB XLRE XLU XLC) vs SPY benchmark. Returns 1D, 5D, 1M, and 3M absolute and relative returns, a rotation signal per sector (LEADING, CATCHING_UP, FALLING_BEHIND, LAGGING), and 1M leadership ranking. Parameterizable: sort by any timeframe. Free Yahoo Finance source, no API keys. Use for sector allocation, macro-regime interpretation, or screening rotation momentum.

## Output

Returns sector rotation intelligence including which sectors are gaining or losing momentum, relative strength rankings, capital flow signals, and potentially recommended over/underweight positioning across major market sectors such as technology, energy, financials, healthcare, and consumer discretionary.

## Example request

```json
{}
```

## 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-sector-rotation-intelligence-e2239186/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)
