Skip to content

INR to MNT exchange rate API

Indian Rupee to Tugrik · quoted 2026-09-24

37.3908

▼ +0.88% over 30D

1 INR = 37.3908 MNT · 1 MNT = 0.02674 INR · Get this rate via the API

1 INR buys 37.3908 MNT as of 2026-09-24, so 1 MNT buys 0.02674 INR. Over the last 30 days, INR/MNT traded between 37.3908 and 38.0903, averaged 37.7023 and fell 0.88%. 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 30D

INR/MNT over 30D: show the values
PointINR/MNT
2026-08-2537.7241
2026-08-2637.7101
2026-08-2737.6597
2026-08-2837.7465
2026-08-2937.6638
2026-08-3037.6151
2026-08-3137.7887
2026-09-0137.8911
2026-09-0237.8805
2026-09-0338.0566
2026-09-0438.0903
2026-09-0538.0624
2026-09-0638.0080
2026-09-0738.0868
2026-09-0837.9438
2026-09-0937.8291
2026-09-1037.6741
2026-09-1137.6587
2026-09-1237.6317
2026-09-1337.5610
2026-09-1437.6578
2026-09-1537.4807
2026-09-1637.5041
2026-09-1737.4982
2026-09-1837.5413
2026-09-1937.4823
2026-09-2037.4262
2026-09-2137.5723
2026-09-2237.6432
2026-09-2337.5773
2026-09-2437.4160

High

38.0903

Low

37.3908

Average

37.7023

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.