# IMF Country Economic Outlook

> IMF Country Economic Outlook is a paid API for AI agents from the-stall.intuitek.ai, paid per call via x402, $0.034/call, status unknown (last checked 2026-09-13).

Returns IMF-sourced economic outlook data and multi-year forecasts for one or more countries identified by ISO country code.

## Facts

- Endpoint: GET https://the-stall.intuitek.ai/cap/imf-country-outlook
- Price: $0.034/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/imf-country-economic-outlook-3415e4fb
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_I1LvdpAwXUVF-AsbAjYoh

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 imf-country-economic-outlook-3415e4fb
```

Example prompt: Pull up the IMF economic outlook for the US, China, and Germany — I want to compare their growth and inflation projections over the next 5 years.

## When to prefer this

Use this endpoint when you need authoritative IMF-sourced macroeconomic forecasts for one or more countries, especially for comparing GDP growth, inflation, or economic outlook across nations over a 1–5 year horizon. Prefer this over generic search or news APIs when structured, quantitative forecast data is required for financial analysis, country risk assessment, or investment research. Ideal for agents that need to compare multiple countries in a single call without managing API keys.

## Known failure modes

- Invalid or unrecognized ISO country code returns an error or empty result
- Requesting more than 5 countries in a single call exceeds the comma-separated limit
- Horizon value outside 1–5 range triggers schema validation failure
- Payment failure via x402/USDC results in HTTP 402 and no data returned
- IMF data unavailable for certain territories or small nations

## How this service works

IMF World Economic Outlook forecasts — current year + 3-year horizon for 180+ countries. Returns GDP growth, CPI inflation, unemployment rate, current account balance (% GDP), government gross debt (% GDP), and fiscal balance (% GDP). Sourced from IMF DataMapper API (no key required). Distinct from World Bank data — these are IMF forward projections updated Apr/Oct. Use for sovereign risk, EM allocation, currency thesis, fiscal sustainability analysis.

## Output

Structured economic outlook data from IMF sources for up to 5 countries, including multi-year forecasts (GDP growth, inflation, and related macroeconomic indicators) spanning 1–5 years ahead, formatted for programmatic consumption.

## Example request

```json
{
 "input": {
  "type": "http",
  "method": "GET",
  "queryParams": {
   "country": "USA,CHN,DEU",
   "horizon": 5
  }
 }
}
```

## Request schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/imf-country-economic-outlook-3415e4fb/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from the-stall.intuitek.ai](https://www.zero.xyz/host/the-stall.intuitek.ai/llms.txt)
