INR to MNT exchange rate API
Indian Rupee to Tugrik · quoted 2026-09-24
37.3908
▼ +7.81% over 1Y
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 year, INR/MNT traded between 0.007094 and 40.8387, averaged 36.4187 and fell 7.81%. 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 1Y: show the values
| Point | INR/MNT |
|---|---|
| 2025-09-24 | 40.5594 |
| 2025-10-01 | 40.5164 |
| 2025-10-08 | 40.5242 |
| 2025-10-15 | 40.8387 |
| 2025-10-22 | 40.6456 |
| 2025-10-29 | 0.0071 |
| 2025-11-05 | 0.0093 |
| 2025-11-12 | 0.0091 |
| 2025-11-19 | 40.3525 |
| 2025-11-26 | 39.9386 |
| 2025-12-03 | 39.3778 |
| 2025-12-11 | 39.2866 |
| 2025-12-18 | 39.3104 |
| 2025-12-25 | 39.5979 |
| 2026-01-01 | 39.6116 |
| 2026-01-08 | 39.4363 |
| 2026-01-15 | 39.4671 |
| 2026-01-22 | 38.9254 |
| 2026-01-29 | 38.8263 |
| 2026-02-05 | 39.5129 |
| 2026-02-12 | 39.3889 |
| 2026-02-19 | 39.1423 |
| 2026-02-26 | 39.2665 |
| 2026-03-05 | 39.1107 |
| 2026-03-12 | 38.6967 |
| 2026-03-19 | 38.2775 |
| 2026-03-26 | 38.0813 |
| 2026-04-02 | 38.3745 |
| 2026-04-09 | 38.5844 |
| 2026-04-16 | 38.3553 |
| 2026-04-23 | 38.0311 |
| 2026-04-30 | 37.7062 |
| 2026-05-07 | 37.9784 |
| 2026-05-15 | 37.3047 |
| 2026-05-23 | 37.4114 |
| 2026-05-30 | 37.6726 |
| 2026-06-06 | 37.6477 |
| 2026-06-15 | 37.7812 |
| 2026-06-22 | 37.7862 |
| 2026-06-29 | 37.9028 |
| 2026-07-06 | 37.5681 |
| 2026-07-13 | 37.5066 |
| 2026-07-20 | 37.1971 |
| 2026-07-27 | 37.4792 |
| 2026-08-03 | 37.7331 |
| 2026-08-10 | 37.7465 |
| 2026-08-17 | 37.6329 |
| 2026-08-25 | 37.7241 |
| 2026-09-01 | 37.8911 |
| 2026-09-08 | 37.9438 |
| 2026-09-15 | 37.4807 |
| 2026-09-22 | 37.6432 |
High
40.8387
Low
0.007094
Average
36.4187
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.