SZL to BIF exchange rate API
Lilangeni to Burundi Franc · quoted 2026-09-26
183.7763
▲ +6.89% over 1Y
1 SZL = 183.7763 BIF · 1 BIF = 0.005441 SZL · Get this rate via the API
1 SZL buys 183.7763 BIF as of 2026-09-26, so 1 BIF buys 0.005441 SZL. Over the last year, SZL/BIF traded between 169.3418 and 187.0031, averaged 179.2020 and rose 6.89%. The API holds daily SZL/BIF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
SZL/BIF over 1Y: show the values
| Point | SZL/BIF |
|---|---|
| 2025-09-26 | 171.9355 |
| 2025-10-03 | 170.1291 |
| 2025-10-10 | 171.4007 |
| 2025-10-17 | 169.3418 |
| 2025-10-24 | 169.7708 |
| 2025-10-31 | 170.8871 |
| 2025-11-07 | 169.7984 |
| 2025-11-14 | 173.2600 |
| 2025-11-21 | 171.4089 |
| 2025-11-28 | 172.2099 |
| 2025-12-05 | 174.2068 |
| 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 | 172.9858 |
| 2026-04-04 | 174.8901 |
| 2026-04-11 | 180.7115 |
| 2026-04-18 | 182.0194 |
| 2026-04-25 | 178.9544 |
| 2026-05-02 | 178.6275 |
| 2026-05-09 | 181.7308 |
| 2026-05-17 | 178.4562 |
| 2026-05-25 | 181.7107 |
| 2026-06-01 | 183.0426 |
| 2026-06-10 | 180.6694 |
| 2026-06-17 | 184.6578 |
| 2026-06-24 | 180.0265 |
| 2026-07-01 | 181.0981 |
| 2026-07-08 | 183.5131 |
| 2026-07-15 | 182.7100 |
| 2026-07-22 | 181.3781 |
| 2026-07-29 | 178.3578 |
| 2026-08-05 | 182.5614 |
| 2026-08-12 | 184.5351 |
| 2026-08-20 | 184.7325 |
| 2026-08-27 | 187.0031 |
| 2026-09-03 | 186.3230 |
| 2026-09-10 | 186.3567 |
| 2026-09-17 | 183.7664 |
| 2026-09-24 | 183.9656 |
High
187.0031
Low
169.3418
Average
179.2020
Get this rate via the API
One GET request returns the SZL/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=SZL¤cies=BIF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SZL¤cies=BIF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SZL¤cies=BIF").json()Replace YOUR_API_KEY with the key from your dashboard.
SZL/BIF API questions
How do I get the SZL/BIF exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SZL¤cies=BIF, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest SZL/BIF rate in rates.BIF.
How far back does SZL/BIF historical data go?
Daily SZL/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 SZL/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.