Skip to content

USD to PKR exchange rate API

US Dollar to Pakistan Rupee · quoted 2026-09-25

280.8999

▲ +0.76% over 1Y

1 USD = 280.8999 PKR · 1 PKR = 0.003560 USD · Get this rate via the API

1 USD buys 280.8999 PKR as of 2026-09-25, so 1 PKR buys 0.003560 USD. Over the last year, USD/PKR traded between 269.4515 and 283.9050, averaged 280.9149 and rose 0.76%. The API holds daily USD/PKR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

USD/PKR over 1Y

USD/PKR over 1Y: show the values
PointUSD/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-11269.4515
2025-12-18282.6758
2025-12-25280.1478
2026-01-01280.2100
2026-01-08281.1576
2026-01-15280.4379
2026-01-22280.4465
2026-01-29280.3730
2026-02-05280.2914
2026-02-12280.5044
2026-02-19280.4696
2026-02-26280.5602
2026-03-05280.7823
2026-03-12280.7198
2026-03-19280.5726
2026-03-26281.2939
2026-04-02281.3545
2026-04-09281.3422
2026-04-16281.2259
2026-04-23281.2775
2026-04-30281.2364
2026-05-07281.2752
2026-05-14281.3545
2026-05-21281.2178
2026-05-28281.1917
2026-06-04281.2330
2026-06-11281.2114
2026-06-18280.0641
2026-06-25281.2010
2026-07-02281.1911
2026-07-09281.1752
2026-07-16281.1726
2026-07-23281.1846
2026-07-30280.9819
2026-08-06280.9862
2026-08-13281.0125
2026-08-20280.9782
2026-08-27280.6715
2026-09-03280.7004
2026-09-10280.7383
2026-09-17280.7468
2026-09-24280.7581

High

283.9050

Low

269.4515

Average

280.9149

For developers

Get this rate via the API

One GET request returns the USD/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=USD&currencies=PKR"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD&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=USD&currencies=PKR").json()

Replace YOUR_API_KEY with the key from your dashboard.

USD/PKR API questions

How do I get the USD/PKR exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD&currencies=PKR, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest USD/PKR rate in rates.PKR.

How far back does USD/PKR historical data go?

Daily USD/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 USD/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.