BRL to ZWL exchange rate API
Brazilian Real to Zimbabwe Dollar · quoted 2026-09-26
12838.03
▼ +0.34% over 30D
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 30 days, BRL/ZWL traded between 62.6963 and 13157.99, averaged 12545.32 and fell 0.34%. 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 30D: show the values
| Point | BRL/ZWL |
|---|---|
| 2026-08-27 | 12881.82 |
| 2026-08-28 | 12854.15 |
| 2026-08-29 | 12761.75 |
| 2026-08-30 | 12744.39 |
| 2026-08-31 | 12803.46 |
| 2026-09-01 | 12825.56 |
| 2026-09-02 | 13001.33 |
| 2026-09-03 | 13157.99 |
| 2026-09-04 | 13030.28 |
| 2026-09-05 | 12948.10 |
| 2026-09-06 | 12951.12 |
| 2026-09-07 | 12947.31 |
| 2026-09-08 | 13129.66 |
| 2026-09-09 | 13123.78 |
| 2026-09-10 | 13014.87 |
| 2026-09-11 | 13042.86 |
| 2026-09-12 | 12998.37 |
| 2026-09-13 | 13000.13 |
| 2026-09-14 | 12916.11 |
| 2026-09-15 | 12997.73 |
| 2026-09-16 | 13010.24 |
| 2026-09-17 | 12997.45 |
| 2026-09-18 | 62.70 |
| 2026-09-19 | 12949.83 |
| 2026-09-20 | 12950.41 |
| 2026-09-21 | 12985.76 |
| 2026-09-22 | 12991.29 |
| 2026-09-23 | 12997.51 |
| 2026-09-24 | 12854.28 |
| 2026-09-25 | 12844.03 |
| 2026-09-26 | 12838.03 |
High
13157.99
Low
62.6963
Average
12545.32
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.