Skip to content

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

CHF/PKR over 5Y: show the values
PointCHF/PKR
2021-09-27182.9785
2021-11-08186.1338
2021-12-20193.0212
2022-02-01191.5545
2022-03-15191.2182
2022-04-29191.3330
2022-06-15207.0255
2022-07-27245.4185
2022-09-07227.7535
2022-10-19220.0285
2022-11-30236.6393
2023-01-12244.9589
2023-02-23280.0745
2023-04-11319.0917
2023-05-26315.7543
2023-07-10310.4573
2023-08-21338.8476
2023-10-02313.5711
2023-11-13313.5385
2023-12-27330.3152
2024-02-08319.4312
2024-03-21310.8777
2024-05-08305.8149
2024-06-24311.8850
2024-08-05328.4590
2024-09-13325.1517
2024-10-16318.2002
2024-11-15309.6668
2024-12-15308.3618
2025-01-14300.1063
2025-02-13304.3347
2025-03-15316.2506
2025-04-14338.1866
2025-05-14332.3547
2025-06-13344.1621
2025-07-13355.1198
2025-08-12344.4516
2025-09-11348.4074
2025-10-11350.0628
2025-11-10350.7910
2025-12-10351.4851
2026-01-09350.8027
2026-02-08360.5413
2026-03-10361.9802
2026-04-09355.7885
2026-05-09358.6442
2026-06-08353.2415
2026-07-08347.7389
2026-08-07346.7534
2026-09-06342.6786

High

361.9802

Low

182.9785

Average

302.5548

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF&currencies=PKR"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF&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=CHF&currencies=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&currencies=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.