Skip to content

USD to PKR exchange rate API

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

280.8999

▲ +65.51% over 5Y

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 5 years, USD/PKR traded between 169.7140 and 297.8426, averaged 261.0437 and rose 65.51%. 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 5Y

USD/PKR over 5Y: show the values
PointUSD/PKR
2021-09-27169.7140
2021-11-08170.2515
2021-12-20178.2101
2022-02-01176.4819
2022-03-15179.5792
2022-04-29185.6873
2022-06-15207.1048
2022-07-27236.1353
2022-09-07224.6429
2022-10-19220.7484
2022-11-30224.7342
2023-01-12228.6768
2023-02-23260.9737
2023-04-11288.7480
2023-05-26285.0920
2023-07-10276.3682
2023-08-21297.8426
2023-10-02286.8890
2023-11-13283.7420
2023-12-27281.7453
2024-02-08279.3758
2024-03-21278.3561
2024-05-08278.1169
2024-06-24278.6328
2024-08-05278.6778
2024-09-13275.4442
2024-10-16274.3990
2024-11-15274.7293
2024-12-15275.3237
2025-01-14275.2071
2025-02-13275.9516
2025-03-15279.9295
2025-04-14277.3086
2025-05-14278.2958
2025-06-13279.7959
2025-07-13282.7176
2025-08-12279.5142
2025-09-11278.6660
2025-10-11281.1865
2025-11-10282.4881
2025-12-10282.6622
2026-01-09280.6541
2026-02-08279.9342
2026-03-10280.6969
2026-04-09281.3422
2026-05-09278.6505
2026-06-08281.2156
2026-07-08281.2036
2026-08-07280.9799
2026-09-06277.5057

High

297.8426

Low

169.7140

Average

261.0437

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.