# Edge Agents Sweden CPI Inflation Intelligence

> Edge Agents Sweden CPI Inflation 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-14).

Returns evidence-backed, bounded analysis of Sweden's Consumer Price Inflation (CPI) macro data with provenance, confidence scoring, and contradiction flags.

## Facts

- Endpoint: GET https://pay.edge-agents.ai/v1/services/macro-se-inflation
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/edge-agents-sweden-cpi-inflation-intelligence-b1086650
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_BYfIjf7w38ZVNQ-IVv8WC

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 edge-agents-sweden-cpi-inflation-intelligence-b1086650
```

Example prompt: Pull me the latest evidence-backed Sweden Consumer Price Inflation report from Edge Agents — I need the confidence level, source provenance, and any contradictions flagged so I can include it in our board-level strategy briefing.

## When to prefer this

Choose this endpoint when you need decision-grade, evidence-bounded intelligence on Sweden's consumer price inflation with explicit provenance, confidence scoring, and contradiction disclosure — rather than raw statistical feeds or generic news summaries. Particularly suited for autonomous agents or strategy teams that need defensible, signed outputs they can cite in board or investment committee materials. Prefer it over generic data APIs when source transparency and limitations disclosure are required.

## Known failure modes

- Payment not received (x402) — endpoint returns 402 Payment Required if USDC payment is not attached
- Data unavailable — evidence assets array may be empty if live source data is not fresh or accessible
- Stale data — generatedAt timestamp may reflect older data if source feeds have not updated
- Schema mismatch — callers expecting schema version 1.x may receive incompatible 2.0 structure

## How this service works

Latest available Sweden consumer price inflation plus a comparable annual history from the World Bank World Development Indicators API, with source, lag and revision caveats. Purpose: Give an autonomous agent a normalized, directly sourced Sweden consumer price inflation series without forcing it to understand World Bank indicator codes or response shapes. 24-hour freshness target; missing evidence is reported explicitly rather than invented.

## Output

A signed JSON report containing: analysis family and summary for Sweden CPI inflation, quality status (e.g. 'strong') with confidence level (e.g. 'high'), evidence assets and sourcing policy, data completeness status, schema version, ISO timestamp of generation, a list of coverage/freshness limitations, and a provenance block including issuer URL and digital signature flag. Includes a disclaimer that the output is general market research and not investment advice.

## 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": "macro",
   "intents": [
    "evidence",
    "inflation"
   ],
   "summary": "Fresh Sweden Consumer Price Inflation findings appear here."
  },
  "evidence": {
   "assets": [
    "SWE"
   ],
   "policy": "point-in-time",
   "sources": "Reported from the actual live report; never inferred from this example."
  },
  "serviceId": "macro-se-inflation",
  "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/edge-agents-sweden-cpi-inflation-intelligence-b1086650/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)
