Skip to content

RON to MNT exchange rate API

New Romanian Leu to Tugrik · quoted 2026-09-26

777.1307

▼ +5.98% over 1Y

1 RON = 777.1307 MNT · 1 MNT = 0.001287 RON · Get this rate via the API

1 RON buys 777.1307 MNT as of 2026-09-26, so 1 MNT buys 0.001287 RON. Over the last year, RON/MNT traded between 0.15721 and 832.1289, averaged 760.7372 and fell 5.98%. The API holds daily RON/MNT rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

RON/MNT over 1Y

RON/MNT over 1Y: show the values
PointRON/MNT
2025-09-26826.5365
2025-10-03829.1301
2025-10-10816.6613
2025-10-17825.5497
2025-10-24821.4038
2025-10-310.1572
2025-11-070.1868
2025-11-140.1895
2025-11-21807.1355
2025-11-28809.9715
2025-12-05810.9986
2025-12-13817.7191
2025-12-20818.5254
2025-12-27822.3523
2026-01-03819.7373
2026-01-10813.5790
2026-01-17812.3049
2026-01-24826.2552
2026-01-31829.6588
2026-02-07827.9691
2026-02-14832.1289
2026-02-21825.2241
2026-02-28827.0945
2026-03-07814.5058
2026-03-14799.7891
2026-03-21810.5428
2026-03-28808.6160
2026-04-04807.3952
2026-04-11827.9791
2026-04-18825.6894
2026-04-25824.8896
2026-05-02805.9896
2026-05-09808.5534
2026-05-17806.5379
2026-05-25794.6127
2026-06-01793.1205
2026-06-10788.6724
2026-06-17792.9148
2026-06-24776.1133
2026-07-01778.7518
2026-07-08780.5372
2026-07-15780.6222
2026-07-22781.7788
2026-07-29781.7299
2026-08-05792.0339
2026-08-12792.6238
2026-08-20800.1797
2026-08-27796.8069
2026-09-03795.0501
2026-09-10795.1876
2026-09-17784.8771
2026-09-24775.3703

High

832.1289

Low

0.15721

Average

760.7372

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

RON/MNT API questions

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

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

How far back does RON/MNT historical data go?

Daily RON/MNT 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/MNT 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.