Skip to content

INR to MNT exchange rate API

Indian Rupee to Tugrik · quoted 2026-09-24

37.3908

▼ +0.92% over 6M

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 6 months, INR/MNT traded between 37.1704 and 38.6154, averaged 37.7359 and fell 0.92%. 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 6M

INR/MNT over 6M: show the values
PointINR/MNT
2026-03-2837.7380
2026-04-0438.5332
2026-04-1138.6154
2026-04-1838.6120
2026-04-2537.9885
2026-05-0237.7311
2026-05-0937.9019
2026-05-1737.2189
2026-05-2537.5862
2026-06-0137.6605
2026-06-1037.5735
2026-06-1737.8604
2026-06-2437.8635
2026-07-0137.6133
2026-07-0837.5047
2026-07-1537.2686
2026-07-2237.1704
2026-07-2937.5993
2026-08-0537.8121
2026-08-1237.7362
2026-08-2037.5868
2026-08-2737.6597
2026-09-0338.0566
2026-09-1037.6741
2026-09-1737.4982
2026-09-2437.4160

High

38.6154

Low

37.1704

Average

37.7359

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.