Skip to content

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

MYR/MNT over 1Y: show the values
PointMYR/MNT
2025-09-26851.8493
2025-10-03854.7713
2025-10-10850.9652
2025-10-17851.0198
2025-10-24851.5047
2025-10-310.1652
2025-11-070.1967
2025-11-140.2001
2025-11-21859.4854
2025-11-28862.7257
2025-12-05862.7524
2025-12-13865.3401
2025-12-20871.0929
2025-12-27878.7848
2026-01-03877.6417
2026-01-10869.5131
2026-01-17878.5336
2026-01-24889.6665
2026-01-31904.9796
2026-02-07904.3861
2026-02-14913.7817
2026-02-21914.7649
2026-02-28916.7938
2026-03-07904.8683
2026-03-14905.9972
2026-03-21905.4826
2026-03-28912.3226
2026-04-04886.5123
2026-04-11906.7594
2026-04-18904.6338
2026-04-25903.0018
2026-05-02901.7706
2026-05-09912.7435
2026-05-17903.0375
2026-05-25905.6745
2026-06-01902.2742
2026-06-10879.4729
2026-06-17879.8206
2026-06-24866.2863
2026-07-01875.0890
2026-07-08879.0655
2026-07-15879.7062
2026-07-22878.2939
2026-07-29879.3894
2026-08-05878.7555
2026-08-12880.6129
2026-08-20889.5684
2026-08-27892.1578
2026-09-03889.7610
2026-09-10884.4304
2026-09-17877.6559
2026-09-24880.8848

High

916.7938

Low

0.16523

Average

835.0902

For developers

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

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