Skip to content

INR to MNT exchange rate API

Indian Rupee to Tugrik · quoted 2026-09-24

37.3908

▼ +5.62% over YTD

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 year to date, INR/MNT traded between 37.1384 and 39.6360, averaged 38.1582 and fell 5.62%. 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 YTD

INR/MNT over YTD: show the values
PointINR/MNT
2025-12-3139.6161
2026-01-0739.6360
2026-01-1439.4613
2026-01-2138.9156
2026-01-2838.8174
2026-02-0439.4678
2026-02-1139.2412
2026-02-1839.3623
2026-02-2539.2602
2026-03-0438.7702
2026-03-1138.7715
2026-03-1838.4198
2026-03-2538.0003
2026-04-0138.2447
2026-04-0838.7535
2026-04-1538.2669
2026-04-2238.1341
2026-04-2937.9162
2026-05-0637.8227
2026-05-1437.3665
2026-05-2137.1946
2026-05-2937.6725
2026-06-0537.6928
2026-06-1437.5059
2026-06-2137.8265
2026-06-2837.7977
2026-07-0537.5271
2026-07-1237.4930
2026-07-1937.1418
2026-07-2637.1384
2026-08-0237.5979
2026-08-0937.6701
2026-08-1637.6000
2026-08-2437.5723
2026-08-3137.7887
2026-09-0738.0868
2026-09-1437.6578
2026-09-2137.5723

High

39.6360

Low

37.1384

Average

38.1582

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.