Skip to content

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

RON/CHF over 5Y: show the values
PointRON/CHF
2021-09-270.21921
2021-11-080.21400
2021-12-200.21032
2022-01-310.21029
2022-03-140.20709
2022-04-270.20673
2022-06-080.21205
2022-07-200.20034
2022-08-310.20158
2022-10-120.19563
2022-11-230.19840
2023-01-050.19984
2023-02-160.20145
2023-03-300.20134
2023-05-160.19669
2023-06-270.19732
2023-08-080.19395
2023-09-190.19306
2023-10-310.19346
2023-12-120.18988
2024-01-260.18881
2024-03-080.19294
2024-04-230.19541
2024-06-050.19503
2024-07-170.19513
2024-08-270.18967
2024-10-070.18860
2024-11-060.18828
2024-12-060.18652
2025-01-050.18829
2025-02-040.18879
2025-03-060.19224
2025-04-050.18949
2025-05-050.18753
2025-06-040.18543
2025-07-040.18478
2025-08-030.18369
2025-09-020.18468
2025-10-020.18398
2025-11-010.18264
2025-12-010.18317
2025-12-310.18274
2026-01-300.17968
2026-03-010.17806
2026-03-310.18031
2026-04-300.17733
2026-05-300.17341
2026-06-300.17590
2026-07-300.17782
2026-08-290.17816

High

0.21921

Low

0.17341

Average

0.19176

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RON&currencies=CHF"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RON&currencies=CHF");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RON&currencies=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&currencies=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.