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: show the values
| Point | GBP/PKR |
|---|---|
| 2025-12-31 | 377.4787 |
| 2026-01-07 | 378.5630 |
| 2026-01-14 | 376.9582 |
| 2026-01-21 | 376.4370 |
| 2026-01-28 | 386.5789 |
| 2026-02-04 | 384.5239 |
| 2026-02-11 | 382.9535 |
| 2026-02-18 | 380.7954 |
| 2026-02-25 | 379.3789 |
| 2026-03-04 | 375.7645 |
| 2026-03-11 | 376.3976 |
| 2026-03-18 | 373.6241 |
| 2026-03-25 | 376.6544 |
| 2026-04-01 | 374.6815 |
| 2026-04-08 | 379.0197 |
| 2026-04-15 | 381.0904 |
| 2026-04-22 | 379.7175 |
| 2026-04-29 | 379.9186 |
| 2026-05-06 | 382.9601 |
| 2026-05-13 | 380.1127 |
| 2026-05-20 | 376.8463 |
| 2026-05-27 | 377.8160 |
| 2026-06-03 | 378.1257 |
| 2026-06-10 | 376.3366 |
| 2026-06-17 | 376.7681 |
| 2026-06-24 | 370.0793 |
| 2026-07-01 | 372.2902 |
| 2026-07-08 | 375.3555 |
| 2026-07-15 | 376.9246 |
| 2026-07-22 | 375.8987 |
| 2026-07-29 | 373.4042 |
| 2026-08-05 | 378.7265 |
| 2026-08-12 | 380.0654 |
| 2026-08-19 | 381.1324 |
| 2026-08-26 | 382.9641 |
| 2026-09-02 | 378.5209 |
| 2026-09-09 | 380.8051 |
| 2026-09-16 | 377.7389 |
| 2026-09-23 | 372.7096 |
High
386.5789
Low
370.0793
Average
377.9440
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.