Skip to content

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

XPF/BIF over YTD: show the values
PointXPF/BIF
2025-12-3129.1503
2026-01-0729.0184
2026-01-1428.9117
2026-01-2129.0210
2026-01-2829.5703
2026-02-0429.3787
2026-02-1129.5906
2026-02-1829.3608
2026-02-2529.3489
2026-03-0429.0236
2026-03-1128.8807
2026-03-1828.6176
2026-03-2528.7825
2026-04-0128.7162
2026-04-0828.7168
2026-04-1529.7338
2026-04-2229.2476
2026-04-2929.1543
2026-05-0629.1562
2026-05-1429.1844
2026-05-2129.0126
2026-05-2928.9376
2026-06-0528.9915
2026-06-1428.8495
2026-06-2128.7279
2026-06-2828.5208
2026-07-0528.5700
2026-07-1228.5613
2026-07-1928.5233
2026-07-2628.4803
2026-08-0228.7484
2026-08-0928.9664
2026-08-1628.9790
2026-08-2429.1616
2026-08-3129.2238
2026-09-0729.1487
2026-09-1429.0711
2026-09-2128.8641

High

29.7338

Low

28.4803

Average

28.9876

For developers

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