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: show the values
| Point | GBP/PKR |
|---|---|
| 2021-09-27 | 232.4181 |
| 2021-11-08 | 230.6260 |
| 2021-12-20 | 235.7801 |
| 2022-02-01 | 237.9921 |
| 2022-03-15 | 234.8229 |
| 2022-04-29 | 233.2489 |
| 2022-06-15 | 250.2445 |
| 2022-07-27 | 284.9185 |
| 2022-09-07 | 256.6866 |
| 2022-10-19 | 248.1212 |
| 2022-11-30 | 269.6148 |
| 2023-01-12 | 277.7435 |
| 2023-02-23 | 314.3292 |
| 2023-04-11 | 358.8866 |
| 2023-05-26 | 353.0608 |
| 2023-07-10 | 353.1771 |
| 2023-08-21 | 380.0957 |
| 2023-10-02 | 348.7258 |
| 2023-11-13 | 347.3732 |
| 2023-12-27 | 359.0365 |
| 2024-02-08 | 352.0259 |
| 2024-03-21 | 354.3536 |
| 2024-05-08 | 347.0851 |
| 2024-06-24 | 352.8538 |
| 2024-08-05 | 355.8517 |
| 2024-09-13 | 361.3141 |
| 2024-10-16 | 357.6494 |
| 2024-11-15 | 348.3866 |
| 2024-12-15 | 347.3994 |
| 2025-01-14 | 334.5076 |
| 2025-02-13 | 344.1406 |
| 2025-03-15 | 362.2590 |
| 2025-04-14 | 365.2272 |
| 2025-05-14 | 370.8628 |
| 2025-06-13 | 378.7198 |
| 2025-07-13 | 381.7692 |
| 2025-08-12 | 376.2955 |
| 2025-09-11 | 376.5716 |
| 2025-10-11 | 375.3906 |
| 2025-11-10 | 372.3710 |
| 2025-12-10 | 376.2148 |
| 2026-01-09 | 376.5561 |
| 2026-02-08 | 380.6886 |
| 2026-03-10 | 377.5603 |
| 2026-04-09 | 377.6421 |
| 2026-05-09 | 379.9118 |
| 2026-06-08 | 375.7793 |
| 2026-07-08 | 375.3555 |
| 2026-08-07 | 377.9054 |
| 2026-09-06 | 375.1033 |
High
381.7692
Low
230.6260
Average
336.5940
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GBP¤cies=PKR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GBP¤cies=PKR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GBP¤cies=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¤cies=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.