Skip to content

CHF to RON exchange rate API

Swiss Franc to New Romanian Leu · quoted 2026-09-24

5.6003

▲ +2.99% over 1Y

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 year, CHF/RON traded between 5.4267 and 5.7390, averaged 5.5672 and rose 2.99%. 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 1Y

CHF/RON over 1Y: show the values
PointCHF/RON
2025-09-245.4375
2025-10-015.4267
2025-10-085.4764
2025-10-155.4691
2025-10-225.5083
2025-10-295.4797
2025-11-055.4640
2025-11-125.4959
2025-11-195.4803
2025-11-265.4495
2025-12-035.4538
2025-12-105.4377
2025-12-175.4566
2025-12-245.4824
2025-12-315.4722
2026-01-075.4692
2026-01-145.4534
2026-01-215.4971
2026-01-285.5469
2026-02-045.5573
2026-02-115.5623
2026-02-185.5819
2026-02-255.5795
2026-03-045.6072
2026-03-115.6369
2026-03-185.6142
2026-03-255.5662
2026-04-015.5465
2026-04-085.5245
2026-04-155.5218
2026-04-225.5523
2026-04-295.5198
2026-05-065.7390
2026-05-135.6866
2026-05-205.7101
2026-05-275.7226
2026-06-035.7354
2026-06-115.6820
2026-06-185.6838
2026-06-255.6726
2026-07-025.6871
2026-07-095.6751
2026-07-165.6659
2026-07-235.6321
2026-07-305.6236
2026-08-065.6220
2026-08-135.5952
2026-08-205.6268
2026-08-275.6084
2026-09-035.5947
2026-09-105.5688
2026-09-175.5593
2026-09-245.6094

High

5.7390

Low

5.4267

Average

5.5672

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.