Skip to content

GBP to PKR exchange rate API

Pound Sterling to Pakistan Rupee · quoted 2026-09-25

371.6420

▼ +0.65% over 1Y

1 GBP = 371.6420 PKR · 1 PKR = 0.002691 GBP · Get this rate via the API

1 GBP buys 371.6420 PKR as of 2026-09-25, so 1 PKR buys 0.002691 GBP. Over the last year, GBP/PKR traded between 360.6855 and 387.3824, averaged 376.5389 and fell 0.65%. The API holds daily GBP/PKR rates from 2014-08-20 — 12 years of history — so any past day, or a whole series, is one request away.

GBP/PKR over 1Y

GBP/PKR over 1Y: show the values
PointGBP/PKR
2025-09-25374.0896
2025-10-02375.6770
2025-10-09376.5170
2025-10-16379.2359
2025-10-23377.6370
2025-10-30371.0229
2025-11-06370.1854
2025-11-13372.2278
2025-11-20368.5025
2025-11-27373.6789
2025-12-04378.7349
2025-12-11360.6855
2025-12-18378.7650
2025-12-25378.6173
2026-01-01377.3463
2026-01-08377.8655
2026-01-15375.8143
2026-01-22376.3943
2026-01-29387.3824
2026-02-05380.4946
2026-02-12382.3571
2026-02-19377.2446
2026-02-26380.1515
2026-03-05375.1733
2026-03-12375.8537
2026-03-19373.1420
2026-03-26375.1781
2026-04-02371.6336
2026-04-09377.6421
2026-04-16380.8817
2026-04-23379.9322
2026-04-30379.9168
2026-05-07383.1283
2026-05-14380.1071
2026-05-21377.3844
2026-05-28376.9235
2026-06-04378.4892
2026-06-11375.8064
2026-06-18370.4860
2026-06-25370.0709
2026-07-02374.1667
2026-07-09376.6549
2026-07-16379.8864
2026-07-23375.4490
2026-07-30376.1945
2026-08-06378.4081
2026-08-13379.1324
2026-08-20382.8646
2026-08-27381.2016
2026-09-03378.8666
2026-09-10379.5679
2026-09-17375.5397
2026-09-24371.1512

High

387.3824

Low

360.6855

Average

376.5389

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

GBP/PKR API questions

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

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

How far back does GBP/PKR historical data go?

Daily GBP/PKR rates are available from 2014-08-20. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.

Is there a free GBP/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.