MYR to MNT exchange rate API
Malaysian Ringgit to Tugrik · quoted 2026-09-26
882.8395
▼ +0.46% over 6M
1 MYR = 882.8395 MNT · 1 MNT = 0.001133 MYR · Get this rate via the API
1 MYR buys 882.8395 MNT as of 2026-09-26, so 1 MNT buys 0.001133 MYR. Over the last 6 months, MYR/MNT traded between 865.0431 and 911.8484, averaged 888.0243 and fell 0.46%. The API holds daily MYR/MNT rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
MYR/MNT over 6M: show the values
| Point | MYR/MNT |
|---|---|
| 2026-03-30 | 886.9062 |
| 2026-04-06 | 883.3951 |
| 2026-04-13 | 899.1189 |
| 2026-04-20 | 904.3783 |
| 2026-04-27 | 905.0287 |
| 2026-05-04 | 905.0996 |
| 2026-05-11 | 911.8484 |
| 2026-05-19 | 899.7977 |
| 2026-05-27 | 902.7785 |
| 2026-06-03 | 896.0918 |
| 2026-06-12 | 881.7472 |
| 2026-06-19 | 865.0431 |
| 2026-06-26 | 877.0439 |
| 2026-07-03 | 880.3041 |
| 2026-07-10 | 880.8462 |
| 2026-07-17 | 875.5381 |
| 2026-07-24 | 878.2998 |
| 2026-07-31 | 880.0957 |
| 2026-08-07 | 879.4458 |
| 2026-08-14 | 880.5212 |
| 2026-08-22 | 891.0443 |
| 2026-08-29 | 892.6836 |
| 2026-09-05 | 888.8015 |
| 2026-09-12 | 883.8825 |
| 2026-09-19 | 881.2375 |
| 2026-09-26 | 882.8395 |
High
911.8484
Low
865.0431
Average
888.0243
Get this rate via the API
One GET request returns the MYR/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=MYR¤cies=MNT"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MYR¤cies=MNT");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MYR¤cies=MNT").json()Replace YOUR_API_KEY with the key from your dashboard.
MYR/MNT API questions
How do I get the MYR/MNT exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MYR¤cies=MNT, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest MYR/MNT rate in rates.MNT.
How far back does MYR/MNT historical data go?
Daily MYR/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 MYR/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.