Skip to content

RON to KMF exchange rate API

New Romanian Leu to Comoro Franc · quoted 2026-09-25

93.2359

▼ +3.76% over 1Y

1 RON = 93.2359 KMF · 1 KMF = 0.01073 RON · Get this rate via the API

1 RON buys 93.2359 KMF as of 2026-09-25, so 1 KMF buys 0.01073 RON. Over the last year, RON/KMF traded between 93.0775 and 97.0728, averaged 95.4708 and fell 3.76%. The API holds daily RON/KMF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

RON/KMF over 1Y

RON/KMF over 1Y: show the values
PointRON/KMF
2025-09-2596.8800
2025-10-0296.9394
2025-10-0996.3315
2025-10-1696.4940
2025-10-2396.7237
2025-10-3096.2025
2025-11-0696.9560
2025-11-1397.0222
2025-11-2096.5880
2025-11-2796.4217
2025-12-0496.6289
2025-12-1296.6311
2025-12-1996.5366
2025-12-2696.6294
2026-01-0296.3151
2026-01-0996.5899
2026-01-1696.7078
2026-01-2396.5255
2026-01-3096.6278
2026-02-0696.6458
2026-02-1396.5037
2026-02-2096.5948
2026-02-2796.6061
2026-03-0696.0703
2026-03-1396.2094
2026-03-2096.4492
2026-03-2796.2993
2026-04-0396.5215
2026-04-1096.8345
2026-04-1796.9415
2026-04-2497.0728
2026-05-0194.7546
2026-05-0894.3402
2026-05-1695.5210
2026-05-2493.7903
2026-05-3193.6483
2026-06-0994.2074
2026-06-1694.1297
2026-06-2393.4492
2026-06-3093.7754
2026-07-0793.9683
2026-07-1493.8388
2026-07-2194.0101
2026-07-2893.9361
2026-08-0493.7303
2026-08-1193.8396
2026-08-1893.7954
2026-08-2693.5805
2026-09-0293.5968
2026-09-0993.7939
2026-09-1693.4336
2026-09-2393.0775

High

97.0728

Low

93.0775

Average

95.4708

For developers

Get this rate via the API

One GET request returns the RON/KMF 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=KMF"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RON&currencies=KMF");
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=KMF").json()

Replace YOUR_API_KEY with the key from your dashboard.

RON/KMF API questions

How do I get the RON/KMF exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RON&currencies=KMF, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest RON/KMF rate in rates.KMF.

How far back does RON/KMF historical data go?

Daily RON/KMF rates are available from 2024-08-24. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.

Is there a free RON/KMF 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.