# OECD Country Comparison Data — Interest Rates, Trade Balance & CPI

> OECD Country Comparison Data — Interest Rates, Trade Balance & CPI is a paid API for AI agents from global.memoryapi.org, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-15).

Returns OECD-sourced macroeconomic comparison data including long-term interest rates, trade balance, and CPI for G7 and major economies

## Facts

- Endpoint: GET https://global.memoryapi.org/x402/global/oecd
- Price: $0.001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/global-memoryapi-org-7a8e7aab
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_7FW-NK-z1QRJPNpOawMLU

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 global-memoryapi-org-7a8e7aab
```

Example prompt: Can you pull the latest OECD comparison data for G7 countries — I want to see long-term interest rates, trade balances, and CPI figures side by side to understand how the major economies are positioned right now?

## When to prefer this

Choose this endpoint when you need quick, pre-processed OECD macroeconomic indicators specifically for G7 and major economies, focusing on the triad of long-term interest rates, trade balance, and CPI. Prefer this over the IMF sibling endpoint when your analysis centers on monetary policy signals, trade dynamics, and inflation comparisons among developed OECD members rather than broader GDP growth or government debt metrics across 180+ countries.

## Known failure modes

- Data unavailable for a specific country if not in OECD/G7 scope — returns empty or partial dataset
- Stale data if OECD source hasn't been refreshed — response may lag official OECD release schedule
- Payment failure if x402 micropayment of $0.001 USDC is not processed correctly
- Network timeout if the upstream OECD data source is unavailable
- Rate limiting if too many requests are made in a short window

## How this service works

Global macroeconomic data from IMF, World Bank, and OECD. GDP growth, inflation, interest rates, and development indicators for 180+ countries. Pay-per-request via x402 protocol on Base mainnet.

## Output

Returns structured OECD macroeconomic comparison data for G7 and major economies including long-term interest rates (%), trade balance figures, and CPI inflation metrics per country, enabling cross-country benchmarking and economic analysis.

## Example request

```json
{
 "year": "2023",
 "countries": "USA,GBR,DEU,FRA,JPN",
 "indicator": "PCPIPCH"
}
```

## Request schema (JSON Schema)

```json
{
 "properties": {
  "input": {
   "required": [
    "method"
   ],
   "properties": {
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "example": {
  "data": [
   {
    "code": "USA",
    "unit": "%",
    "value": 4.35,
    "period": "2025-03",
    "country": "USA"
   }
  ],
  "count": 7,
  "topic": "interest_rates",
  "source": "OECD",
  "success": true,
  "topic_label": "Long-Term Interest Rates (%)"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/global-memoryapi-org-7a8e7aab/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from global.memoryapi.org](https://www.zero.xyz/host/global.memoryapi.org/llms.txt)
