Skip to content

USD to PKR exchange rate API

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

280.8999

▲ +0.20% over YTD

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 year to date, USD/PKR traded between 280.2926 and 281.3545, averaged 280.9254 and rose 0.20%. 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 YTD

USD/PKR over YTD: show the values
PointUSD/PKR
2025-12-31280.3300
2026-01-07280.7143
2026-01-14280.4456
2026-01-21280.3955
2026-01-28280.3938
2026-02-04280.2926
2026-02-11280.3809
2026-02-18280.4607
2026-02-25280.5420
2026-03-04280.7991
2026-03-11280.6910
2026-03-18280.6825
2026-03-25281.2494
2026-04-01281.2547
2026-04-08281.3440
2026-04-15281.2401
2026-04-22281.2458
2026-04-29281.1998
2026-05-06281.2126
2026-05-13281.3545
2026-05-20281.1888
2026-05-27281.2205
2026-06-03281.2011
2026-06-10281.2265
2026-06-17281.0498
2026-06-24281.1981
2026-07-01281.1815
2026-07-08281.2036
2026-07-15281.1997
2026-07-22281.1989
2026-07-29280.9882
2026-08-05280.9798
2026-08-12281.0014
2026-08-19281.1545
2026-08-26280.9723
2026-09-02280.7357
2026-09-09280.7276
2026-09-16280.7257
2026-09-23280.7323

High

281.3545

Low

280.2926

Average

280.9254

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.