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: show the values
| Point | USD/PKR |
|---|---|
| 2021-09-27 | 169.7140 |
| 2021-11-08 | 170.2515 |
| 2021-12-20 | 178.2101 |
| 2022-02-01 | 176.4819 |
| 2022-03-15 | 179.5792 |
| 2022-04-29 | 185.6873 |
| 2022-06-15 | 207.1048 |
| 2022-07-27 | 236.1353 |
| 2022-09-07 | 224.6429 |
| 2022-10-19 | 220.7484 |
| 2022-11-30 | 224.7342 |
| 2023-01-12 | 228.6768 |
| 2023-02-23 | 260.9737 |
| 2023-04-11 | 288.7480 |
| 2023-05-26 | 285.0920 |
| 2023-07-10 | 276.3682 |
| 2023-08-21 | 297.8426 |
| 2023-10-02 | 286.8890 |
| 2023-11-13 | 283.7420 |
| 2023-12-27 | 281.7453 |
| 2024-02-08 | 279.3758 |
| 2024-03-21 | 278.3561 |
| 2024-05-08 | 278.1169 |
| 2024-06-24 | 278.6328 |
| 2024-08-05 | 278.6778 |
| 2024-09-13 | 275.4442 |
| 2024-10-16 | 274.3990 |
| 2024-11-15 | 274.7293 |
| 2024-12-15 | 275.3237 |
| 2025-01-14 | 275.2071 |
| 2025-02-13 | 275.9516 |
| 2025-03-15 | 279.9295 |
| 2025-04-14 | 277.3086 |
| 2025-05-14 | 278.2958 |
| 2025-06-13 | 279.7959 |
| 2025-07-13 | 282.7176 |
| 2025-08-12 | 279.5142 |
| 2025-09-11 | 278.6660 |
| 2025-10-11 | 281.1865 |
| 2025-11-10 | 282.4881 |
| 2025-12-10 | 282.6622 |
| 2026-01-09 | 280.6541 |
| 2026-02-08 | 279.9342 |
| 2026-03-10 | 280.6969 |
| 2026-04-09 | 281.3422 |
| 2026-05-09 | 278.6505 |
| 2026-06-08 | 281.2156 |
| 2026-07-08 | 281.2036 |
| 2026-08-07 | 280.9799 |
| 2026-09-06 | 277.5057 |
High
297.8426
Low
169.7140
Average
261.0437
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.