Skip to content

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

BRL/ZWL over 30D: show the values
PointBRL/ZWL
2026-08-2712881.82
2026-08-2812854.15
2026-08-2912761.75
2026-08-3012744.39
2026-08-3112803.46
2026-09-0112825.56
2026-09-0213001.33
2026-09-0313157.99
2026-09-0413030.28
2026-09-0512948.10
2026-09-0612951.12
2026-09-0712947.31
2026-09-0813129.66
2026-09-0913123.78
2026-09-1013014.87
2026-09-1113042.86
2026-09-1212998.37
2026-09-1313000.13
2026-09-1412916.11
2026-09-1512997.73
2026-09-1613010.24
2026-09-1712997.45
2026-09-1862.70
2026-09-1912949.83
2026-09-2012950.41
2026-09-2112985.76
2026-09-2212991.29
2026-09-2312997.51
2026-09-2412854.28
2026-09-2512844.03
2026-09-2612838.03

High

13157.99

Low

62.6963

Average

12545.32

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BRL&currencies=ZWL"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BRL&currencies=ZWL");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BRL&currencies=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&currencies=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.