CHF to PKR exchange rate API
Swiss Franc to Pakistan Rupee · quoted 2026-09-25
338.9892
▼ +3.21% over 1Y
1 CHF = 338.9892 PKR · 1 PKR = 0.002950 CHF · Get this rate via the API
1 CHF buys 338.9892 PKR as of 2026-09-25, so 1 PKR buys 0.002950 CHF. Over the last year, CHF/PKR traded between 338.1934 and 365.4440, averaged 352.4786 and fell 3.21%. 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 1Y: show the values
| Point | CHF/PKR |
|---|---|
| 2025-09-25 | 350.2285 |
| 2025-10-02 | 350.4045 |
| 2025-10-09 | 351.1976 |
| 2025-10-16 | 353.7141 |
| 2025-10-23 | 354.8536 |
| 2025-10-30 | 351.8343 |
| 2025-11-06 | 349.9592 |
| 2025-11-13 | 355.1143 |
| 2025-11-20 | 349.5102 |
| 2025-11-27 | 350.3466 |
| 2025-12-04 | 354.6077 |
| 2025-12-11 | 338.1934 |
| 2025-12-18 | 355.5903 |
| 2025-12-25 | 355.5315 |
| 2026-01-01 | 353.5118 |
| 2026-01-08 | 352.5041 |
| 2026-01-15 | 349.9905 |
| 2026-01-22 | 353.6473 |
| 2026-01-29 | 365.4440 |
| 2026-02-05 | 360.9737 |
| 2026-02-12 | 364.3307 |
| 2026-02-19 | 361.4826 |
| 2026-02-26 | 362.6411 |
| 2026-03-05 | 359.8998 |
| 2026-03-12 | 359.0466 |
| 2026-03-19 | 353.4154 |
| 2026-03-26 | 354.6993 |
| 2026-04-02 | 351.9606 |
| 2026-04-09 | 355.7885 |
| 2026-04-16 | 358.9822 |
| 2026-04-23 | 358.4244 |
| 2026-04-30 | 358.1101 |
| 2026-05-07 | 361.5390 |
| 2026-05-14 | 359.8266 |
| 2026-05-21 | 356.6808 |
| 2026-05-28 | 356.3439 |
| 2026-06-04 | 357.0633 |
| 2026-06-11 | 351.8424 |
| 2026-06-18 | 348.2120 |
| 2026-06-25 | 345.8075 |
| 2026-07-02 | 348.4020 |
| 2026-07-09 | 348.4600 |
| 2026-07-16 | 348.5630 |
| 2026-07-23 | 344.6215 |
| 2026-07-30 | 345.8333 |
| 2026-08-06 | 347.0088 |
| 2026-08-13 | 345.8020 |
| 2026-08-20 | 351.6672 |
| 2026-08-27 | 348.5944 |
| 2026-09-03 | 347.2137 |
| 2026-09-10 | 345.7441 |
| 2026-09-17 | 340.5088 |
| 2026-09-24 | 339.1839 |
High
365.4440
Low
338.1934
Average
352.4786
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.