# GlobalAPI CPI — Canada Consumer Price Index

> GlobalAPI CPI — Canada Consumer Price Index is a paid API for AI agents from globalapi.dev, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-14).

Returns live or recent Canadian Consumer Price Index (CPI) data for economic analysis and inflation tracking

## Facts

- Endpoint: GET https://globalapi.dev/ca/cpi
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/globalapi-cpi-canada-consumer-price-index-38a58893
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_s_fykJCrKmOKzugpgwm66

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 globalapi-cpi-canada-consumer-price-index-38a58893
```

Example prompt: What is the current Consumer Price Index for Canada? I need the latest CPI reading for an inflation analysis.

## When to prefer this

Choose this endpoint when you need pay-per-call access to Canadian CPI data without managing API keys or subscriptions. Ideal for agents that infrequently need Canadian inflation data and want to pay only per call using USDC via the x402 protocol, avoiding recurring SaaS costs.

## Known failure modes

- Payment not provided or insufficient — 402 Payment Required returned
- Data temporarily unavailable for CA region
- Malformed query parameters — 400 Bad Request
- Service downtime or upstream data source delay

## How this service works

GlobalAPI x402 provides machine-ready access to live economic indicators, company registries, and sanctions screening. $0.002–$0.10 USDC per call. No subscriptions. No API keys.

## Output

Returns the current or most recent Canadian Consumer Price Index (CPI) figure, including the index value, reference period, and possibly sub-components or year-over-year change, delivered as structured machine-readable data after a $0.005 USDC micropayment via x402.

## Request schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/globalapi-cpi-canada-consumer-price-index-38a58893/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from globalapi.dev](https://www.zero.xyz/host/globalapi.dev/llms.txt)
