Skip to content

BWP to FKP exchange rate API

Pula to Falkland Islands Pound · quoted 2026-09-25

0.05553

▲ +3.07% over 1Y

1 BWP = 0.05553 FKP · 1 FKP = 18.0089 BWP · Get this rate via the API

1 BWP buys 0.05553 FKP as of 2026-09-25, so 1 FKP buys 18.0089 BWP. Over the last year, BWP/FKP traded between 0.05196 and 0.05637, averaged 0.05483 and rose 3.07%. The API holds daily BWP/FKP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

BWP/FKP over 1Y

BWP/FKP over 1Y: show the values
PointBWP/FKP
2025-09-250.05387
2025-10-020.05251
2025-10-090.05301
2025-10-160.05432
2025-10-230.05407
2025-10-300.05368
2025-11-060.05544
2025-11-130.05548
2025-11-200.05524
2025-11-270.05419
2025-12-040.05466
2025-12-120.05361
2025-12-190.05397
2025-12-260.05628
2026-01-020.05416
2026-01-090.05446
2026-01-160.05464
2026-01-230.05398
2026-01-300.05558
2026-02-060.05583
2026-02-130.05591
2026-02-200.05632
2026-02-270.05637
2026-03-060.05537
2026-03-130.05536
2026-03-200.05469
2026-03-270.05460
2026-04-030.05530
2026-04-100.05531
2026-04-170.05493
2026-04-240.05478
2026-05-010.05454
2026-05-080.05475
2026-05-160.05303
2026-05-240.05498
2026-05-310.05530
2026-06-090.05561
2026-06-160.05593
2026-06-230.05560
2026-06-300.05567
2026-07-070.05538
2026-07-140.05531
2026-07-210.05196
2026-07-280.05467
2026-08-040.05482
2026-08-110.05487
2026-08-180.05484
2026-08-260.05479
2026-09-020.05497
2026-09-090.05524
2026-09-160.05482
2026-09-230.05557

High

0.05637

Low

0.05196

Average

0.05483

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BWP&currencies=FKP").json()

Replace YOUR_API_KEY with the key from your dashboard.

BWP/FKP API questions

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

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

How far back does BWP/FKP historical data go?

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