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: show the values
| Point | BRL/ZAR |
|---|---|
| 2021-09-27 | 2.8331 |
| 2021-11-08 | 2.6862 |
| 2021-12-20 | 2.7760 |
| 2022-01-31 | 2.8941 |
| 2022-03-14 | 2.9850 |
| 2022-04-27 | 3.1748 |
| 2022-06-08 | 3.1389 |
| 2022-07-20 | 3.1379 |
| 2022-08-31 | 3.3151 |
| 2022-10-12 | 3.4426 |
| 2022-11-23 | 3.1824 |
| 2023-01-05 | 3.1765 |
| 2023-02-16 | 3.4599 |
| 2023-03-30 | 3.5378 |
| 2023-05-16 | 3.8901 |
| 2023-06-27 | 3.8660 |
| 2023-08-08 | 3.8331 |
| 2023-09-19 | 3.9070 |
| 2023-10-31 | 3.7122 |
| 2023-12-12 | 3.8310 |
| 2024-01-26 | 3.8276 |
| 2024-03-08 | 3.7546 |
| 2024-04-23 | 3.7168 |
| 2024-06-05 | 3.5954 |
| 2024-07-17 | 3.3415 |
| 2024-08-27 | 3.2341 |
| 2024-10-07 | 3.1979 |
| 2024-11-06 | 3.0557 |
| 2024-12-06 | 3.0069 |
| 2025-01-05 | 3.0294 |
| 2025-02-04 | 3.2271 |
| 2025-03-06 | 3.1822 |
| 2025-04-05 | 3.2667 |
| 2025-05-05 | 3.2440 |
| 2025-06-04 | 3.1746 |
| 2025-07-04 | 3.2535 |
| 2025-08-03 | 3.2698 |
| 2025-09-02 | 3.2390 |
| 2025-10-02 | 3.2350 |
| 2025-11-01 | 3.2266 |
| 2025-12-01 | 3.1937 |
| 2025-12-31 | 3.0209 |
| 2026-01-30 | 3.0515 |
| 2026-03-01 | 3.1197 |
| 2026-03-31 | 3.2676 |
| 2026-04-30 | 3.3706 |
| 2026-05-30 | 3.2237 |
| 2026-06-30 | 3.1616 |
| 2026-07-30 | 3.2510 |
| 2026-08-29 | 3.1139 |
High
3.9070
Low
2.6862
Average
3.2897
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BRL¤cies=ZAR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BRL¤cies=ZAR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BRL¤cies=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¤cies=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.