CHF to PKR exchange rate API
Swiss Franc to Pakistan Rupee · quoted 2026-09-25
338.8482
▲ +85.18% over 5Y
1 CHF = 338.8482 PKR · 1 PKR = 0.002951 CHF · Get this rate via the API
1 CHF buys 338.8482 PKR as of 2026-09-25, so 1 PKR buys 0.002951 CHF. Over the last 5 years, CHF/PKR traded between 182.9785 and 361.9802, averaged 302.5548 and rose 85.18%. The API holds daily CHF/PKR rates from 2014-08-20 — 12 years of history — so any past day, or a whole series, is one request away.
CHF/PKR over 5Y: show the values
| Point | CHF/PKR |
|---|---|
| 2021-09-27 | 182.9785 |
| 2021-11-08 | 186.1338 |
| 2021-12-20 | 193.0212 |
| 2022-02-01 | 191.5545 |
| 2022-03-15 | 191.2182 |
| 2022-04-29 | 191.3330 |
| 2022-06-15 | 207.0255 |
| 2022-07-27 | 245.4185 |
| 2022-09-07 | 227.7535 |
| 2022-10-19 | 220.0285 |
| 2022-11-30 | 236.6393 |
| 2023-01-12 | 244.9589 |
| 2023-02-23 | 280.0745 |
| 2023-04-11 | 319.0917 |
| 2023-05-26 | 315.7543 |
| 2023-07-10 | 310.4573 |
| 2023-08-21 | 338.8476 |
| 2023-10-02 | 313.5711 |
| 2023-11-13 | 313.5385 |
| 2023-12-27 | 330.3152 |
| 2024-02-08 | 319.4312 |
| 2024-03-21 | 310.8777 |
| 2024-05-08 | 305.8149 |
| 2024-06-24 | 311.8850 |
| 2024-08-05 | 328.4590 |
| 2024-09-13 | 325.1517 |
| 2024-10-16 | 318.2002 |
| 2024-11-15 | 309.6668 |
| 2024-12-15 | 308.3618 |
| 2025-01-14 | 300.1063 |
| 2025-02-13 | 304.3347 |
| 2025-03-15 | 316.2506 |
| 2025-04-14 | 338.1866 |
| 2025-05-14 | 332.3547 |
| 2025-06-13 | 344.1621 |
| 2025-07-13 | 355.1198 |
| 2025-08-12 | 344.4516 |
| 2025-09-11 | 348.4074 |
| 2025-10-11 | 350.0628 |
| 2025-11-10 | 350.7910 |
| 2025-12-10 | 351.4851 |
| 2026-01-09 | 350.8027 |
| 2026-02-08 | 360.5413 |
| 2026-03-10 | 361.9802 |
| 2026-04-09 | 355.7885 |
| 2026-05-09 | 358.6442 |
| 2026-06-08 | 353.2415 |
| 2026-07-08 | 347.7389 |
| 2026-08-07 | 346.7534 |
| 2026-09-06 | 342.6786 |
High
361.9802
Low
182.9785
Average
302.5548
Get this rate via the API
One GET request returns the CHF/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=CHF¤cies=PKR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=PKR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=PKR").json()Replace YOUR_API_KEY with the key from your dashboard.
CHF/PKR API questions
How do I get the CHF/PKR exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=PKR, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest CHF/PKR rate in rates.PKR.
How far back does CHF/PKR historical data go?
Daily CHF/PKR rates are available from 2014-08-20. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.
Is there a free CHF/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.