RON to CHF exchange rate API
New Romanian Leu to Swiss Franc · quoted 2026-09-24
0.17854
▼ +18.56% over 5Y
1 RON = 0.17854 CHF · 1 CHF = 5.6011 RON · Get this rate via the API
1 RON buys 0.17854 CHF as of 2026-09-24, so 1 CHF buys 5.6011 RON. Over the last 5 years, RON/CHF traded between 0.17341 and 0.21921, averaged 0.19176 and fell 18.56%. The API holds daily RON/CHF rates from 2005-07-01 — 21 years of history — so any past day, or a whole series, is one request away.
RON/CHF over 5Y: show the values
| Point | RON/CHF |
|---|---|
| 2021-09-27 | 0.21921 |
| 2021-11-08 | 0.21400 |
| 2021-12-20 | 0.21032 |
| 2022-01-31 | 0.21029 |
| 2022-03-14 | 0.20709 |
| 2022-04-27 | 0.20673 |
| 2022-06-08 | 0.21205 |
| 2022-07-20 | 0.20034 |
| 2022-08-31 | 0.20158 |
| 2022-10-12 | 0.19563 |
| 2022-11-23 | 0.19840 |
| 2023-01-05 | 0.19984 |
| 2023-02-16 | 0.20145 |
| 2023-03-30 | 0.20134 |
| 2023-05-16 | 0.19669 |
| 2023-06-27 | 0.19732 |
| 2023-08-08 | 0.19395 |
| 2023-09-19 | 0.19306 |
| 2023-10-31 | 0.19346 |
| 2023-12-12 | 0.18988 |
| 2024-01-26 | 0.18881 |
| 2024-03-08 | 0.19294 |
| 2024-04-23 | 0.19541 |
| 2024-06-05 | 0.19503 |
| 2024-07-17 | 0.19513 |
| 2024-08-27 | 0.18967 |
| 2024-10-07 | 0.18860 |
| 2024-11-06 | 0.18828 |
| 2024-12-06 | 0.18652 |
| 2025-01-05 | 0.18829 |
| 2025-02-04 | 0.18879 |
| 2025-03-06 | 0.19224 |
| 2025-04-05 | 0.18949 |
| 2025-05-05 | 0.18753 |
| 2025-06-04 | 0.18543 |
| 2025-07-04 | 0.18478 |
| 2025-08-03 | 0.18369 |
| 2025-09-02 | 0.18468 |
| 2025-10-02 | 0.18398 |
| 2025-11-01 | 0.18264 |
| 2025-12-01 | 0.18317 |
| 2025-12-31 | 0.18274 |
| 2026-01-30 | 0.17968 |
| 2026-03-01 | 0.17806 |
| 2026-03-31 | 0.18031 |
| 2026-04-30 | 0.17733 |
| 2026-05-30 | 0.17341 |
| 2026-06-30 | 0.17590 |
| 2026-07-30 | 0.17782 |
| 2026-08-29 | 0.17816 |
High
0.21921
Low
0.17341
Average
0.19176
Get this rate via the API
One GET request returns the RON/CHF 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=RON¤cies=CHF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RON¤cies=CHF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RON¤cies=CHF").json()Replace YOUR_API_KEY with the key from your dashboard.
RON/CHF API questions
How do I get the RON/CHF exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RON¤cies=CHF, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest RON/CHF rate in rates.CHF.
How far back does RON/CHF historical data go?
Daily RON/CHF 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 RON/CHF 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.