Skip to content

CHF to PLN exchange rate API

Swiss Franc to Zloty · quoted 2026-09-25

4.6504

▲ +1.91% over 1Y

1 CHF = 4.6504 PLN · 1 PLN = 0.21503 CHF · Get this rate via the API

1 CHF buys 4.6504 PLN as of 2026-09-25, so 1 PLN buys 0.21503 CHF. Over the last year, CHF/PLN traded between 4.5141 and 4.7162, averaged 4.6044 and rose 1.91%. The API holds daily CHF/PLN rates from 1999-01-04 — 27 years of history — so any past day, or a whole series, is one request away.

CHF/PLN over 1Y

CHF/PLN over 1Y: show the values
PointCHF/PLN
2025-09-254.5631
2025-10-024.5524
2025-10-094.5706
2025-10-164.5703
2025-10-234.5764
2025-10-304.5739
2025-11-064.5650
2025-11-134.5738
2025-11-204.5535
2025-11-274.5352
2025-12-044.5303
2025-12-114.5291
2025-12-184.5141
2025-12-254.5412
2026-01-014.5249
2026-01-084.5203
2026-01-154.5193
2026-01-224.5312
2026-01-294.5778
2026-02-054.6070
2026-02-124.6115
2026-02-194.6293
2026-02-264.6198
2026-03-054.7137
2026-03-124.7162
2026-03-194.6983
2026-03-264.6709
2026-04-024.6516
2026-04-094.6058
2026-04-164.5962
2026-04-234.6233
2026-04-304.6360
2026-05-074.6161
2026-05-144.6315
2026-05-214.6455
2026-05-284.6182
2026-06-044.6213
2026-06-114.6110
2026-06-184.6192
2026-06-254.6487
2026-07-024.6630
2026-07-094.6695
2026-07-164.6795
2026-07-234.6552
2026-07-304.6201
2026-08-064.5998
2026-08-134.5928
2026-08-204.6275
2026-08-274.6148
2026-09-034.6076
2026-09-104.5823
2026-09-174.6038
2026-09-244.6576

High

4.7162

Low

4.5141

Average

4.6044

For developers

Get this rate via the API

One GET request returns the CHF/PLN 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=PLN"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF&currencies=PLN");
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=PLN").json()

Replace YOUR_API_KEY with the key from your dashboard.

CHF/PLN API questions

How do I get the CHF/PLN exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF&currencies=PLN, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest CHF/PLN rate in rates.PLN.

How far back does CHF/PLN historical data go?

Daily CHF/PLN rates are available from 1999-01-04. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.

Is there a free CHF/PLN 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.