Skip to content

MNT to MYR exchange rate API

Tugrik to Malaysian Ringgit · quoted 2026-09-26

0.001132

▼ +3.50% over 1Y

1 MNT = 0.001132 MYR · 1 MYR = 883.3922 MNT · Get this rate via the API

1 MNT buys 0.001132 MYR as of 2026-09-26, so 1 MYR buys 883.3922 MNT. Over the last year, MNT/MYR traded between 0.001090 and 6.0521, averaged 0.30542 and fell 3.50%. The API holds daily MNT/MYR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

MNT/MYR over 1Y

MNT/MYR over 1Y: show the values
PointMNT/MYR
2025-09-260.001173
2025-10-030.001169
2025-10-100.001175
2025-10-170.001175
2025-10-240.001174
2025-10-316.052082
2025-11-075.082659
2025-11-144.996250
2025-11-210.001163
2025-11-280.001159
2025-12-050.001159
2025-12-130.001155
2025-12-200.001147
2025-12-270.001137
2026-01-030.001139
2026-01-100.001150
2026-01-170.001138
2026-01-240.001124
2026-01-310.001104
2026-02-070.001105
2026-02-140.001094
2026-02-210.001093
2026-02-280.001090
2026-03-070.001105
2026-03-140.001103
2026-03-210.001104
2026-03-280.001096
2026-04-040.001128
2026-04-110.001102
2026-04-180.001105
2026-04-250.001107
2026-05-020.001108
2026-05-090.001095
2026-05-170.001107
2026-05-250.001104
2026-06-010.001108
2026-06-100.001137
2026-06-170.001136
2026-06-240.001154
2026-07-010.001142
2026-07-080.001137
2026-07-150.001136
2026-07-220.001138
2026-07-290.001137
2026-08-050.001137
2026-08-120.001135
2026-08-200.001124
2026-08-270.001120
2026-09-030.001123
2026-09-100.001130
2026-09-170.001139
2026-09-240.001135

High

6.0521

Low

0.001090

Average

0.30542

For developers

Get this rate via the API

One GET request returns the MNT/MYR 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=MYR"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MNT&currencies=MYR");
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=MYR").json()

Replace YOUR_API_KEY with the key from your dashboard.

MNT/MYR API questions

How do I get the MNT/MYR exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MNT&currencies=MYR, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest MNT/MYR rate in rates.MYR.

How far back does MNT/MYR historical data go?

Daily MNT/MYR 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/MYR 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.