Skip to content

FKP to PKR exchange rate API

Falkland Islands Pound to Pakistan Rupee · quoted 2026-09-25

371.3091

▼ +0.98% over 1Y

1 FKP = 371.3091 PKR · 1 PKR = 0.002693 FKP · Get this rate via the API

1 FKP buys 371.3091 PKR as of 2026-09-25, so 1 PKR buys 0.002693 FKP. Over the last year, FKP/PKR traded between 368.1024 and 385.4685, averaged 376.8723 and fell 0.98%. The API holds daily FKP/PKR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

FKP/PKR over 1Y

FKP/PKR over 1Y: show the values
PointFKP/PKR
2025-09-25374.9709
2025-10-02375.8077
2025-10-09377.5723
2025-10-16379.6346
2025-10-23377.7639
2025-10-30373.3819
2025-11-06369.3211
2025-11-13370.7537
2025-11-20368.1024
2025-11-27374.3011
2025-12-04378.7306
2025-12-12375.5627
2025-12-19381.4431
2025-12-26378.5621
2026-01-02382.7818
2026-01-09376.8598
2026-01-16375.3107
2026-01-23378.4616
2026-01-30385.4685
2026-02-06379.7576
2026-02-13382.0704
2026-02-20376.8923
2026-02-27378.3430
2026-03-06375.4744
2026-03-13374.9763
2026-03-20376.3463
2026-03-27375.2457
2026-04-03372.1022
2026-04-10377.9866
2026-04-17381.5592
2026-04-24379.7670
2026-05-01379.5442
2026-05-08382.4119
2026-05-16371.3249
2026-05-24375.7285
2026-05-31376.6449
2026-06-09375.3374
2026-06-16376.7653
2026-06-23372.5665
2026-06-30372.1513
2026-07-07376.5333
2026-07-14375.6598
2026-07-21377.7226
2026-07-28373.7277
2026-08-04376.2708
2026-08-11379.6062
2026-08-18380.5987
2026-08-26383.3893
2026-09-02379.0466
2026-09-09380.2900
2026-09-16378.4410
2026-09-23373.8488

High

385.4685

Low

368.1024

Average

376.8723

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

FKP/PKR API questions

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

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

How far back does FKP/PKR historical data go?

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