Skip to content

FKP to BIF exchange rate API

Falkland Islands Pound to Burundi Franc · quoted 2026-09-25

3988.19

▲ +1.28% over 6M

1 FKP = 3988.19 BIF · 1 BIF = 0.000251 FKP · Get this rate via the API

1 FKP buys 3988.19 BIF as of 2026-09-25, so 1 BIF buys 0.000251 FKP. Over the last 6 months, FKP/BIF traded between 3921.26 and 4061.60, averaged 4003.91 and rose 1.28%. The API holds daily FKP/BIF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

FKP/BIF over 6M

FKP/BIF over 6M: show the values
PointFKP/BIF
2026-03-293937.85
2026-04-053921.26
2026-04-123994.44
2026-04-194037.23
2026-04-264013.42
2026-05-034053.10
2026-05-104044.52
2026-05-183975.82
2026-05-264006.55
2026-06-024014.09
2026-06-113998.89
2026-06-183979.45
2026-06-253926.91
2026-07-023957.23
2026-07-093993.60
2026-07-164025.13
2026-07-233994.41
2026-07-303978.05
2026-08-064014.61
2026-08-134033.35
2026-08-214061.60
2026-08-284052.87
2026-09-044045.14
2026-09-114039.45
2026-09-184014.53

High

4061.60

Low

3921.26

Average

4003.91

For developers

Get this rate via the API

One GET request returns the FKP/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=FKP&currencies=BIF"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP&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=FKP&currencies=BIF").json()

Replace YOUR_API_KEY with the key from your dashboard.

FKP/BIF API questions

How do I get the FKP/BIF exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP&currencies=BIF, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest FKP/BIF rate in rates.BIF.

How far back does FKP/BIF historical data go?

Daily FKP/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 FKP/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.