# LatAm Datos API – Chile Indicadores

> LatAm Datos API – Chile Indicadores is a paid API for AI agents from latam-datos-api.onrender.com, paid per call via x402, $0.003/call, status unknown (last checked 2026-09-13).

Returns key Chilean economic indicators including UF value and observed USD/CLP exchange rate

## Facts

- Endpoint: GET https://latam-datos-api.onrender.com/cl/indicadores
- Price: $0.003/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/latam-datos-api-chile-indicadores-e0677555
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_lQUpxeSaBJQxwV8os4fpn

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 latam-datos-api-chile-indicadores-e0677555
```

Example prompt: What is today's UF value and the observed dollar exchange rate in Chile? I need the latest Chilean economic indicators including dolar observado and UF.

## When to prefer this

Use this endpoint when you need current Chilean macroeconomic indicators — specifically UF (inflation-linked unit) and observed USD/CLP exchange rate — priced at $0.003 USDC per call via x402. Prefer this over general FX APIs when you specifically need Chilean official reference rates (dolar observado) and UF values, which are Chile-specific constructs not available in generic currency APIs.

## Known failure modes

- Payment required (402) if x402 USDC payment on Base is not provided
- Stale or unavailable data if upstream Chilean data source is down
- Rate limiting or server errors from Render.com hosting
- Network timeout if the Render.com free-tier instance is cold-starting

## How this service works

Datos de mercados emergentes para agentes: FX LatAm, inflacion, tasas de bancos centrales, feriados, validacion de IDs fiscales/bancarios, IVA y salarios minimos. Pago por consulta via x402 v2 (USDC en Base).

## Output

A JSON object containing current Chilean economic indicators, specifically the UF (Unidad de Fomento) value (e.g. 40828.47) and the dolar observado (observed USD/CLP exchange rate, e.g. 921.7), reflecting real-time or daily-updated market data for Chile.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "uf": 40828.47,
  "dolar_observado": 921.7
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/latam-datos-api-chile-indicadores-e0677555/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from latam-datos-api.onrender.com](https://www.zero.xyz/host/latam-datos-api.onrender.com/llms.txt)
