Skip to content

INR to MNT exchange rate API

Indian Rupee to Tugrik · quoted 2026-09-24

37.3875

▼ +7.82% over 1Y

1 INR = 37.3875 MNT · 1 MNT = 0.02675 INR · Get this rate via the API

1 INR buys 37.3875 MNT as of 2026-09-24, so 1 MNT buys 0.02675 INR. Over the last year, INR/MNT traded between 0.007094 and 40.8387, averaged 36.4186 and fell 7.82%. The API holds daily INR/MNT rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

INR/MNT over 1Y

INR/MNT over 1Y: show the values
PointINR/MNT
2025-09-2440.5594
2025-10-0140.5164
2025-10-0840.5242
2025-10-1540.8387
2025-10-2240.6456
2025-10-290.0071
2025-11-050.0093
2025-11-120.0091
2025-11-1940.3525
2025-11-2639.9386
2025-12-0339.3778
2025-12-1139.2866
2025-12-1839.3104
2025-12-2539.5979
2026-01-0139.6116
2026-01-0839.4363
2026-01-1539.4671
2026-01-2238.9254
2026-01-2938.8263
2026-02-0539.5129
2026-02-1239.3889
2026-02-1939.1423
2026-02-2639.2665
2026-03-0539.1107
2026-03-1238.6967
2026-03-1938.2775
2026-03-2638.0813
2026-04-0238.3745
2026-04-0938.5844
2026-04-1638.3553
2026-04-2338.0311
2026-04-3037.7062
2026-05-0737.9784
2026-05-1537.3047
2026-05-2337.4114
2026-05-3037.6726
2026-06-0637.6477
2026-06-1537.7812
2026-06-2237.7862
2026-06-2937.9028
2026-07-0637.5681
2026-07-1337.5066
2026-07-2037.1971
2026-07-2737.4792
2026-08-0337.7331
2026-08-1037.7465
2026-08-1737.6329
2026-08-2537.7241
2026-09-0137.8911
2026-09-0837.9438
2026-09-1537.4807
2026-09-2237.6432

High

40.8387

Low

0.007094

Average

36.4186

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

INR/MNT API questions

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

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

How far back does INR/MNT historical data go?

Daily INR/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 INR/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.