WST to BIF exchange rate API
Tala to Burundi Franc · quoted 2026-09-26
1091.69
▲ +0.75% over 1Y
1 WST = 1091.69 BIF · 1 BIF = 0.000916 WST · Get this rate via the API
1 WST buys 1091.69 BIF as of 2026-09-26, so 1 BIF buys 0.000916 WST. Over the last year, WST/BIF traded between 1055.33 and 1110.54, averaged 1083.73 and rose 0.75%. The API holds daily WST/BIF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
WST/BIF over 1Y: show the values
| Point | WST/BIF |
|---|---|
| 2025-09-26 | 1083.59 |
| 2025-10-03 | 1073.88 |
| 2025-10-10 | 1072.46 |
| 2025-10-17 | 1060.34 |
| 2025-10-24 | 1064.43 |
| 2025-10-31 | 1061.96 |
| 2025-11-07 | 1061.74 |
| 2025-11-14 | 1058.31 |
| 2025-11-21 | 1056.03 |
| 2025-11-28 | 1055.33 |
| 2025-12-05 | 1061.17 |
| 2025-12-13 | 1066.46 |
| 2025-12-20 | 1061.39 |
| 2025-12-27 | 1067.54 |
| 2026-01-03 | 1069.01 |
| 2026-01-10 | 1064.15 |
| 2026-01-17 | 1059.62 |
| 2026-01-24 | 1073.02 |
| 2026-01-31 | 1093.28 |
| 2026-02-07 | 1082.74 |
| 2026-02-14 | 1092.39 |
| 2026-02-21 | 1092.39 |
| 2026-02-28 | 1092.20 |
| 2026-03-07 | 1082.50 |
| 2026-03-14 | 1085.03 |
| 2026-03-21 | 1089.48 |
| 2026-03-28 | 1077.56 |
| 2026-04-04 | 1073.07 |
| 2026-04-11 | 1081.98 |
| 2026-04-18 | 1094.47 |
| 2026-04-25 | 1094.90 |
| 2026-05-02 | 1087.72 |
| 2026-05-09 | 1100.18 |
| 2026-05-17 | 1110.54 |
| 2026-05-25 | 1097.91 |
| 2026-06-01 | 1101.88 |
| 2026-06-10 | 1098.41 |
| 2026-06-17 | 1104.23 |
| 2026-06-24 | 1088.46 |
| 2026-07-01 | 1080.53 |
| 2026-07-08 | 1093.86 |
| 2026-07-15 | 1093.65 |
| 2026-07-22 | 1093.67 |
| 2026-07-29 | 1092.55 |
| 2026-08-05 | 1096.83 |
| 2026-08-12 | 1098.75 |
| 2026-08-20 | 1097.98 |
| 2026-08-27 | 1106.54 |
| 2026-09-03 | 1101.58 |
| 2026-09-10 | 1101.77 |
| 2026-09-17 | 1099.19 |
| 2026-09-24 | 1097.29 |
High
1110.54
Low
1055.33
Average
1083.73
Get this rate via the API
One GET request returns the WST/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=WST¤cies=BIF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=WST¤cies=BIF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=WST¤cies=BIF").json()Replace YOUR_API_KEY with the key from your dashboard.
WST/BIF API questions
How do I get the WST/BIF exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=WST¤cies=BIF, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest WST/BIF rate in rates.BIF.
How far back does WST/BIF historical data go?
Daily WST/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 WST/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.