# S&P Financials Leveraged Positioning Momentum Intelligence

> S&P Financials Leveraged Positioning Momentum Intelligence is a paid API for AI agents from pay.edge-agents.ai, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).

Returns evidence-backed leveraged positioning and momentum analysis for the S&P 500 Financial Sector, with provenance, contradictions, and confidence ratings.

## Facts

- Endpoint: GET https://pay.edge-agents.ai/v1/services/sp-financials-leveraged-positioning-momentum
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/s-p-financials-leveraged-positioning-momentum-intelligence-eec6fb0d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_c6tyBtluY2cDqH30-DQph

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 s-p-financials-leveraged-positioning-momentum-intelligence-eec6fb0d
```

Example prompt: Pull the latest Edge Agents leveraged positioning momentum report for the S&P 500 Financial Sector and tell me the confidence level and whether the signal is strong or weak.

## When to prefer this

Choose this endpoint when you need a point-in-time, provenance-signed momentum and leveraged positioning report specifically for the S&P 500 Financial Sector, with explicit confidence scores and contradiction flagging. Prefer it over generic market data APIs when you need citable, evidence-bounded analysis suitable for board-level or autonomous agent decision workflows, especially when source traceability and limitation disclosure are required.

## Known failure modes

- Payment not received or insufficient USDC — returns 402 Payment Required
- Data unavailable or stale sources — report will explicitly state coverage gaps in limitations field
- Network or upstream data failure — may return incomplete or error response
- Invalid request format — returns error due to malformed input

## How this service works

Direct CFTC weekly change in leveraged-fund long, short and spread positions for S&P Financial Sector, including change in net exposure. Purpose: Detect whether reported leveraged-fund exposure in S&P Financial Sector shifted toward net-long, net-short or stable positioning during the latest CFTC week. 168-hour freshness target; missing evidence is reported explicitly rather than invented.

## Output

A JSON object containing: momentum quality status (e.g. 'strong') and confidence level (e.g. 'high'); an analysis block with sector family, intents/tags, and a plain-language summary; an evidence block listing covered assets (e.g. SP500), data policy, and sources; serviceId, dataStatus, generatedAt timestamp, schemaVersion, a signed provenance record from edge-agents.ai, limitations disclosures, and a general market research disclaimer.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "quality": {
   "status": "strong",
   "confidence": "high"
  },
  "analysis": {
   "family": "equities",
   "intents": [
    "momentum",
    "leverage",
    "evidence",
    "positioning",
    "leveraged-funds",
    "equities"
   ],
   "summary": "Fresh S&P Financial Sector Leveraged Positioning Momentum findings appear here."
  },
  "evidence": {
   "assets": [
    "SP500"
   ],
   "policy": "point-in-time",
   "sources": "Reported from the actual live report; never inferred from this example."
  },
  "serviceId": "sp-financials-leveraged-positioning-momentum",
  "dataStatus": "complete",
  "disclaimer": "General, impersonal market research; not investment advice or a buy, sell or hold recommendation.",
  "provenance": {
   "issuer": "https://edge-agents.ai",
   "signed": true
  },
  "generatedAt": "2026-08-31T00:00:00.000Z",
  "limitations": [
   "Coverage, source freshness and unavailable evidence are stated in every paid report."
  ],
  "schemaVersion": "2.0"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/s-p-financials-leveraged-positioning-momentum-intelligence-eec6fb0d/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from pay.edge-agents.ai](https://www.zero.xyz/host/pay.edge-agents.ai/llms.txt)
