Skip to content

BRL to ZAR exchange rate API

Brazilian Real to Rand · quoted 2026-09-26

3.1416

▲ +10.89% over 5Y

1 BRL = 3.1416 ZAR · 1 ZAR = 0.31831 BRL · Get this rate via the API

1 BRL buys 3.1416 ZAR as of 2026-09-26, so 1 ZAR buys 0.31831 BRL. Over the last 5 years, BRL/ZAR traded between 2.6862 and 3.9070, averaged 3.2897 and rose 10.89%. The API holds daily BRL/ZAR rates from 2008-01-02 — 18 years of history — so any past day, or a whole series, is one request away.

BRL/ZAR over 5Y

BRL/ZAR over 5Y: show the values
PointBRL/ZAR
2021-09-272.8331
2021-11-082.6862
2021-12-202.7760
2022-01-312.8941
2022-03-142.9850
2022-04-273.1748
2022-06-083.1389
2022-07-203.1379
2022-08-313.3151
2022-10-123.4426
2022-11-233.1824
2023-01-053.1765
2023-02-163.4599
2023-03-303.5378
2023-05-163.8901
2023-06-273.8660
2023-08-083.8331
2023-09-193.9070
2023-10-313.7122
2023-12-123.8310
2024-01-263.8276
2024-03-083.7546
2024-04-233.7168
2024-06-053.5954
2024-07-173.3415
2024-08-273.2341
2024-10-073.1979
2024-11-063.0557
2024-12-063.0069
2025-01-053.0294
2025-02-043.2271
2025-03-063.1822
2025-04-053.2667
2025-05-053.2440
2025-06-043.1746
2025-07-043.2535
2025-08-033.2698
2025-09-023.2390
2025-10-023.2350
2025-11-013.2266
2025-12-013.1937
2025-12-313.0209
2026-01-303.0515
2026-03-013.1197
2026-03-313.2676
2026-04-303.3706
2026-05-303.2237
2026-06-303.1616
2026-07-303.2510
2026-08-293.1139

High

3.9070

Low

2.6862

Average

3.2897

For developers

Get this rate via the API

One GET request returns the BRL/ZAR 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=ZAR"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BRL&currencies=ZAR");
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=ZAR").json()

Replace YOUR_API_KEY with the key from your dashboard.

BRL/ZAR API questions

How do I get the BRL/ZAR exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BRL&currencies=ZAR, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest BRL/ZAR rate in rates.ZAR.

How far back does BRL/ZAR historical data go?

Daily BRL/ZAR rates are available from 2008-01-02. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.

Is there a free BRL/ZAR 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.