Skip to content

ZAR to BRL exchange rate API

Rand to Brazilian Real · quoted 2026-09-25

0.31726

▼ +10.12% over 5Y

1 ZAR = 0.31726 BRL · 1 BRL = 3.1520 ZAR · Get this rate via the API

1 ZAR buys 0.31726 BRL as of 2026-09-25, so 1 BRL buys 3.1520 ZAR. Over the last 5 years, ZAR/BRL traded between 0.25595 and 0.37227, averaged 0.30631 and fell 10.12%. The API holds daily ZAR/BRL rates from 2008-01-02 — 18 years of history — so any past day, or a whole series, is one request away.

ZAR/BRL over 5Y

ZAR/BRL over 5Y: show the values
PointZAR/BRL
2021-09-270.35298
2021-11-080.37227
2021-12-200.36023
2022-01-310.34553
2022-03-140.33501
2022-04-270.31498
2022-06-080.31858
2022-07-200.31868
2022-08-310.30165
2022-10-120.29047
2022-11-230.31422
2023-01-050.31481
2023-02-160.28902
2023-03-300.28266
2023-05-160.25706
2023-06-270.25866
2023-08-080.26089
2023-09-190.25595
2023-10-310.26938
2023-12-120.26103
2024-01-260.26126
2024-03-080.26634
2024-04-230.26905
2024-06-050.27813
2024-07-170.29926
2024-08-270.30920
2024-10-070.31271
2024-11-060.32726
2024-12-060.33257
2025-01-050.33010
2025-02-040.30987
2025-03-060.31424
2025-04-050.30612
2025-05-050.30826
2025-06-040.31500
2025-07-040.30736
2025-08-030.30583
2025-09-020.30873
2025-10-020.30912
2025-11-010.30992
2025-12-010.31312
2025-12-310.33102
2026-01-300.32770
2026-03-010.32054
2026-03-310.30603
2026-04-300.29668
2026-05-300.31021
2026-06-300.31629
2026-07-300.30759
2026-08-290.32114

High

0.37227

Low

0.25595

Average

0.30631

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZAR&currencies=BRL").json()

Replace YOUR_API_KEY with the key from your dashboard.

ZAR/BRL API questions

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

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

How far back does ZAR/BRL historical data go?

Daily ZAR/BRL 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 ZAR/BRL 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.