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: show the values
| Point | INR/MNT |
|---|---|
| 2026-08-25 | 37.7241 |
| 2026-08-26 | 37.7101 |
| 2026-08-27 | 37.6597 |
| 2026-08-28 | 37.7465 |
| 2026-08-29 | 37.6638 |
| 2026-08-30 | 37.6151 |
| 2026-08-31 | 37.7887 |
| 2026-09-01 | 37.8911 |
| 2026-09-02 | 37.8805 |
| 2026-09-03 | 38.0566 |
| 2026-09-04 | 38.0903 |
| 2026-09-05 | 38.0624 |
| 2026-09-06 | 38.0080 |
| 2026-09-07 | 38.0868 |
| 2026-09-08 | 37.9438 |
| 2026-09-09 | 37.8291 |
| 2026-09-10 | 37.6741 |
| 2026-09-11 | 37.6587 |
| 2026-09-12 | 37.6317 |
| 2026-09-13 | 37.5610 |
| 2026-09-14 | 37.6578 |
| 2026-09-15 | 37.4807 |
| 2026-09-16 | 37.5041 |
| 2026-09-17 | 37.4982 |
| 2026-09-18 | 37.5413 |
| 2026-09-19 | 37.4823 |
| 2026-09-20 | 37.4262 |
| 2026-09-21 | 37.5723 |
| 2026-09-22 | 37.6432 |
| 2026-09-23 | 37.5773 |
| 2026-09-24 | 37.4160 |
High
38.0903
Low
37.3908
Average
37.7023
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.