Skip to content

BRL to ZWL exchange rate API

Brazilian Real to Zimbabwe Dollar · quoted 2026-09-26

12838.03

▲ +8.29% over YTD

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 year to date, BRL/ZWL traded between 64.4240 and 13318.14, averaged 11378.53 and rose 8.29%. 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 YTD

BRL/ZWL over YTD: show the values
PointBRL/ZWL
2025-12-3111854.87
2026-01-0711995.43
2026-01-1411984.19
2026-01-2111978.91
2026-01-2812371.53
2026-02-0412275.59
2026-02-1112301.04
2026-02-1812242.87
2026-02-2512539.05
2026-03-0412335.01
2026-03-1112381.06
2026-03-1812103.90
2026-03-2512110.97
2026-04-0112284.78
2026-04-0812460.47
2026-04-1564.42
2026-04-2264.77
2026-04-2964.59
2026-05-0665.59
2026-05-1412886.83
2026-05-2113074.64
2026-05-2913318.14
2026-06-0513276.75
2026-06-1413188.52
2026-06-2112988.69
2026-06-2812957.72
2026-07-0512977.66
2026-07-1213064.01
2026-07-1913063.57
2026-07-2613099.73
2026-08-0213143.24
2026-08-0913098.70
2026-08-1612731.60
2026-08-2412923.11
2026-08-3112803.46
2026-09-0712947.31
2026-09-1412916.11
2026-09-2112985.76

High

13318.14

Low

64.4240

Average

11378.53

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.