Skip to content

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

MNT/RUB over 1Y: show the values
PointMNT/RUB
2025-09-270.02326
2025-10-040.02286
2025-10-110.02260
2025-10-180.02253
2025-10-25130.86361
2025-11-01116.13983
2025-11-08102.35248
2025-11-1596.64080
2025-11-220.02216
2025-11-290.02170
2025-12-060.02157
2025-12-140.02254
2025-12-210.02269
2025-12-280.02192
2026-01-040.02257
2026-01-110.02221
2026-01-180.02186
2026-01-250.02122
2026-02-010.02130
2026-02-080.02160
2026-02-150.02151
2026-02-220.02152
2026-03-010.02167
2026-03-080.02216
2026-03-150.02246
2026-03-220.02337
2026-03-290.02282
2026-04-050.02239
2026-04-120.02154
2026-04-190.02132
2026-04-260.02095
2026-05-030.02095
2026-05-100.02073
2026-05-180.02034
2026-05-260.02001
2026-06-020.02011
2026-06-110.02018
2026-06-180.02039
2026-06-250.02092
2026-07-020.02163
2026-07-090.02142
2026-07-160.02160
2026-07-230.02186
2026-07-300.02224
2026-08-060.02251
2026-08-130.02305
2026-08-210.02300
2026-08-280.02374
2026-09-040.02408
2026-09-110.02333
2026-09-180.02348
2026-09-250.02363

High

130.8636

Low

0.02001

Average

8.4354

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MNT&currencies=RUB"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MNT&currencies=RUB");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MNT&currencies=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&currencies=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.