Skip to content

FKP to BHD exchange rate API

Falkland Islands Pound to Bahraini Dinar · quoted 2026-09-26

0.49926

▼ +0.99% over 1Y

1 FKP = 0.49926 BHD · 1 BHD = 2.0030 FKP · Get this rate via the API

1 FKP buys 0.49926 BHD as of 2026-09-26, so 1 BHD buys 2.0030 FKP. Over the last year, FKP/BHD traded between 0.49449 and 0.51452, averaged 0.50551 and fell 0.99%. The API holds daily FKP/BHD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

FKP/BHD over 1Y

FKP/BHD over 1Y: show the values
PointFKP/BHD
2025-09-260.50426
2025-10-030.50795
2025-10-100.50270
2025-10-170.50782
2025-10-240.50352
2025-10-310.49721
2025-11-070.49600
2025-11-140.49692
2025-11-210.49449
2025-11-280.50003
2025-12-050.50393
2025-12-130.50282
2025-12-200.50294
2025-12-270.50732
2026-01-030.50600
2026-01-100.50380
2026-01-170.50173
2026-01-240.51317
2026-01-310.51452
2026-02-070.51185
2026-02-140.51344
2026-02-210.50684
2026-02-280.50717
2026-03-070.50448
2026-03-140.49756
2026-03-210.50174
2026-03-280.50376
2026-04-040.49605
2026-04-110.50717
2026-04-180.51235
2026-04-250.50905
2026-05-020.51285
2026-05-090.51360
2026-05-170.50247
2026-05-250.50948
2026-06-010.50868
2026-06-100.50601
2026-06-170.50767
2026-06-240.49875
2026-07-010.50010
2026-07-080.50482
2026-07-150.50666
2026-07-220.50592
2026-07-290.50254
2026-08-050.50856
2026-08-120.51037
2026-08-200.51426
2026-08-270.51333
2026-09-030.51006
2026-09-100.51233
2026-09-170.50556
2026-09-240.50014

High

0.51452

Low

0.49449

Average

0.50551

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

FKP/BHD API questions

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

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

How far back does FKP/BHD historical data go?

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