# Brazilayer Commodity Signals – Brazilian Export Volumes & FOB Values

> Brazilayer Commodity Signals – Brazilian Export Volumes & FOB Values is a paid API for AI agents from api.brazilayer.com, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-15).

Returns monthly Brazilian commodity export volumes and FOB values (soybeans, corn, coffee, sugar, beef, chicken, cotton, pulp) with year-over-year volume changes from the official ComexStat registry.

## Facts

- Endpoint: GET https://api.brazilayer.com/v1/commodities/exportacoes
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/brazilayer-commodity-signals-brazilian-export-volumes-fob-values-4b8c98e8
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_T3w-J9IQGLhMRsxbuZUVD

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 brazilayer-commodity-signals-brazilian-export-volumes-fob-values-4b8c98e8
```

Example prompt: Pull the latest monthly Brazilian soybean and corn export volumes from the official ComexStat registry, including FOB values and year-over-year volume changes, so I can assess supply shifts affecting CBOT futures.

## When to prefer this

Choose this endpoint when you need official, government-sourced Brazilian commodity export data (volumes and FOB values) for the specific commodities Brazil dominates globally — soybeans, corn, coffee, sugar, beef, chicken, cotton, pulp — especially when tracking year-over-year supply shifts that drive CBOT or ICE price movements. Prefer this over general commodity data providers when Brazilian-origin data accuracy and official registry provenance are required.

## Known failure modes

- Missing or unavailable month data if ComexStat has not yet published the most recent month
- Rate limiting or payment failure for x402 micropayment at $0.005 USDC per call
- Empty result set if queried commodity had no exports in the requested period
- Network timeout if ComexStat upstream data source is temporarily unavailable

## How this service works

Monthly Brazilian export volumes and FOB values for the commodities Brazil dominates: soybeans, corn, coffee, sugar, beef, chicken, cotton and pulp — from the official ComexStat registry, with year-over-year volume change per month. Brazil supply shifts move CBOT and ICE prices; this is the official record of what actually shipped. Free sample, no payment: https://api.brazilayer.com/v1/commodities/amostra

## Output

Returns structured monthly records per commodity (soybeans, corn, coffee, sugar, beef, chicken, cotton, pulp) including exported volume, FOB value in USD, and year-over-year percentage change in volume, sourced directly from Brazil's official ComexStat trade registry.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {}
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/brazilayer-commodity-signals-brazilian-export-volumes-fob-values-4b8c98e8/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.brazilayer.com](https://www.zero.xyz/host/api.brazilayer.com/llms.txt)
