# Losbeto Brazilian Equity Market Data

> Losbeto Brazilian Equity Market Data is a paid API for AI agents from api.losbeto.xyz, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-13).

Returns real-time Brazilian equity (B3 stock exchange) market data for AI agents via pay-per-call with no API key required

## Facts

- Endpoint: GET https://api.losbeto.xyz/br-equity
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/losbeto-brazilian-equity-market-data-23b13622
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_PQmT6ss7vZjMs6VwgjpAo

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 losbeto-brazilian-equity-market-data-23b13622
```

Example prompt: What's the current market price of PETR4 on the Brazilian B3 exchange? Use Losbeto to get me the latest equity data — I don't have an API key set up.

## When to prefer this

Choose this endpoint when you need Brazilian B3 equity data without setting up API keys or accounts, especially in agent workflows where micropayment per call (x402/USDC) is acceptable. Ideal for one-off lookups or infrequent queries where a subscription-based data provider is overkill. Prefer this over Bloomberg or Reuters APIs when simplicity and no-auth access matter more than institutional-grade data breadth.

## Known failure modes

- Payment failure if USDC wallet on Base or Solana lacks sufficient funds (HTTP 402)
- Invalid or unrecognized ticker symbol returns error or empty result
- Market closed hours may return stale or unavailable data
- Rate limiting if called at very high frequency
- Network timeout from the API host

## How this service works

OpenAI-compatible LLM gateway at $0.005/call — change base_url, pay in USDC. Plus pay-per-call market data: multi-oracle price consensus, sentiment, forex, equities, commodities, Brazil macro (BCB/B3) and crypto. No API keys, no accounts. USDC on Base, Solana and Algorand via x402.

## Output

A JSON response containing current equity market data for the requested Brazilian B3-listed security, likely including price, ticker, and relevant market metrics sourced from Brazil's stock exchange infrastructure.

## Request schema (JSON Schema)

```json
{
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "properties": {
  "input": {
   "properties": {
    "queryParams": {
     "properties": {
      "symbol": {
       "description": "Asset ticker, e.g. AAPL, TSLA, BTC, GOLD",
       "type": "string"
      }
     },
     "type": "object"
    }
   },
   "type": "object"
  },
  "output": {
   "properties": {
    "example": {
     "description": "B3 equity or Ibovespa quote (?symbol=PETR4|VALE3|ITUB4|IBOV): price in BRL with daily change, plus the USD equivalent converted at the official BCB PTAX rate. Brazilian equities with official-PTAX USD conversion — rare on x402.",
     "type": "object"
    }
   },
   "type": "object"
  }
 },
 "required": [
  "input"
 ],
 "type": "object"
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/losbeto-brazilian-equity-market-data-23b13622/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.losbeto.xyz](https://www.zero.xyz/host/api.losbeto.xyz/llms.txt)
