Skip to content

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

PAB/PKR over 1Y: show the values
PointPAB/PKR
2025-09-25278.7745
2025-10-02278.7373
2025-10-09281.5688
2025-10-16282.4488
2025-10-23283.1054
2025-10-30282.7161
2025-11-06282.6862
2025-11-13282.5265
2025-11-20282.1215
2025-11-27282.3394
2025-12-04283.9050
2025-12-12280.4478
2025-12-19284.9797
2025-12-26280.1596
2026-01-02283.7538
2026-01-09280.6541
2026-01-16280.4343
2026-01-23280.4239
2026-01-30280.3660
2026-02-06280.2907
2026-02-13280.4776
2026-02-20280.4648
2026-02-27280.5587
2026-03-06280.8545
2026-03-13280.7193
2026-03-20280.5729
2026-03-27281.2416
2026-04-03281.3545
2026-04-10281.6102
2026-04-17281.2125
2026-04-24281.2080
2026-05-01281.2982
2026-05-08280.3414
2026-05-16278.6290
2026-05-24279.6797
2026-05-31279.8858
2026-06-09281.1833
2026-06-16281.1919
2026-06-23281.2043
2026-06-30281.1976
2026-07-07281.1955
2026-07-14281.2187
2026-07-21281.1931
2026-07-28281.0038
2026-08-04280.2052
2026-08-11280.9804
2026-08-18280.9916
2026-08-26280.9723
2026-09-02280.7357
2026-09-09280.7276
2026-09-16280.7257
2026-09-23280.7323

High

284.9797

Low

278.6290

Average

281.1143

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB&currencies=PKR"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB&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=PAB&currencies=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&currencies=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.