MNT to RUB exchange rate API
Tugrik to Russian Ruble · quoted 2026-09-27
0.02345
▲ +0.84% over 1Y
1 MNT = 0.02345 RUB · 1 RUB = 42.6385 MNT · Get this rate via the API
1 MNT buys 0.02345 RUB as of 2026-09-27, so 1 RUB buys 42.6385 MNT. Over the last year, MNT/RUB traded between 0.02001 and 130.8636, averaged 8.4354 and rose 0.84%. The API holds daily MNT/RUB rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
MNT/RUB over 1Y: show the values
| Point | MNT/RUB |
|---|---|
| 2025-09-27 | 0.02326 |
| 2025-10-04 | 0.02286 |
| 2025-10-11 | 0.02260 |
| 2025-10-18 | 0.02253 |
| 2025-10-25 | 130.86361 |
| 2025-11-01 | 116.13983 |
| 2025-11-08 | 102.35248 |
| 2025-11-15 | 96.64080 |
| 2025-11-22 | 0.02216 |
| 2025-11-29 | 0.02170 |
| 2025-12-06 | 0.02157 |
| 2025-12-14 | 0.02254 |
| 2025-12-21 | 0.02269 |
| 2025-12-28 | 0.02192 |
| 2026-01-04 | 0.02257 |
| 2026-01-11 | 0.02221 |
| 2026-01-18 | 0.02186 |
| 2026-01-25 | 0.02122 |
| 2026-02-01 | 0.02130 |
| 2026-02-08 | 0.02160 |
| 2026-02-15 | 0.02151 |
| 2026-02-22 | 0.02152 |
| 2026-03-01 | 0.02167 |
| 2026-03-08 | 0.02216 |
| 2026-03-15 | 0.02246 |
| 2026-03-22 | 0.02337 |
| 2026-03-29 | 0.02282 |
| 2026-04-05 | 0.02239 |
| 2026-04-12 | 0.02154 |
| 2026-04-19 | 0.02132 |
| 2026-04-26 | 0.02095 |
| 2026-05-03 | 0.02095 |
| 2026-05-10 | 0.02073 |
| 2026-05-18 | 0.02034 |
| 2026-05-26 | 0.02001 |
| 2026-06-02 | 0.02011 |
| 2026-06-11 | 0.02018 |
| 2026-06-18 | 0.02039 |
| 2026-06-25 | 0.02092 |
| 2026-07-02 | 0.02163 |
| 2026-07-09 | 0.02142 |
| 2026-07-16 | 0.02160 |
| 2026-07-23 | 0.02186 |
| 2026-07-30 | 0.02224 |
| 2026-08-06 | 0.02251 |
| 2026-08-13 | 0.02305 |
| 2026-08-21 | 0.02300 |
| 2026-08-28 | 0.02374 |
| 2026-09-04 | 0.02408 |
| 2026-09-11 | 0.02333 |
| 2026-09-18 | 0.02348 |
| 2026-09-25 | 0.02363 |
High
130.8636
Low
0.02001
Average
8.4354
Get this rate via the API
One GET request returns the MNT/RUB 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=MNT¤cies=RUB"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MNT¤cies=RUB");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MNT¤cies=RUB").json()Replace YOUR_API_KEY with the key from your dashboard.
MNT/RUB API questions
How do I get the MNT/RUB exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MNT¤cies=RUB, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest MNT/RUB rate in rates.RUB.
How far back does MNT/RUB historical data go?
Daily MNT/RUB 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 MNT/RUB 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.