Skip to content

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

CHF/RON over 5Y: show the values
PointCHF/RON
2021-09-274.5618
2021-11-084.6729
2021-12-204.7546
2022-01-314.7554
2022-03-144.8288
2022-04-274.8372
2022-06-084.7158
2022-07-204.9915
2022-08-314.9607
2022-10-125.1118
2022-11-235.0403
2023-01-055.0041
2023-02-164.9639
2023-03-304.9667
2023-05-165.0841
2023-06-275.0679
2023-08-085.1560
2023-09-195.1796
2023-10-315.1690
2023-12-125.2665
2024-01-265.2964
2024-03-085.1828
2024-04-235.1173
2024-06-055.1273
2024-07-175.1248
2024-08-275.2724
2024-10-075.3023
2024-11-065.3112
2024-12-065.3613
2025-01-055.3111
2025-02-045.2968
2025-03-065.2017
2025-04-055.2773
2025-05-055.3326
2025-06-045.3927
2025-07-045.4118
2025-08-035.4439
2025-09-025.4148
2025-10-025.4353
2025-11-015.4753
2025-12-015.4594
2025-12-315.4722
2026-01-305.5656
2026-03-015.6161
2026-03-315.5461
2026-04-305.6391
2026-05-305.7668
2026-06-305.6851
2026-07-305.6236
2026-08-295.6130

High

5.7668

Low

4.5618

Average

5.2307

For developers

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

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