# agentum.lat Brazilian Official Rates

> agentum.lat Brazilian Official Rates is a paid API for AI agents from agentum.lat, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-13).

Returns real-time official Brazilian financial rates — Selic, CDI, and commercial USD/BRL exchange rate — in a single API call

## Facts

- Endpoint: GET https://agentum.lat/taxas-brasil
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/agentum-lat-brazilian-official-rates-3361dbc3
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_xY2OpF6n4gCL3Uc8N4YGQ

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 agentum-lat-brazilian-official-rates-3361dbc3
```

Example prompt: What are the current official Brazilian rates right now — Selic, CDI, and the commercial dollar exchange rate — so I can calculate the BRL return on an investment?

## When to prefer this

Choose this endpoint when you need all three core Brazilian official financial rates (Selic, CDI, and commercial dollar) in a single call, avoiding the complexity of querying Banco Central do Brasil and B3 separately. Ideal for AI agents performing BRL-denominated financial calculations, FX conversions, or monitoring Brazilian monetary policy without managing multiple data sources. Prefer this over scraping official government sites or assembling rates from multiple APIs.

## Known failure modes

- Upstream Brazilian government data source temporarily unavailable — may return 503 or stale data
- Rate data not yet updated for the current business day (e.g., early morning before market open)
- Network timeout if official source APIs are slow to respond
- Payment failure via x402 if USDC balance is insufficient

## How this service works

APIs brasileiras pagas por chamada via x402 (USDC, Base mainnet): dado público agregado, pronto pra um agente de IA consumir numa chamada só.

## Output

A JSON object containing the current official Brazilian financial rates: Selic (the Brazilian central bank's benchmark interest rate), CDI (interbank deposit rate used as a financial benchmark), and the commercial USD/BRL exchange rate — all sourced from official Brazilian authorities in real time.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "fonte": "Banco Central do Brasil (SGS)",
  "cdi_ad": {
   "data": "03/09/2026",
   "valor": "0.051660",
   "unidade": "% ao dia"
  },
  "selic_meta_aa": {
   "data": "16/09/2026",
   "valor": "14.00",
   "unidade": "% ao ano"
  },
  "dolar_comercial_venda": {
   "data": "04/09/2026",
   "valor": "5.1253",
   "unidade": "BRL por USD"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/agentum-lat-brazilian-official-rates-3361dbc3/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from agentum.lat](https://www.zero.xyz/host/agentum.lat/llms.txt)
