ZAR to BIF exchange rate API
Rand to Burundi Franc · quoted 2026-09-26
183.7763
▲ +6.79% over 1Y
1 ZAR = 183.7763 BIF · 1 BIF = 0.005441 ZAR · Get this rate via the API
1 ZAR buys 183.7763 BIF as of 2026-09-26, so 1 BIF buys 0.005441 ZAR. Over the last year, ZAR/BIF traded between 169.1584 and 186.8241, averaged 179.1077 and rose 6.79%. The API holds daily ZAR/BIF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
ZAR/BIF over 1Y: show the values
| Point | ZAR/BIF |
|---|---|
| 2025-09-26 | 172.0883 |
| 2025-10-03 | 170.6908 |
| 2025-10-10 | 171.3252 |
| 2025-10-17 | 169.1584 |
| 2025-10-24 | 169.8201 |
| 2025-10-31 | 170.1422 |
| 2025-11-07 | 170.1182 |
| 2025-11-14 | 172.1765 |
| 2025-11-21 | 170.1292 |
| 2025-11-28 | 172.5708 |
| 2025-12-05 | 174.7545 |
| 2025-12-13 | 175.4175 |
| 2025-12-20 | 176.4772 |
| 2025-12-27 | 177.4802 |
| 2026-01-03 | 179.4297 |
| 2026-01-10 | 179.6931 |
| 2026-01-17 | 180.1742 |
| 2026-01-24 | 183.2624 |
| 2026-01-31 | 183.5809 |
| 2026-02-07 | 184.4291 |
| 2026-02-14 | 185.6745 |
| 2026-02-21 | 184.8773 |
| 2026-02-28 | 186.2246 |
| 2026-03-07 | 179.2561 |
| 2026-03-14 | 175.2030 |
| 2026-03-21 | 173.6166 |
| 2026-03-28 | 173.3937 |
| 2026-04-04 | 174.8901 |
| 2026-04-11 | 180.8964 |
| 2026-04-18 | 182.2295 |
| 2026-04-25 | 179.6062 |
| 2026-05-02 | 178.5722 |
| 2026-05-09 | 181.6161 |
| 2026-05-17 | 178.4796 |
| 2026-05-25 | 181.8425 |
| 2026-06-01 | 182.7968 |
| 2026-06-10 | 180.0520 |
| 2026-06-17 | 184.2407 |
| 2026-06-24 | 179.6880 |
| 2026-07-01 | 181.0264 |
| 2026-07-08 | 182.1129 |
| 2026-07-15 | 182.3097 |
| 2026-07-22 | 181.0913 |
| 2026-07-29 | 178.0879 |
| 2026-08-05 | 182.6055 |
| 2026-08-12 | 185.2417 |
| 2026-08-20 | 183.8951 |
| 2026-08-27 | 186.8241 |
| 2026-09-03 | 186.4045 |
| 2026-09-10 | 185.1325 |
| 2026-09-17 | 184.7897 |
| 2026-09-24 | 183.3358 |
High
186.8241
Low
169.1584
Average
179.1077
Get this rate via the API
One GET request returns the ZAR/BIF 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=ZAR¤cies=BIF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZAR¤cies=BIF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZAR¤cies=BIF").json()Replace YOUR_API_KEY with the key from your dashboard.
ZAR/BIF API questions
How do I get the ZAR/BIF exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZAR¤cies=BIF, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest ZAR/BIF rate in rates.BIF.
How far back does ZAR/BIF historical data go?
Daily ZAR/BIF 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 ZAR/BIF 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.