# latamref Income Tax Reference Data

> latamref Income Tax Reference Data is a paid API for AI agents from latamref.dev, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-14).

Returns authoritative income tax rates and related fiscal reference data for Latin American countries as clean JSON with official source citations

## Facts

- Endpoint: GET https://latamref.dev/v1/answers/income-tax
- 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/latamref-income-tax-reference-data-9e7f74cc
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_iXMfgAyo4O8EQUlP7ChGF

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 latamref-income-tax-reference-data-9e7f74cc
```

Example prompt: What is the current income tax rate in Argentina according to official government sources, and when was it last confirmed?

## When to prefer this

Choose this endpoint when you need authoritative, source-cited income tax rates for Latin American countries backed by official government gazettes or central-bank statements, rather than scraped or crowd-sourced tax databases. It is especially valuable when downstream use requires a verifiable primary source URL, an effective date, and a staleness indicator — for legal, compliance, or financial modeling contexts where accuracy provenance matters.

## Known failure modes

- Country not supported — only 12 LatAm countries are covered (ar, br, cl, co, cr, do, ec, gt, mx, pe, py, uy)
- Value returned as null with explanatory notes when no honest primary-source figure exists (e.g. discontinued rates)
- Stale flag set to true if data has not been recently confirmed against official source
- Rate changes between confirmation cycles may mean returned value lags reality — always check effective_from and last_confirmed

## How this service works

Authoritative Latin American government reference values as clean JSON: central-bank policy rates, VAT rates, national minimum wages and public holidays for Argentina (ar), Brazil (br), Chile (cl), Colombia (co), Costa Rica (cr), Dominican Republic (do), Ecuador (ec), Guatemala (gt), Mexico (mx), Peru (pe), Paraguay (py), Uruguay (uy). Every value carries a citation to its official primary source (government gazette or central-bank statement), an effective date, a last-confirmed date and a staleness flag.

## Output

A JSON object containing the income tax rate value (or null with explanation if unavailable), the series identifier, country code, unit, effective date, last confirmed date, staleness flag, an official source citation with URL and name, and a disclaimer about independent service status.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "unit": "percent (TNA)",
  "notes": "Served as null on purpose. On 2025-07-10 the BCRA discontinued the Letras Fiscales de Liquidez (LeFi) and, with them, ended the tasa de política monetaria that had functioned as its reference rate. Under the current monetary-aggregates regime the BCRA controls the quantity of money and lets interest rates be determined endogenously by market supply and demand — it no longer sets or publishes a single policy rate, so no honest primary-source figure exists for this field. The nearest published benchmark the BCRA and market now watch is the TAMAR (Tasa Mayorista de Argentina, based on 30–35 day wholesale time deposits of ARS 1bn+): 22.63% TNA for 30-day deposits per BCRA data as of 2026-07-14 (https://www.lamacro.ar/variables), but this is a market-calculated rate, NOT a BCRA-set policy rate, so it is reported here only as context. Because inflation and money-market rates move fast, re-verify on a short cycle. History below shows the last explicit policy rates before abolition.",
  "stale": false,
  "value": null,
  "series": "policy-rate",
  "source": {
   "url": "https://www.bcra.gob.ar/en/latest-monetary-policy-statements/",
   "name": "BCRA — Comunicado de Política Monetaria: profundización del esquema de agregados monetarios (fase de re-monetización 2026); Últimos Comunicados de Política Monetaria"
  },
  "country": "AR",
  "disclaimer": "Independent service, not affiliated with any government. Verify against the cited official source before legal or financial use.",
  "effective_from": "2025-07-10",
  "last_confirmed": "2026-07-15"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/latamref-income-tax-reference-data-9e7f74cc/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from latamref.dev](https://www.zero.xyz/host/latamref.dev/llms.txt)
