# brapi.dev Brazilian Stock Quotes

> brapi.dev Brazilian Stock Quotes is a paid API for AI agents from brapi.dev, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).

Fetches current and historical price quotes, financial statements, and dividends for Brazilian B3 exchange tickers

## Facts

- Endpoint: GET https://brapi.dev/api/x402/stock-quotes
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/brapi-dev-0388698d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_QWKcJP3yxkPbuSkCPB1bM

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 brapi-dev-0388698d
```

Example prompt: Can you pull the current stock quote and latest dividends for PETR4 on the Brazilian B3 exchange?

## When to prefer this

Use this endpoint when you need real-time or historical market data specifically for Brazilian B3-listed stocks, ETFs, or indexes. Prefer this over generic global market APIs when the target securities are denominated in BRL or listed on the B3 exchange. Ideal for monitoring Brazilian equities, pulling financial statements for BR companies, or tracking dividend histories.

## Known failure modes

- Invalid or unknown B3 ticker returns empty results array
- Rate limiting or payment failure returns 402 or 429 error
- Network timeout for historical data requests on high-volume tickers
- Malformed ticker symbols may return null or error objects in results array

## How this service works

Get current and historical data for Brazilian stocks, indexes, or ETFs including price quotes, financial statements, and dividends. Returns real-time quotes, historical prices, financial statements, and dividends for B3 (Brazilian Stock Exchange) tickers.

## Output

Returns an array of stock quote objects including real-time price, trading volume, historical price series, financial statements, and dividend history for each requested B3 ticker, along with processing time and request timestamp.

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "took": {
   "type": "number",
   "description": "Processing time in milliseconds"
  },
  "results": {
   "type": "array",
   "description": "Array of stock quotes with price, volume, and financial data"
  },
  "requestedAt": {
   "type": "string",
   "description": "ISO timestamp of the request"
  }
 },
 "description": "Brazilian stock market data response"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/brapi-dev-0388698d/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from brapi.dev](https://www.zero.xyz/host/brapi.dev/llms.txt)
