XPF to BIF exchange rate API
CFP Franc to Burundi Franc · quoted 2026-09-26
28.6137
▼ +1.84% over YTD
1 XPF = 28.6137 BIF · 1 BIF = 0.03495 XPF · Get this rate via the API
1 XPF buys 28.6137 BIF as of 2026-09-26, so 1 BIF buys 0.03495 XPF. Over the year to date, XPF/BIF traded between 28.4803 and 29.7338, averaged 28.9876 and fell 1.84%. The API holds daily XPF/BIF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
XPF/BIF over YTD: show the values
| Point | XPF/BIF |
|---|---|
| 2025-12-31 | 29.1503 |
| 2026-01-07 | 29.0184 |
| 2026-01-14 | 28.9117 |
| 2026-01-21 | 29.0210 |
| 2026-01-28 | 29.5703 |
| 2026-02-04 | 29.3787 |
| 2026-02-11 | 29.5906 |
| 2026-02-18 | 29.3608 |
| 2026-02-25 | 29.3489 |
| 2026-03-04 | 29.0236 |
| 2026-03-11 | 28.8807 |
| 2026-03-18 | 28.6176 |
| 2026-03-25 | 28.7825 |
| 2026-04-01 | 28.7162 |
| 2026-04-08 | 28.7168 |
| 2026-04-15 | 29.7338 |
| 2026-04-22 | 29.2476 |
| 2026-04-29 | 29.1543 |
| 2026-05-06 | 29.1562 |
| 2026-05-14 | 29.1844 |
| 2026-05-21 | 29.0126 |
| 2026-05-29 | 28.9376 |
| 2026-06-05 | 28.9915 |
| 2026-06-14 | 28.8495 |
| 2026-06-21 | 28.7279 |
| 2026-06-28 | 28.5208 |
| 2026-07-05 | 28.5700 |
| 2026-07-12 | 28.5613 |
| 2026-07-19 | 28.5233 |
| 2026-07-26 | 28.4803 |
| 2026-08-02 | 28.7484 |
| 2026-08-09 | 28.9664 |
| 2026-08-16 | 28.9790 |
| 2026-08-24 | 29.1616 |
| 2026-08-31 | 29.2238 |
| 2026-09-07 | 29.1487 |
| 2026-09-14 | 29.0711 |
| 2026-09-21 | 28.8641 |
High
29.7338
Low
28.4803
Average
28.9876
Get this rate via the API
One GET request returns the XPF/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=XPF¤cies=BIF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=XPF¤cies=BIF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=XPF¤cies=BIF").json()Replace YOUR_API_KEY with the key from your dashboard.
XPF/BIF API questions
How do I get the XPF/BIF exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=XPF¤cies=BIF, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest XPF/BIF rate in rates.BIF.
How far back does XPF/BIF historical data go?
Daily XPF/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 XPF/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.