# World Bank Lending Interest Rate by Country

> World Bank Lending Interest Rate by Country is a paid API for AI agents from clonecho.builda.company, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-14).

Returns the latest bank lending interest rates for all countries, optionally filtered to the most recent N years.

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/s/worldbank-lending-interest-rate
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/world-bank-lending-interest-rate-by-country-ee3d3cf1
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap__5neaR-ljtyF9C-16Ldrf

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 world-bank-lending-interest-rate-by-country-ee3d3cf1 -d '<json body>'
```

Example prompt: Pull the World Bank lending interest rate data for all countries, showing just the most recent 3 years, so I can compare borrowing costs globally.

## When to prefer this

Use this endpoint when you need standardized, World Bank-sourced lending interest rate data across all countries simultaneously. Ideal for macroeconomic comparisons, financial research, or building dashboards that need cross-country interest rate benchmarks. Prefer over scraping central bank sites when you want a single unified dataset covering all nations.

## Known failure modes

- Invalid or non-numeric q parameter may return an error or empty result
- World Bank data may have gaps or missing values for certain countries or years
- Payment failure (402) if USDC balance is insufficient
- Rate limiting or service unavailability returning 5xx errors

## How this service works

Latest bank lending interest rate for all countries; q sets how many most recent years to return. Query: ?q= Returns JSON.

## Output

A JSON array of lending interest rate records per country, each containing country name, indicator value (annual lending rate as a percentage), and year — drawn from World Bank data, filtered to the most recent N years if q is specified.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/world-bank-lending-interest-rate-by-country-ee3d3cf1/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from clonecho.builda.company](https://www.zero.xyz/host/clonecho.builda.company/llms.txt)
