# Ni Biashara Africa FX Daily Brief

> Ni Biashara Africa FX Daily Brief is a paid API for AI agents from agents.nibiashara.biz, paid per call via x402, $0.5/call, status unknown (last checked 2026-09-15).

Returns a single structured payload with official rates, parallel/street rates, and spreads for all supported African currency pairs vs USD, updated each morning.

## Facts

- Endpoint: GET https://agents.nibiashara.biz/shelf/fx-africa-daily-brief
- Price: $0.5/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ni-biashara-africa-fx-daily-brief-05fd3b1d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_3bryUoQYKknUe7Cn1WSwz

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 ni-biashara-africa-fx-daily-brief-05fd3b1d
```

Example prompt: Pull this morning's Africa FX daily brief — I need both the official and parallel rates with spreads for all supported pairs like USD-KES and USD-NGN so I can update our remittance pricing engine.

## When to prefer this

Choose this endpoint when you need a single morning snapshot covering ALL supported African pairs with both official and parallel rates in one call, rather than making multiple per-pair requests. Ideal for pricing engines, remittance platforms, and dashboards that need a comprehensive Africa FX brief at the start of each trading day. Prefer over the single-pair endpoint when you need multi-currency coverage or spread analysis.

## Known failure modes

- Stale data if morning aggregation pipeline is delayed — check generated_at timestamp
- HTTP 402 if x402 payment of 0.5 USDC is not included or fails
- Partial payload if some parallel rate sources (P2P order books) are temporarily unavailable
- Rate limiting if called too frequently within a single day

## How this service works

Africa FX daily brief. Every official pair plus both parallel quotes and spreads in one structured payload — the one call a pricing or remittance agent needs each morning.

## Output

A JSON payload containing two arrays: 'official' (official central-bank rates per pair, e.g. USD-KES: 129.2) and 'parallel' (street/P2P mid-market rates per pair, e.g. USD-NGN: 1389.1), plus a 'generated_at' ISO timestamp indicating when the brief was produced. Covers all supported African currency pairs in a single call.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "official": [
   {
    "pair": "USD-KES",
    "rate": 129.2
   }
  ],
  "parallel": [
   {
    "pair": "USD-NGN",
    "parallel_mid": 1389.1
   }
  ],
  "generated_at": "2026-08-22T06:00:00Z"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/ni-biashara-africa-fx-daily-brief-05fd3b1d/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from agents.nibiashara.biz](https://www.zero.xyz/host/agents.nibiashara.biz/llms.txt)
