Skip to content

GBP to PKR exchange rate API

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

371.6420

▲ +59.90% over 5Y

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 5 years, GBP/PKR traded between 230.6260 and 381.7692, averaged 336.5940 and rose 59.90%. 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 5Y

GBP/PKR over 5Y: show the values
PointGBP/PKR
2021-09-27232.4181
2021-11-08230.6260
2021-12-20235.7801
2022-02-01237.9921
2022-03-15234.8229
2022-04-29233.2489
2022-06-15250.2445
2022-07-27284.9185
2022-09-07256.6866
2022-10-19248.1212
2022-11-30269.6148
2023-01-12277.7435
2023-02-23314.3292
2023-04-11358.8866
2023-05-26353.0608
2023-07-10353.1771
2023-08-21380.0957
2023-10-02348.7258
2023-11-13347.3732
2023-12-27359.0365
2024-02-08352.0259
2024-03-21354.3536
2024-05-08347.0851
2024-06-24352.8538
2024-08-05355.8517
2024-09-13361.3141
2024-10-16357.6494
2024-11-15348.3866
2024-12-15347.3994
2025-01-14334.5076
2025-02-13344.1406
2025-03-15362.2590
2025-04-14365.2272
2025-05-14370.8628
2025-06-13378.7198
2025-07-13381.7692
2025-08-12376.2955
2025-09-11376.5716
2025-10-11375.3906
2025-11-10372.3710
2025-12-10376.2148
2026-01-09376.5561
2026-02-08380.6886
2026-03-10377.5603
2026-04-09377.6421
2026-05-09379.9118
2026-06-08375.7793
2026-07-08375.3555
2026-08-07377.9054
2026-09-06375.1033

High

381.7692

Low

230.6260

Average

336.5940

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.