# Losbeto Sector Rotation Analysis

> Losbeto Sector Rotation Analysis is a paid API for AI agents from markets.losbeto.xyz, paid per call via x402, $0.15/call, status unknown (last checked 2026-09-14).

Returns sector rotation data and signals to help AI agents identify which market sectors are gaining or losing momentum.

## Facts

- Endpoint: GET https://markets.losbeto.xyz/sector-rotation
- Price: $0.15/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/losbeto-sector-rotation-analysis-e8531a90
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_rchu0UVMI2pz1jQgfCV0P

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 losbeto-sector-rotation-analysis-e8531a90
```

Example prompt: Show me the current sector rotation signals — which sectors are moving into favor and which ones are losing momentum right now?

## When to prefer this

Choose this endpoint when you need structured sector rotation intelligence for trading or portfolio decisions, specifically from the Losbeto x402-monetized swarm on Solana/Base chains. Prefer this over general market data APIs when you want rotation-specific signals (momentum in/out) rather than raw price feeds, and when your agent workflow is already integrated with x402 USDC micropayment infrastructure.

## Known failure modes

- Malformed or missing input properties result in an error response
- Service unavailable if the underlying market data feed is down
- $1.99 USDC payment required per call; failed payment returns 402 status
- Stale data if market data source has not refreshed recently
- Ambiguous or empty JSON response if sector data is unavailable for current session

## How this service works

Losbeto: 67 endpoints x402 monetizados. Solana + Base. USDC micropayments para AI agents. Preços a partir de $0.003.

## Output

A JSON response containing sector rotation signals, ranking sectors by momentum and relative strength, indicating which sectors are rotating in (gaining institutional flows) and which are rotating out, potentially including performance metrics and allocation suggestions.

## Request schema (JSON Schema)

```json
{
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "properties": {
  "input": {
   "properties": {
    "queryParams": {
     "properties": {
      "format": {
       "description": "Response format (json)",
       "type": "string"
      }
     },
     "type": "object"
    }
   },
   "type": "object"
  },
  "output": {
   "properties": {
    "example": {
     "description": "Global sector rotation signal: 11 S&P sectors + BTC + gold ranked by 1M/3M returns, cyclicals-vs-defensives read, cycle stage and overweight calls from an AI strategist.",
     "type": "object"
    }
   },
   "type": "object"
  }
 },
 "required": [
  "input"
 ],
 "type": "object"
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "ts": 1785019160,
  "product": "Global Sector Rotation",
  "version": "25.1.0-DISCOVERY",
  "provider": "Losbeto/Premium",
  "performance": {
   "Gold": {
    "last": 4067.6,
    "ret_1m_pct": 1.94,
    "ret_3m_pct": -13
   },
   "Energy": {
    "last": 59.38,
    "ret_1m_pct": 9.03,
    "ret_3m_pct": 4.6
   },
   "Staples": {
    "last": 83.21,
    "ret_1m_pct": -0.61,
    "ret_3m_pct": 1.06
   },
   "Materials": {
    "last": 50.29,
    "ret_1m_pct": -1.14,
    "ret_3m_pct": -2.88
   },
   "Utilities": {
    "last": 46.19,
    "ret_1m_pct": 2.49,
    "ret_3m_pct": 0
   },
   "Financials": {
    "last": 55.83,
    "ret_1m_pct": 3.62,
    "ret_3m_pct": 7.76
   },
   "Healthcare": {
    "last": 161.44,
    "ret_1m_pct": 6.08,
    "ret_3m_pct": 12.53
   },
   "Technology": {
    "last": 178.45,
    "ret_1m_pct": -3.12,
    "ret_3m_pct": 11.14
   },
   "Industrials": {
    "last": 181.94,
    "ret_1m_pct": 2.13,
    "ret_3m_pct": 5.47
   },
   "Real Estate": {
    "last": 44.95,
    "ret_1m_pct": 0.69,
    "ret_3m_pct": 3.36
   },
   "Crypto (BTC)": {
    "last": 64334.01,
    "ret_1m_pct": 1.97,
    "ret_3m_pct": -17.11
   },
   "Communication": {
    "last": 105.38,
    "ret_1m_pct": -1.76,
    "ret_3m_pct": -9.01
   },
   "Consumer Disc.": {
    "last": 108.76,
    "ret_1m_pct": -4.4,
    "ret_3m_pct": -7.71
   }
  },
  "cyclicals_vs_defensives": {
   "signal": "risk-off (defensives leading)",
   "cyclicals_avg_1m": -0.44,
   "defensives_avg_1m": 2.65
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/losbeto-sector-rotation-analysis-e8531a90/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from markets.losbeto.xyz](https://www.zero.xyz/host/markets.losbeto.xyz/llms.txt)
