PAB to PKR exchange rate API
Balboa to Pakistan Rupee · quoted 2026-09-25
281.0500
▲ +0.82% over 1Y
1 PAB = 281.0500 PKR · 1 PKR = 0.003558 PAB · Get this rate via the API
1 PAB buys 281.0500 PKR as of 2026-09-25, so 1 PKR buys 0.003558 PAB. Over the last year, PAB/PKR traded between 278.6290 and 284.9797, averaged 281.1143 and rose 0.82%. The API holds daily PAB/PKR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
PAB/PKR over 1Y: show the values
| Point | PAB/PKR |
|---|---|
| 2025-09-25 | 278.7745 |
| 2025-10-02 | 278.7373 |
| 2025-10-09 | 281.5688 |
| 2025-10-16 | 282.4488 |
| 2025-10-23 | 283.1054 |
| 2025-10-30 | 282.7161 |
| 2025-11-06 | 282.6862 |
| 2025-11-13 | 282.5265 |
| 2025-11-20 | 282.1215 |
| 2025-11-27 | 282.3394 |
| 2025-12-04 | 283.9050 |
| 2025-12-12 | 280.4478 |
| 2025-12-19 | 284.9797 |
| 2025-12-26 | 280.1596 |
| 2026-01-02 | 283.7538 |
| 2026-01-09 | 280.6541 |
| 2026-01-16 | 280.4343 |
| 2026-01-23 | 280.4239 |
| 2026-01-30 | 280.3660 |
| 2026-02-06 | 280.2907 |
| 2026-02-13 | 280.4776 |
| 2026-02-20 | 280.4648 |
| 2026-02-27 | 280.5587 |
| 2026-03-06 | 280.8545 |
| 2026-03-13 | 280.7193 |
| 2026-03-20 | 280.5729 |
| 2026-03-27 | 281.2416 |
| 2026-04-03 | 281.3545 |
| 2026-04-10 | 281.6102 |
| 2026-04-17 | 281.2125 |
| 2026-04-24 | 281.2080 |
| 2026-05-01 | 281.2982 |
| 2026-05-08 | 280.3414 |
| 2026-05-16 | 278.6290 |
| 2026-05-24 | 279.6797 |
| 2026-05-31 | 279.8858 |
| 2026-06-09 | 281.1833 |
| 2026-06-16 | 281.1919 |
| 2026-06-23 | 281.2043 |
| 2026-06-30 | 281.1976 |
| 2026-07-07 | 281.1955 |
| 2026-07-14 | 281.2187 |
| 2026-07-21 | 281.1931 |
| 2026-07-28 | 281.0038 |
| 2026-08-04 | 280.2052 |
| 2026-08-11 | 280.9804 |
| 2026-08-18 | 280.9916 |
| 2026-08-26 | 280.9723 |
| 2026-09-02 | 280.7357 |
| 2026-09-09 | 280.7276 |
| 2026-09-16 | 280.7257 |
| 2026-09-23 | 280.7323 |
High
284.9797
Low
278.6290
Average
281.1143
Get this rate via the API
One GET request returns the PAB/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=PAB¤cies=PKR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB¤cies=PKR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB¤cies=PKR").json()Replace YOUR_API_KEY with the key from your dashboard.
PAB/PKR API questions
How do I get the PAB/PKR exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB¤cies=PKR, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest PAB/PKR rate in rates.PKR.
How far back does PAB/PKR historical data go?
Daily PAB/PKR rates are available from 2024-08-24. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.
Is there a free PAB/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.