BRL to ZAR exchange rate API
Brazilian Real to Rand · quoted 2026-09-26
3.1416
▼ +3.52% over 1Y
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 year, BRL/ZAR traded between 3.0135 and 3.3544, averaged 3.1836 and fell 3.52%. 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 1Y: show the values
| Point | BRL/ZAR |
|---|---|
| 2025-09-26 | 3.2562 |
| 2025-10-03 | 3.2309 |
| 2025-10-10 | 3.2074 |
| 2025-10-17 | 3.1990 |
| 2025-10-24 | 3.2158 |
| 2025-10-31 | 3.2242 |
| 2025-11-07 | 3.2345 |
| 2025-11-14 | 3.2310 |
| 2025-11-21 | 3.2316 |
| 2025-11-28 | 3.2058 |
| 2025-12-05 | 3.1879 |
| 2025-12-12 | 3.1206 |
| 2025-12-19 | 3.0340 |
| 2025-12-26 | 3.0135 |
| 2026-01-02 | 3.0366 |
| 2026-01-09 | 3.0760 |
| 2026-01-16 | 3.0505 |
| 2026-01-23 | 3.0572 |
| 2026-01-30 | 3.0515 |
| 2026-02-06 | 3.0788 |
| 2026-02-13 | 3.0717 |
| 2026-02-20 | 3.0871 |
| 2026-02-27 | 3.0919 |
| 2026-03-06 | 3.1684 |
| 2026-03-13 | 3.2034 |
| 2026-03-20 | 3.2132 |
| 2026-03-27 | 3.2706 |
| 2026-04-03 | 3.2956 |
| 2026-04-10 | 3.2503 |
| 2026-04-17 | 3.2925 |
| 2026-04-24 | 3.3120 |
| 2026-05-01 | 3.3544 |
| 2026-05-08 | 3.3413 |
| 2026-05-15 | 3.3108 |
| 2026-05-22 | 3.2845 |
| 2026-05-29 | 3.2157 |
| 2026-06-05 | 3.2156 |
| 2026-06-13 | 3.2169 |
| 2026-06-20 | 3.1921 |
| 2026-06-27 | 3.1848 |
| 2026-07-04 | 3.1391 |
| 2026-07-11 | 3.1943 |
| 2026-07-18 | 3.2333 |
| 2026-07-25 | 3.3135 |
| 2026-08-01 | 3.2588 |
| 2026-08-08 | 3.1777 |
| 2026-08-15 | 3.1048 |
| 2026-08-22 | 3.1166 |
| 2026-08-29 | 3.1139 |
| 2026-09-05 | 3.1128 |
| 2026-09-12 | 3.1485 |
| 2026-09-19 | 3.1600 |
High
3.3544
Low
3.0135
Average
3.1836
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.