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: show the values
| Point | RON/MNT |
|---|---|
| 2025-09-26 | 826.5365 |
| 2025-10-03 | 829.1301 |
| 2025-10-10 | 816.6613 |
| 2025-10-17 | 825.5497 |
| 2025-10-24 | 821.4038 |
| 2025-10-31 | 0.1572 |
| 2025-11-07 | 0.1868 |
| 2025-11-14 | 0.1895 |
| 2025-11-21 | 807.1355 |
| 2025-11-28 | 809.9715 |
| 2025-12-05 | 810.9986 |
| 2025-12-13 | 817.7191 |
| 2025-12-20 | 818.5254 |
| 2025-12-27 | 822.3523 |
| 2026-01-03 | 819.7373 |
| 2026-01-10 | 813.5790 |
| 2026-01-17 | 812.3049 |
| 2026-01-24 | 826.2552 |
| 2026-01-31 | 829.6588 |
| 2026-02-07 | 827.9691 |
| 2026-02-14 | 832.1289 |
| 2026-02-21 | 825.2241 |
| 2026-02-28 | 827.0945 |
| 2026-03-07 | 814.5058 |
| 2026-03-14 | 799.7891 |
| 2026-03-21 | 810.5428 |
| 2026-03-28 | 808.6160 |
| 2026-04-04 | 807.3952 |
| 2026-04-11 | 827.9791 |
| 2026-04-18 | 825.6894 |
| 2026-04-25 | 824.8896 |
| 2026-05-02 | 805.9896 |
| 2026-05-09 | 808.5534 |
| 2026-05-17 | 806.5379 |
| 2026-05-25 | 794.6127 |
| 2026-06-01 | 793.1205 |
| 2026-06-10 | 788.6724 |
| 2026-06-17 | 792.9148 |
| 2026-06-24 | 776.1133 |
| 2026-07-01 | 778.7518 |
| 2026-07-08 | 780.5372 |
| 2026-07-15 | 780.6222 |
| 2026-07-22 | 781.7788 |
| 2026-07-29 | 781.7299 |
| 2026-08-05 | 792.0339 |
| 2026-08-12 | 792.6238 |
| 2026-08-20 | 800.1797 |
| 2026-08-27 | 796.8069 |
| 2026-09-03 | 795.0501 |
| 2026-09-10 | 795.1876 |
| 2026-09-17 | 784.8771 |
| 2026-09-24 | 775.3703 |
High
832.1289
Low
0.15721
Average
760.7372
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RON¤cies=MNT"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RON¤cies=MNT");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RON¤cies=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¤cies=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.