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: show the values
| Point | CHF/PLN |
|---|---|
| 2025-09-25 | 4.5631 |
| 2025-10-02 | 4.5524 |
| 2025-10-09 | 4.5706 |
| 2025-10-16 | 4.5703 |
| 2025-10-23 | 4.5764 |
| 2025-10-30 | 4.5739 |
| 2025-11-06 | 4.5650 |
| 2025-11-13 | 4.5738 |
| 2025-11-20 | 4.5535 |
| 2025-11-27 | 4.5352 |
| 2025-12-04 | 4.5303 |
| 2025-12-11 | 4.5291 |
| 2025-12-18 | 4.5141 |
| 2025-12-25 | 4.5412 |
| 2026-01-01 | 4.5249 |
| 2026-01-08 | 4.5203 |
| 2026-01-15 | 4.5193 |
| 2026-01-22 | 4.5312 |
| 2026-01-29 | 4.5778 |
| 2026-02-05 | 4.6070 |
| 2026-02-12 | 4.6115 |
| 2026-02-19 | 4.6293 |
| 2026-02-26 | 4.6198 |
| 2026-03-05 | 4.7137 |
| 2026-03-12 | 4.7162 |
| 2026-03-19 | 4.6983 |
| 2026-03-26 | 4.6709 |
| 2026-04-02 | 4.6516 |
| 2026-04-09 | 4.6058 |
| 2026-04-16 | 4.5962 |
| 2026-04-23 | 4.6233 |
| 2026-04-30 | 4.6360 |
| 2026-05-07 | 4.6161 |
| 2026-05-14 | 4.6315 |
| 2026-05-21 | 4.6455 |
| 2026-05-28 | 4.6182 |
| 2026-06-04 | 4.6213 |
| 2026-06-11 | 4.6110 |
| 2026-06-18 | 4.6192 |
| 2026-06-25 | 4.6487 |
| 2026-07-02 | 4.6630 |
| 2026-07-09 | 4.6695 |
| 2026-07-16 | 4.6795 |
| 2026-07-23 | 4.6552 |
| 2026-07-30 | 4.6201 |
| 2026-08-06 | 4.5998 |
| 2026-08-13 | 4.5928 |
| 2026-08-20 | 4.6275 |
| 2026-08-27 | 4.6148 |
| 2026-09-03 | 4.6076 |
| 2026-09-10 | 4.5823 |
| 2026-09-17 | 4.6038 |
| 2026-09-24 | 4.6576 |
High
4.7162
Low
4.5141
Average
4.6044
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=PLN"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=PLN");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=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¤cies=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.