Skip to content

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

CHF/PKR over 1Y: show the values
PointCHF/PKR
2025-09-25350.2285
2025-10-02350.4045
2025-10-09351.1976
2025-10-16353.7141
2025-10-23354.8536
2025-10-30351.8343
2025-11-06349.9592
2025-11-13355.1143
2025-11-20349.5102
2025-11-27350.3466
2025-12-04354.6077
2025-12-11338.1934
2025-12-18355.5903
2025-12-25355.5315
2026-01-01353.5118
2026-01-08352.5041
2026-01-15349.9905
2026-01-22353.6473
2026-01-29365.4440
2026-02-05360.9737
2026-02-12364.3307
2026-02-19361.4826
2026-02-26362.6411
2026-03-05359.8998
2026-03-12359.0466
2026-03-19353.4154
2026-03-26354.6993
2026-04-02351.9606
2026-04-09355.7885
2026-04-16358.9822
2026-04-23358.4244
2026-04-30358.1101
2026-05-07361.5390
2026-05-14359.8266
2026-05-21356.6808
2026-05-28356.3439
2026-06-04357.0633
2026-06-11351.8424
2026-06-18348.2120
2026-06-25345.8075
2026-07-02348.4020
2026-07-09348.4600
2026-07-16348.5630
2026-07-23344.6215
2026-07-30345.8333
2026-08-06347.0088
2026-08-13345.8020
2026-08-20351.6672
2026-08-27348.5944
2026-09-03347.2137
2026-09-10345.7441
2026-09-17340.5088
2026-09-24339.1839

High

365.4440

Low

338.1934

Average

352.4786

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.