ZAR to BIF exchange rate API
Rand to Burundi Franc · quoted 2026-09-26
183.7763
▼ +1.63% over 30D
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 30 days, ZAR/BIF traded between 182.8155 and 187.4984, averaged 185.2294 and fell 1.63%. 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 30D: show the values
| Point | ZAR/BIF |
|---|---|
| 2026-08-27 | 186.8241 |
| 2026-08-28 | 186.3700 |
| 2026-08-29 | 185.1520 |
| 2026-08-30 | 185.1319 |
| 2026-08-31 | 186.1635 |
| 2026-09-01 | 185.4109 |
| 2026-09-02 | 186.0493 |
| 2026-09-03 | 186.4045 |
| 2026-09-04 | 187.2404 |
| 2026-09-05 | 187.4060 |
| 2026-09-06 | 187.4984 |
| 2026-09-07 | 186.9649 |
| 2026-09-08 | 186.6897 |
| 2026-09-09 | 186.4577 |
| 2026-09-10 | 185.1325 |
| 2026-09-11 | 185.1822 |
| 2026-09-12 | 182.8155 |
| 2026-09-13 | 185.3647 |
| 2026-09-14 | 184.0382 |
| 2026-09-15 | 183.7625 |
| 2026-09-16 | 183.9203 |
| 2026-09-17 | 184.7897 |
| 2026-09-18 | 184.8587 |
| 2026-09-19 | 184.5671 |
| 2026-09-20 | 184.3328 |
| 2026-09-21 | 184.5512 |
| 2026-09-22 | 184.8953 |
| 2026-09-23 | 183.9159 |
| 2026-09-24 | 183.3358 |
| 2026-09-25 | 184.5632 |
| 2026-09-26 | 183.7763 |
High
187.4984
Low
182.8155
Average
185.2294
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.