Skip to content

GBP to PKR exchange rate API

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

371.6420

▼ +1.55% over YTD

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 year to date, GBP/PKR traded between 370.0793 and 386.5789, averaged 377.9440 and fell 1.55%. 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 YTD

GBP/PKR over YTD: show the values
PointGBP/PKR
2025-12-31377.4787
2026-01-07378.5630
2026-01-14376.9582
2026-01-21376.4370
2026-01-28386.5789
2026-02-04384.5239
2026-02-11382.9535
2026-02-18380.7954
2026-02-25379.3789
2026-03-04375.7645
2026-03-11376.3976
2026-03-18373.6241
2026-03-25376.6544
2026-04-01374.6815
2026-04-08379.0197
2026-04-15381.0904
2026-04-22379.7175
2026-04-29379.9186
2026-05-06382.9601
2026-05-13380.1127
2026-05-20376.8463
2026-05-27377.8160
2026-06-03378.1257
2026-06-10376.3366
2026-06-17376.7681
2026-06-24370.0793
2026-07-01372.2902
2026-07-08375.3555
2026-07-15376.9246
2026-07-22375.8987
2026-07-29373.4042
2026-08-05378.7265
2026-08-12380.0654
2026-08-19381.1324
2026-08-26382.9641
2026-09-02378.5209
2026-09-09380.8051
2026-09-16377.7389
2026-09-23372.7096

High

386.5789

Low

370.0793

Average

377.9440

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.