BRL to ZWL exchange rate API
Brazilian Real to Zimbabwe Dollar · quoted 2026-09-26
12838.03
▲ +102.28% over 5Y
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 last 5 years, BRL/ZWL traded between 65.0175 and 13049.23, averaged 11193.06 and rose 102.28%. 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 5Y: show the values
| Point | BRL/ZWL |
|---|---|
| 2024-08-24 | 6346.61 |
| 2024-10-07 | 6474.40 |
| 2024-11-06 | 11793.66 |
| 2024-12-06 | 10599.39 |
| 2025-01-05 | 10300.53 |
| 2025-02-04 | 11322.87 |
| 2025-03-06 | 11551.53 |
| 2025-04-06 | 11441.34 |
| 2025-05-06 | 11766.23 |
| 2025-06-07 | 12109.66 |
| 2025-07-07 | 12347.01 |
| 2025-08-06 | 12186.85 |
| 2025-09-05 | 12300.26 |
| 2025-10-06 | 12482.82 |
| 2025-11-05 | 12201.20 |
| 2025-12-05 | 12308.26 |
| 2026-01-05 | 11909.43 |
| 2026-02-04 | 12275.59 |
| 2026-03-06 | 12196.51 |
| 2026-04-05 | 12272.33 |
| 2026-05-05 | 65.02 |
| 2026-06-06 | 12945.96 |
| 2026-07-08 | 12987.42 |
| 2026-08-07 | 13049.23 |
| 2026-09-07 | 12947.31 |
High
13049.23
Low
65.0175
Average
11193.06
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.