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: show the values
| Point | INR/MNT |
|---|---|
| 2026-03-28 | 37.7380 |
| 2026-04-04 | 38.5332 |
| 2026-04-11 | 38.6154 |
| 2026-04-18 | 38.6120 |
| 2026-04-25 | 37.9885 |
| 2026-05-02 | 37.7311 |
| 2026-05-09 | 37.9019 |
| 2026-05-17 | 37.2189 |
| 2026-05-25 | 37.5862 |
| 2026-06-01 | 37.6605 |
| 2026-06-10 | 37.5735 |
| 2026-06-17 | 37.8604 |
| 2026-06-24 | 37.8635 |
| 2026-07-01 | 37.6133 |
| 2026-07-08 | 37.5047 |
| 2026-07-15 | 37.2686 |
| 2026-07-22 | 37.1704 |
| 2026-07-29 | 37.5993 |
| 2026-08-05 | 37.8121 |
| 2026-08-12 | 37.7362 |
| 2026-08-20 | 37.5868 |
| 2026-08-27 | 37.6597 |
| 2026-09-03 | 38.0566 |
| 2026-09-10 | 37.6741 |
| 2026-09-17 | 37.4982 |
| 2026-09-24 | 37.4160 |
High
38.6154
Low
37.1704
Average
37.7359
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=INR¤cies=MNT"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=INR¤cies=MNT");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=INR¤cies=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¤cies=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.