Skip to content

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

BRL/ZWL over 1Y: show the values
PointBRL/ZWL
2025-09-2612400.95
2025-10-0312480.96
2025-10-1012438.16
2025-10-1712252.22
2025-10-2412307.74
2025-10-3112266.53
2025-11-0712241.56
2025-11-1412404.44
2025-11-2112281.94
2025-11-2812255.55
2025-12-0512308.26
2025-12-1312057.04
2025-12-2011771.48
2025-12-2711731.40
2026-01-0311944.60
2026-01-1011988.17
2026-01-1711944.80
2026-01-2412098.26
2026-01-3112164.50
2026-02-0712261.08
2026-02-1412226.15
2026-02-2112333.52
2026-02-2812553.42
2026-03-0712242.48
2026-03-1411937.50
2026-03-2111896.28
2026-03-2861.27
2026-04-0412281.41
2026-04-1164.28
2026-04-1864.66
2026-04-2564.65
2026-05-0264.49
2026-05-0965.51
2026-05-1712740.95
2026-05-2513150.00
2026-06-0113381.76
2026-06-1012887.29
2026-06-1713123.07
2026-06-2412883.58
2026-07-0112923.01
2026-07-0812987.42
2026-07-1513176.65
2026-07-2213185.60
2026-07-2913041.36
2026-08-0513021.21
2026-08-1212893.56
2026-08-2012831.61
2026-08-2712881.82
2026-09-0313157.99
2026-09-1013014.87
2026-09-1712997.45
2026-09-2412854.28

High

13381.76

Low

61.2714

Average

11121.26

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.