# Canopy Finance Country AI Analyst Report

> Canopy Finance Country AI Analyst Report is a paid API for AI agents from wintel.canopy.finance, paid per call via x402, $0.25/call, status unknown (last checked 2026-09-13).

Generates a full AI analyst report with engine-sourced investment scores, metrics, period-over-period changes, and grounded narrative sections for a specified country.

## Facts

- Endpoint: GET https://wintel.canopy.finance/x402/v1/report/country/MY
- Price: $0.25/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/canopy-finance-country-ai-analyst-report-9975e4ba
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_uiF_vVoIjMrvp7j3Nllp7

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 canopy-finance-country-ai-analyst-report-9975e4ba
```

Example prompt: Can you pull the full AI analyst report for Malaysia as a country investment — I want the investment scores, ratings, key metrics, and the narrative analysis sections?

## When to prefer this

Use this endpoint when you need a holistic, narrative-plus-quantitative AI analyst report for a country, combining structured investment scores with human-readable analysis. Prefer this over the sibling score-only or changes-only endpoints when you want the full picture in a single call. Best for investment research workflows, country risk assessment, and due diligence on sovereign or emerging market exposure.

## Known failure modes

- Invalid or unrecognized ISO country code returns an error or empty result
- Unsupported asset_type value causes a 400 bad request
- Payment not fulfilled via x402 protocol results in 402 Payment Required
- Transient upstream data unavailability may return 503 or partial data
- Passing a crypto ticker or stock symbol when asset_type is 'country' causes schema mismatch

## How this service works

Full AI analyst report — engine-sourced scores, metrics, and changes plus grounded narrative sections — for a country, cryptocurrency, or stock.

## Output

A comprehensive AI analyst report for the specified country (e.g. Malaysia / MY) including: engine-sourced investment factor scores, framework sub-scores, a headline investment score and rating, quantitative metrics, ranked period-over-period metric changes, and grounded narrative analyst sections explaining the investment thesis and risks.

## 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"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET",
      "HEAD",
      "DELETE"
     ],
     "type": "string"
    },
    "pathParams": {
     "type": "object",
     "required": [
      "asset_type",
      "asset_id"
     ],
     "properties": {
      "asset_id": {
       "type": "string",
       "description": "ISO country code (MY), CoinGecko id (bitcoin), or stock ticker (AAPL)"
      },
      "asset_type": {
       "enum": [
        "country",
        "crypto",
        "stock"
       ],
       "type": "string"
      }
     }
    },
    "queryParams": {
     "type": "object",
     "properties": {}
    }
   },
   "additionalProperties": false
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/canopy-finance-country-ai-analyst-report-9975e4ba/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)
