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: show the values
| Point | USD/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-11 | 269.4515 |
| 2025-12-18 | 282.6758 |
| 2025-12-25 | 280.1478 |
| 2026-01-01 | 280.2100 |
| 2026-01-08 | 281.1576 |
| 2026-01-15 | 280.4379 |
| 2026-01-22 | 280.4465 |
| 2026-01-29 | 280.3730 |
| 2026-02-05 | 280.2914 |
| 2026-02-12 | 280.5044 |
| 2026-02-19 | 280.4696 |
| 2026-02-26 | 280.5602 |
| 2026-03-05 | 280.7823 |
| 2026-03-12 | 280.7198 |
| 2026-03-19 | 280.5726 |
| 2026-03-26 | 281.2939 |
| 2026-04-02 | 281.3545 |
| 2026-04-09 | 281.3422 |
| 2026-04-16 | 281.2259 |
| 2026-04-23 | 281.2775 |
| 2026-04-30 | 281.2364 |
| 2026-05-07 | 281.2752 |
| 2026-05-14 | 281.3545 |
| 2026-05-21 | 281.2178 |
| 2026-05-28 | 281.1917 |
| 2026-06-04 | 281.2330 |
| 2026-06-11 | 281.2114 |
| 2026-06-18 | 280.0641 |
| 2026-06-25 | 281.2010 |
| 2026-07-02 | 281.1911 |
| 2026-07-09 | 281.1752 |
| 2026-07-16 | 281.1726 |
| 2026-07-23 | 281.1846 |
| 2026-07-30 | 280.9819 |
| 2026-08-06 | 280.9862 |
| 2026-08-13 | 281.0125 |
| 2026-08-20 | 280.9782 |
| 2026-08-27 | 280.6715 |
| 2026-09-03 | 280.7004 |
| 2026-09-10 | 280.7383 |
| 2026-09-17 | 280.7468 |
| 2026-09-24 | 280.7581 |
High
283.9050
Low
269.4515
Average
280.9149
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD¤cies=PKR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD¤cies=PKR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD¤cies=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¤cies=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.