MYR to MNT exchange rate API
Malaysian Ringgit to Tugrik · quoted 2026-09-26
882.8395
▲ +3.64% over 1Y
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 year, MYR/MNT traded between 0.16523 and 916.7938, averaged 835.0902 and rose 3.64%. 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 1Y: show the values
| Point | MYR/MNT |
|---|---|
| 2025-09-26 | 851.8493 |
| 2025-10-03 | 854.7713 |
| 2025-10-10 | 850.9652 |
| 2025-10-17 | 851.0198 |
| 2025-10-24 | 851.5047 |
| 2025-10-31 | 0.1652 |
| 2025-11-07 | 0.1967 |
| 2025-11-14 | 0.2001 |
| 2025-11-21 | 859.4854 |
| 2025-11-28 | 862.7257 |
| 2025-12-05 | 862.7524 |
| 2025-12-13 | 865.3401 |
| 2025-12-20 | 871.0929 |
| 2025-12-27 | 878.7848 |
| 2026-01-03 | 877.6417 |
| 2026-01-10 | 869.5131 |
| 2026-01-17 | 878.5336 |
| 2026-01-24 | 889.6665 |
| 2026-01-31 | 904.9796 |
| 2026-02-07 | 904.3861 |
| 2026-02-14 | 913.7817 |
| 2026-02-21 | 914.7649 |
| 2026-02-28 | 916.7938 |
| 2026-03-07 | 904.8683 |
| 2026-03-14 | 905.9972 |
| 2026-03-21 | 905.4826 |
| 2026-03-28 | 912.3226 |
| 2026-04-04 | 886.5123 |
| 2026-04-11 | 906.7594 |
| 2026-04-18 | 904.6338 |
| 2026-04-25 | 903.0018 |
| 2026-05-02 | 901.7706 |
| 2026-05-09 | 912.7435 |
| 2026-05-17 | 903.0375 |
| 2026-05-25 | 905.6745 |
| 2026-06-01 | 902.2742 |
| 2026-06-10 | 879.4729 |
| 2026-06-17 | 879.8206 |
| 2026-06-24 | 866.2863 |
| 2026-07-01 | 875.0890 |
| 2026-07-08 | 879.0655 |
| 2026-07-15 | 879.7062 |
| 2026-07-22 | 878.2939 |
| 2026-07-29 | 879.3894 |
| 2026-08-05 | 878.7555 |
| 2026-08-12 | 880.6129 |
| 2026-08-20 | 889.5684 |
| 2026-08-27 | 892.1578 |
| 2026-09-03 | 889.7610 |
| 2026-09-10 | 884.4304 |
| 2026-09-17 | 877.6559 |
| 2026-09-24 | 880.8848 |
High
916.7938
Low
0.16523
Average
835.0902
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.