# LatAm Datos API – Reporte de Mercados Emergentes

> LatAm Datos API – Reporte de Mercados Emergentes is a paid API for AI agents from latam-datos-api.onrender.com, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-14).

Returns a comprehensive report of Latin American emerging market data including FX rates, inflation, central bank rates, public holidays, tax/bank ID validation, VAT rates, and minimum wages for multiple countries.

## Facts

- Endpoint: GET https://latam-datos-api.onrender.com/latam/reporte
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/latam-datos-api-reporte-de-mercados-emergentes-f6e09680
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_WpPB_bBNR61ot-HGycm66

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-reporte-de-mercados-emergentes-f6e09680
```

Example prompt: Can you pull the latest Latin American market report — I need today's USD to Colombian peso TRM, the Argentine blue dollar buy and sell rates, and current central bank rates for Brazil and Mexico?

## When to prefer this

Choose this endpoint when you need consolidated Latin American macroeconomic and financial data — especially FX rates (including Argentina's parallel blue dollar), central bank rates, inflation, holidays, VAT, and minimum wages — in a single pay-per-query call settled in USDC on Base via x402. Prefer it over general financial data APIs when your use case is specifically LatAm emerging markets and you want micropayment pricing without a subscription.

## Known failure modes

- Missing or invalid query parameters may return an empty or partial response
- Service hosted on Render free tier may have cold-start latency or occasional downtime
- Payment via x402/USDC may fail if wallet balance is insufficient or Base network is congested
- Rate or data may be stale if upstream data source has not refreshed
- Unsupported country codes may return null fields or errors

## 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 keyed by country (e.g. 'colombia', 'argentina') containing fields such as the official USD/local-currency exchange rate (TRM for Colombia), blue/parallel market FX rates with buy and sell prices (Argentina dolar_blue), inflation indices, central bank benchmark interest rates, public holiday calendars, VAT percentages, and minimum wage figures — depending on the query parameters supplied.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "colombia": {
   "trm_usd_cop": 3357.82
  },
  "argentina": {
   "dolar_blue": {
    "venta": 1510,
    "compra": 1490
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/latam-datos-api-reporte-de-mercados-emergentes-f6e09680/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)
