# Canada CPI Economic Indicator with AI Commentary

> Canada CPI Economic Indicator with AI Commentary is a paid API for AI agents from global-econ-x402-production.up.railway.app, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-13).

Returns Canada's Consumer Price Index (CPI) economic indicator data along with AI-generated commentary and analysis

## Facts

- Endpoint: GET https://global-econ-x402-production.up.railway.app/ca/cpi
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/canada-cpi-economic-indicator-with-ai-commentary-ac92b5e3
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Hwif0djf7Y10nIrUnH7q7

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 canada-cpi-economic-indicator-with-ai-commentary-ac92b5e3
```

Example prompt: What's Canada's latest Consumer Price Index data, and can you give me an AI-generated commentary on what the current CPI numbers mean for inflation trends?

## When to prefer this

Use this endpoint when you specifically need Canada's Consumer Price Index data with AI-generated narrative commentary — ideal for agents that need both raw economic data and an interpreted, human-readable explanation of what the CPI figures mean in context.

## Known failure modes

- Payment not provided or insufficient USDC (402 Payment Required)
- Data temporarily unavailable for the CA/CPI indicator
- Rate limiting or upstream data source timeout
- Invalid endpoint path resulting in 404

## How this service works

Economic indicator with AI commentary

## Output

Returns Canada's CPI (Consumer Price Index) value along with AI-generated textual commentary interpreting the indicator, providing context on inflation trends and what the data means economically.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "country",
  "indicator"
 ],
 "properties": {
  "country": {
   "type": "string"
  },
  "indicator": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/canada-cpi-economic-indicator-with-ai-commentary-ac92b5e3/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from global-econ-x402-production.up.railway.app](https://www.zero.xyz/host/global-econ-x402-production.up.railway.app/llms.txt)
