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: show the values
| Point | INR/MNT |
|---|---|
| 2025-12-31 | 39.6161 |
| 2026-01-07 | 39.6360 |
| 2026-01-14 | 39.4613 |
| 2026-01-21 | 38.9156 |
| 2026-01-28 | 38.8174 |
| 2026-02-04 | 39.4678 |
| 2026-02-11 | 39.2412 |
| 2026-02-18 | 39.3623 |
| 2026-02-25 | 39.2602 |
| 2026-03-04 | 38.7702 |
| 2026-03-11 | 38.7715 |
| 2026-03-18 | 38.4198 |
| 2026-03-25 | 38.0003 |
| 2026-04-01 | 38.2447 |
| 2026-04-08 | 38.7535 |
| 2026-04-15 | 38.2669 |
| 2026-04-22 | 38.1341 |
| 2026-04-29 | 37.9162 |
| 2026-05-06 | 37.8227 |
| 2026-05-14 | 37.3665 |
| 2026-05-21 | 37.1946 |
| 2026-05-29 | 37.6725 |
| 2026-06-05 | 37.6928 |
| 2026-06-14 | 37.5059 |
| 2026-06-21 | 37.8265 |
| 2026-06-28 | 37.7977 |
| 2026-07-05 | 37.5271 |
| 2026-07-12 | 37.4930 |
| 2026-07-19 | 37.1418 |
| 2026-07-26 | 37.1384 |
| 2026-08-02 | 37.5979 |
| 2026-08-09 | 37.6701 |
| 2026-08-16 | 37.6000 |
| 2026-08-24 | 37.5723 |
| 2026-08-31 | 37.7887 |
| 2026-09-07 | 38.0868 |
| 2026-09-14 | 37.6578 |
| 2026-09-21 | 37.5723 |
High
39.6360
Low
37.1384
Average
38.1582
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.