CHF to RON exchange rate API
Swiss Franc to New Romanian Leu · quoted 2026-09-24
5.6003
▲ +22.77% over 5Y
1 CHF = 5.6003 RON · 1 RON = 0.17856 CHF · Get this rate via the API
1 CHF buys 5.6003 RON as of 2026-09-24, so 1 RON buys 0.17856 CHF. Over the last 5 years, CHF/RON traded between 4.5618 and 5.7668, averaged 5.2307 and rose 22.77%. The API holds daily CHF/RON rates from 2005-07-01 — 21 years of history — so any past day, or a whole series, is one request away.
CHF/RON over 5Y: show the values
| Point | CHF/RON |
|---|---|
| 2021-09-27 | 4.5618 |
| 2021-11-08 | 4.6729 |
| 2021-12-20 | 4.7546 |
| 2022-01-31 | 4.7554 |
| 2022-03-14 | 4.8288 |
| 2022-04-27 | 4.8372 |
| 2022-06-08 | 4.7158 |
| 2022-07-20 | 4.9915 |
| 2022-08-31 | 4.9607 |
| 2022-10-12 | 5.1118 |
| 2022-11-23 | 5.0403 |
| 2023-01-05 | 5.0041 |
| 2023-02-16 | 4.9639 |
| 2023-03-30 | 4.9667 |
| 2023-05-16 | 5.0841 |
| 2023-06-27 | 5.0679 |
| 2023-08-08 | 5.1560 |
| 2023-09-19 | 5.1796 |
| 2023-10-31 | 5.1690 |
| 2023-12-12 | 5.2665 |
| 2024-01-26 | 5.2964 |
| 2024-03-08 | 5.1828 |
| 2024-04-23 | 5.1173 |
| 2024-06-05 | 5.1273 |
| 2024-07-17 | 5.1248 |
| 2024-08-27 | 5.2724 |
| 2024-10-07 | 5.3023 |
| 2024-11-06 | 5.3112 |
| 2024-12-06 | 5.3613 |
| 2025-01-05 | 5.3111 |
| 2025-02-04 | 5.2968 |
| 2025-03-06 | 5.2017 |
| 2025-04-05 | 5.2773 |
| 2025-05-05 | 5.3326 |
| 2025-06-04 | 5.3927 |
| 2025-07-04 | 5.4118 |
| 2025-08-03 | 5.4439 |
| 2025-09-02 | 5.4148 |
| 2025-10-02 | 5.4353 |
| 2025-11-01 | 5.4753 |
| 2025-12-01 | 5.4594 |
| 2025-12-31 | 5.4722 |
| 2026-01-30 | 5.5656 |
| 2026-03-01 | 5.6161 |
| 2026-03-31 | 5.5461 |
| 2026-04-30 | 5.6391 |
| 2026-05-30 | 5.7668 |
| 2026-06-30 | 5.6851 |
| 2026-07-30 | 5.6236 |
| 2026-08-29 | 5.6130 |
High
5.7668
Low
4.5618
Average
5.2307
Get this rate via the API
One GET request returns the CHF/RON 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=RON"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=RON");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=RON").json()Replace YOUR_API_KEY with the key from your dashboard.
CHF/RON API questions
How do I get the CHF/RON exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=RON, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest CHF/RON rate in rates.RON.
How far back does CHF/RON historical data go?
Daily CHF/RON rates are available from 2005-07-01. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.
Is there a free CHF/RON 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.