# Canopy Finance — Country Metric Changes (Malaysia)

> Canopy Finance — Country Metric Changes (Malaysia) is a paid API for AI agents from wintel.canopy.finance, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-14).

Returns ranked, AI-interpreted period-over-period metric changes for Malaysia (country code MY), with optional filtering to only material/significant moves.

## Facts

- Endpoint: GET https://wintel.canopy.finance/x402/v1/changes/country/MY
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/canopy-finance-country-metric-changes-malaysia-95d4d54f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_kFRTAAWb3iNgjIVxHgx2J

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-metric-changes-malaysia-95d4d54f
```

Example prompt: Pull the ranked period-over-period metric changes for Malaysia (country code MY) from Canopy Finance, and filter to only the material moves so I can see what's shifted significantly this period.

## When to prefer this

Use this endpoint when you need a ranked, pre-interpreted summary of what has changed for Malaysia across economic or investment metrics in a recent period — especially useful for flagging material moves without having to manually compare raw data points. Prefer over raw data feeds when you want AI-ranked significance ordering rather than unfiltered time-series data.

## Known failure modes

- Invalid or unsupported country code returns an error or empty result
- Rate limiting or payment failure (x402 payment required) blocks the call
- No material changes found when material_only=true returns an empty list
- Stale data if underlying metric sources have not updated
- Incorrect asset_type enum value causes a 400 validation error

## How this service works

Ranked, interpreted period-over-period metric changes for a country, cryptocurrency, or stock; ?material_only=true filters to significant moves.

## Output

A ranked list of period-over-period metric changes for Malaysia, each with an interpreted description of the change, the magnitude of the delta, and a significance flag; when material_only=true, only statistically or economically significant changes are returned.

## 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-metric-changes-malaysia-95d4d54f/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)
