BRL to ZWL exchange rate API
Brazilian Real to Zimbabwe Dollar · quoted 2026-09-26
12838.03
▲ +8.29% over YTD
1 BRL = 12838.03 ZWL · 1 ZWL = 0.000078 BRL · Get this rate via the API
1 BRL buys 12838.03 ZWL as of 2026-09-26, so 1 ZWL buys 0.000078 BRL. Over the year to date, BRL/ZWL traded between 64.4240 and 13318.14, averaged 11378.53 and rose 8.29%. The API holds daily BRL/ZWL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
BRL/ZWL over YTD: show the values
| Point | BRL/ZWL |
|---|---|
| 2025-12-31 | 11854.87 |
| 2026-01-07 | 11995.43 |
| 2026-01-14 | 11984.19 |
| 2026-01-21 | 11978.91 |
| 2026-01-28 | 12371.53 |
| 2026-02-04 | 12275.59 |
| 2026-02-11 | 12301.04 |
| 2026-02-18 | 12242.87 |
| 2026-02-25 | 12539.05 |
| 2026-03-04 | 12335.01 |
| 2026-03-11 | 12381.06 |
| 2026-03-18 | 12103.90 |
| 2026-03-25 | 12110.97 |
| 2026-04-01 | 12284.78 |
| 2026-04-08 | 12460.47 |
| 2026-04-15 | 64.42 |
| 2026-04-22 | 64.77 |
| 2026-04-29 | 64.59 |
| 2026-05-06 | 65.59 |
| 2026-05-14 | 12886.83 |
| 2026-05-21 | 13074.64 |
| 2026-05-29 | 13318.14 |
| 2026-06-05 | 13276.75 |
| 2026-06-14 | 13188.52 |
| 2026-06-21 | 12988.69 |
| 2026-06-28 | 12957.72 |
| 2026-07-05 | 12977.66 |
| 2026-07-12 | 13064.01 |
| 2026-07-19 | 13063.57 |
| 2026-07-26 | 13099.73 |
| 2026-08-02 | 13143.24 |
| 2026-08-09 | 13098.70 |
| 2026-08-16 | 12731.60 |
| 2026-08-24 | 12923.11 |
| 2026-08-31 | 12803.46 |
| 2026-09-07 | 12947.31 |
| 2026-09-14 | 12916.11 |
| 2026-09-21 | 12985.76 |
High
13318.14
Low
64.4240
Average
11378.53
Get this rate via the API
One GET request returns the BRL/ZWL rate as JSON. The free plan includes 1,000 requests a month, with no credit card required.
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BRL¤cies=ZWL"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BRL¤cies=ZWL");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BRL¤cies=ZWL").json()Replace YOUR_API_KEY with the key from your dashboard.
BRL/ZWL API questions
How do I get the BRL/ZWL exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BRL¤cies=ZWL, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest BRL/ZWL rate in rates.ZWL.
How far back does BRL/ZWL historical data go?
Daily BRL/ZWL rates are available from 2024-08-24. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.
Is there a free BRL/ZWL exchange rate API?
Yes. The free plan includes 1,000 requests a month, with no credit card required; paid plans raise the limit.
Put these rates in your application
One endpoint, JSON responses, 160+ currencies and history back to 1999. Start on the free plan.