CHF to PLN exchange rate API
Swiss Franc to Zloty · quoted 2026-09-25
4.6504
▲ +2.62% over YTD
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 year to date, CHF/PLN traded between 4.5194 and 4.7086, averaged 4.6217 and rose 2.62%. 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 YTD: show the values
| Point | CHF/PLN |
|---|---|
| 2025-12-31 | 4.5319 |
| 2026-01-07 | 4.5301 |
| 2026-01-14 | 4.5194 |
| 2026-01-21 | 4.5614 |
| 2026-01-28 | 4.5742 |
| 2026-02-04 | 4.6068 |
| 2026-02-11 | 4.6123 |
| 2026-02-18 | 4.6213 |
| 2026-02-25 | 4.6257 |
| 2026-03-04 | 4.6893 |
| 2026-03-11 | 4.7086 |
| 2026-03-18 | 4.7077 |
| 2026-03-25 | 4.6671 |
| 2026-04-01 | 4.6560 |
| 2026-04-08 | 4.6122 |
| 2026-04-15 | 4.6001 |
| 2026-04-22 | 4.6287 |
| 2026-04-29 | 4.6035 |
| 2026-05-06 | 4.6187 |
| 2026-05-13 | 4.6437 |
| 2026-05-20 | 4.6427 |
| 2026-05-27 | 4.6285 |
| 2026-06-03 | 4.6234 |
| 2026-06-10 | 4.6075 |
| 2026-06-17 | 4.6133 |
| 2026-06-24 | 4.6526 |
| 2026-07-01 | 4.6522 |
| 2026-07-08 | 4.6731 |
| 2026-07-15 | 4.6735 |
| 2026-07-22 | 4.6720 |
| 2026-07-29 | 4.6367 |
| 2026-08-05 | 4.6078 |
| 2026-08-12 | 4.5957 |
| 2026-08-19 | 4.5996 |
| 2026-08-26 | 4.5794 |
| 2026-09-02 | 4.5909 |
| 2026-09-09 | 4.5888 |
| 2026-09-16 | 4.6008 |
| 2026-09-23 | 4.6608 |
High
4.7086
Low
4.5194
Average
4.6217
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.