BRL to ZWL exchange rate API
Brazilian Real to Zimbabwe Dollar · quoted 2026-09-26
12838.03
▲ +3.52% over 1Y
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 year, BRL/ZWL traded between 61.2714 and 13381.76, averaged 11121.26 and rose 3.52%. 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 1Y: show the values
| Point | BRL/ZWL |
|---|---|
| 2025-09-26 | 12400.95 |
| 2025-10-03 | 12480.96 |
| 2025-10-10 | 12438.16 |
| 2025-10-17 | 12252.22 |
| 2025-10-24 | 12307.74 |
| 2025-10-31 | 12266.53 |
| 2025-11-07 | 12241.56 |
| 2025-11-14 | 12404.44 |
| 2025-11-21 | 12281.94 |
| 2025-11-28 | 12255.55 |
| 2025-12-05 | 12308.26 |
| 2025-12-13 | 12057.04 |
| 2025-12-20 | 11771.48 |
| 2025-12-27 | 11731.40 |
| 2026-01-03 | 11944.60 |
| 2026-01-10 | 11988.17 |
| 2026-01-17 | 11944.80 |
| 2026-01-24 | 12098.26 |
| 2026-01-31 | 12164.50 |
| 2026-02-07 | 12261.08 |
| 2026-02-14 | 12226.15 |
| 2026-02-21 | 12333.52 |
| 2026-02-28 | 12553.42 |
| 2026-03-07 | 12242.48 |
| 2026-03-14 | 11937.50 |
| 2026-03-21 | 11896.28 |
| 2026-03-28 | 61.27 |
| 2026-04-04 | 12281.41 |
| 2026-04-11 | 64.28 |
| 2026-04-18 | 64.66 |
| 2026-04-25 | 64.65 |
| 2026-05-02 | 64.49 |
| 2026-05-09 | 65.51 |
| 2026-05-17 | 12740.95 |
| 2026-05-25 | 13150.00 |
| 2026-06-01 | 13381.76 |
| 2026-06-10 | 12887.29 |
| 2026-06-17 | 13123.07 |
| 2026-06-24 | 12883.58 |
| 2026-07-01 | 12923.01 |
| 2026-07-08 | 12987.42 |
| 2026-07-15 | 13176.65 |
| 2026-07-22 | 13185.60 |
| 2026-07-29 | 13041.36 |
| 2026-08-05 | 13021.21 |
| 2026-08-12 | 12893.56 |
| 2026-08-20 | 12831.61 |
| 2026-08-27 | 12881.82 |
| 2026-09-03 | 13157.99 |
| 2026-09-10 | 13014.87 |
| 2026-09-17 | 12997.45 |
| 2026-09-24 | 12854.28 |
High
13381.76
Low
61.2714
Average
11121.26
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.