# Wintel Country Brief

> Wintel Country Brief is a paid API for AI agents from wintel.canopy.finance, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-14).

Returns an AI-generated country brief with investment factor scores, risk rating, and key metrics for a given country identified by ISO2 code.

## Facts

- Endpoint: GET https://wintel.canopy.finance/x402/v1/country-brief/%7Biso2%7D
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/wintel-country-brief-352e8c8d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_7uOlg8c8a1g7KdkNdOysJ

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 wintel-country-brief-352e8c8d
```

Example prompt: Can you pull the Wintel country brief for Brazil — I want the AI analyst summary, investment score, and risk rating?

## When to prefer this

Use this endpoint when you need a structured, AI-generated investment brief for a specific country, including both quantitative scores and qualitative narrative — especially for country risk screening, portfolio due diligence, or macro-level investment research. Prefer over generic news APIs when you need investment-framed scoring and event-driven change detection rather than raw headlines.

## Known failure modes

- Invalid or unsupported ISO2 country code returns 400 or empty result
- Payment not provided or insufficient USDC balance causes 402 Payment Required
- Rate limiting or quota exceeded returns 429
- Country data not yet available or stale returns partial result
- Network timeout on AI report generation returns 503

## How this service works

Event-driven investment analysis: country risk scoring, change detection, and AI analyst reports for countries, cryptocurrencies, and stocks. Machine-payable endpoints at /x402/v1/* (x402 protocol).

## Output

An AI-generated country brief including investment factor framework scores, a headline investment score and rating, key economic and political metrics, and a grounded narrative analyst summary section — all driven by event-based change detection for the specified country.

## Request schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/wintel-country-brief-352e8c8d/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from wintel.canopy.finance](https://www.zero.xyz/host/wintel.canopy.finance/llms.txt)
