BRL to ZWL exchange rate API
Brazilian Real to Zimbabwe Dollar · quoted 2026-09-26
12838.03
▲ +6.10% over 6M
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 6 months, BRL/ZWL traded between 64.0491 and 13389.11, averaged 10537.43 and rose 6.10%. 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 6M: show the values
| Point | BRL/ZWL |
|---|---|
| 2026-03-30 | 12099.63 |
| 2026-04-06 | 12283.32 |
| 2026-04-13 | 64.05 |
| 2026-04-20 | 64.62 |
| 2026-04-27 | 64.81 |
| 2026-05-04 | 64.84 |
| 2026-05-11 | 65.69 |
| 2026-05-19 | 12888.61 |
| 2026-05-27 | 13084.86 |
| 2026-06-03 | 13389.11 |
| 2026-06-12 | 13102.41 |
| 2026-06-19 | 12953.81 |
| 2026-06-26 | 12926.41 |
| 2026-07-03 | 12923.37 |
| 2026-07-10 | 13063.31 |
| 2026-07-17 | 12999.97 |
| 2026-07-24 | 13115.49 |
| 2026-07-31 | 13180.09 |
| 2026-08-07 | 13049.23 |
| 2026-08-14 | 12838.47 |
| 2026-08-22 | 12954.45 |
| 2026-08-29 | 12761.75 |
| 2026-09-05 | 12948.10 |
| 2026-09-12 | 12998.37 |
| 2026-09-19 | 12949.83 |
| 2026-09-26 | 12838.03 |
High
13389.11
Low
64.0491
Average
10537.43
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.