# Suverse Macro CPI Inflation – World Bank Annual Inflation Time Series

> Suverse Macro CPI Inflation – World Bank Annual Inflation Time Series is a paid API for AI agents from proxy.suverse.io, paid per call via x402, $0.004/call, status unknown (last checked 2026-09-13).

Returns annual consumer price inflation (CPI) percent as a yearly time series for any country, identified by ISO code, sourced from World Bank data.

## Facts

- Endpoint: POST https://proxy.suverse.io/v1/data/suverse-macro-cpi-inflation
- Price: $0.004/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/suverse-macro-cpi-inflation-world-bank-annual-inflation-time-series-14fc2fd5
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap__BtcyQ4kpVlTGXu0Hf2iL

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 suverse-macro-cpi-inflation-world-bank-annual-inflation-time-series-14fc2fd5 -d '<json body>'
```

Example prompt: Can you pull the annual CPI inflation time series for Turkey from the World Bank? I want to see how inflation has evolved year by year.

## When to prefer this

Choose this endpoint when you need authoritative, World Bank-sourced annual CPI inflation data for any country by ISO code, especially for macroeconomic analysis, real return calculations, inflation regime identification, or monetary policy context. Prefer this over general economic APIs when you specifically need a clean yearly time series of consumer price inflation backed by World Bank methodology.

## Known failure modes

- Invalid or unrecognized ISO country code returns an error or empty result
- Country has no World Bank CPI data for certain years, resulting in null values in the time series
- World Bank upstream data unavailable or stale, causing degraded or cached response
- Malformed POST body or missing required fields returns a 400-level error
- Payment failure (x402) if the $0.004 USDC micropayment is not correctly processed

## How this service works

Annual consumer price inflation percent for any country by ISO code as a yearly time series from World Bank: country, year, inflation rate. For AI agents tracking inflation regimes, real returns, monetary policy context, and price stability comparison.

## Output

A yearly time series of annual consumer price inflation (CPI) percentages for the requested country, including the country name, ISO code, each calendar year covered, and the corresponding inflation rate expressed as a percent — sourced from World Bank official statistics.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method",
    "bodyType",
    "body"
   ],
   "properties": {
    "body": {
     "properties": {}
    },
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "POST",
      "PUT",
      "PATCH"
     ],
     "type": "string"
    },
    "bodyType": {
     "enum": [
      "json",
      "form-data",
      "text"
     ],
     "type": "string"
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/suverse-macro-cpi-inflation-world-bank-annual-inflation-time-series-14fc2fd5/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from proxy.suverse.io](https://www.zero.xyz/host/proxy.suverse.io/llms.txt)
