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: show the values
| Point | GBP/PKR |
|---|---|
| 2025-09-25 | 374.0896 |
| 2025-10-02 | 375.6770 |
| 2025-10-09 | 376.5170 |
| 2025-10-16 | 379.2359 |
| 2025-10-23 | 377.6370 |
| 2025-10-30 | 371.0229 |
| 2025-11-06 | 370.1854 |
| 2025-11-13 | 372.2278 |
| 2025-11-20 | 368.5025 |
| 2025-11-27 | 373.6789 |
| 2025-12-04 | 378.7349 |
| 2025-12-11 | 360.6855 |
| 2025-12-18 | 378.7650 |
| 2025-12-25 | 378.6173 |
| 2026-01-01 | 377.3463 |
| 2026-01-08 | 377.8655 |
| 2026-01-15 | 375.8143 |
| 2026-01-22 | 376.3943 |
| 2026-01-29 | 387.3824 |
| 2026-02-05 | 380.4946 |
| 2026-02-12 | 382.3571 |
| 2026-02-19 | 377.2446 |
| 2026-02-26 | 380.1515 |
| 2026-03-05 | 375.1733 |
| 2026-03-12 | 375.8537 |
| 2026-03-19 | 373.1420 |
| 2026-03-26 | 375.1781 |
| 2026-04-02 | 371.6336 |
| 2026-04-09 | 377.6421 |
| 2026-04-16 | 380.8817 |
| 2026-04-23 | 379.9322 |
| 2026-04-30 | 379.9168 |
| 2026-05-07 | 383.1283 |
| 2026-05-14 | 380.1071 |
| 2026-05-21 | 377.3844 |
| 2026-05-28 | 376.9235 |
| 2026-06-04 | 378.4892 |
| 2026-06-11 | 375.8064 |
| 2026-06-18 | 370.4860 |
| 2026-06-25 | 370.0709 |
| 2026-07-02 | 374.1667 |
| 2026-07-09 | 376.6549 |
| 2026-07-16 | 379.8864 |
| 2026-07-23 | 375.4490 |
| 2026-07-30 | 376.1945 |
| 2026-08-06 | 378.4081 |
| 2026-08-13 | 379.1324 |
| 2026-08-20 | 382.8646 |
| 2026-08-27 | 381.2016 |
| 2026-09-03 | 378.8666 |
| 2026-09-10 | 379.5679 |
| 2026-09-17 | 375.5397 |
| 2026-09-24 | 371.1512 |
High
387.3824
Low
360.6855
Average
376.5389
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.