Skip to content

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

ZAR/BIF over 1Y: show the values
PointZAR/BIF
2025-09-26172.0883
2025-10-03170.6908
2025-10-10171.3252
2025-10-17169.1584
2025-10-24169.8201
2025-10-31170.1422
2025-11-07170.1182
2025-11-14172.1765
2025-11-21170.1292
2025-11-28172.5708
2025-12-05174.7545
2025-12-13175.4175
2025-12-20176.4772
2025-12-27177.4802
2026-01-03179.4297
2026-01-10179.6931
2026-01-17180.1742
2026-01-24183.2624
2026-01-31183.5809
2026-02-07184.4291
2026-02-14185.6745
2026-02-21184.8773
2026-02-28186.2246
2026-03-07179.2561
2026-03-14175.2030
2026-03-21173.6166
2026-03-28173.3937
2026-04-04174.8901
2026-04-11180.8964
2026-04-18182.2295
2026-04-25179.6062
2026-05-02178.5722
2026-05-09181.6161
2026-05-17178.4796
2026-05-25181.8425
2026-06-01182.7968
2026-06-10180.0520
2026-06-17184.2407
2026-06-24179.6880
2026-07-01181.0264
2026-07-08182.1129
2026-07-15182.3097
2026-07-22181.0913
2026-07-29178.0879
2026-08-05182.6055
2026-08-12185.2417
2026-08-20183.8951
2026-08-27186.8241
2026-09-03186.4045
2026-09-10185.1325
2026-09-17184.7897
2026-09-24183.3358

High

186.8241

Low

169.1584

Average

179.1077

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZAR&currencies=BIF"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZAR&currencies=BIF");
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=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&currencies=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.