MXN to INR exchange rate API
Mexican Peso to Indian Rupee · quoted 2026-09-24
5.4876
▲ +49.28% over 5Y
1 MXN = 5.4876 INR · 1 INR = 0.18223 MXN · Get this rate via the API
1 MXN buys 5.4876 INR as of 2026-09-24, so 1 INR buys 0.18223 MXN. Over the last 5 years, MXN/INR traded between 3.5956 and 5.6557, averaged 4.5851 and rose 49.28%. The API holds daily MXN/INR rates from 2009-01-02 — 17 years of history — so any past day, or a whole series, is one request away.
MXN/INR over 5Y: show the values
| Point | MXN/INR |
|---|---|
| 2021-09-27 | 3.6760 |
| 2021-11-08 | 3.6324 |
| 2021-12-20 | 3.6476 |
| 2022-01-31 | 3.5956 |
| 2022-03-14 | 3.6762 |
| 2022-04-27 | 3.7488 |
| 2022-06-08 | 3.9635 |
| 2022-07-20 | 3.9049 |
| 2022-08-31 | 3.9371 |
| 2022-10-12 | 4.1073 |
| 2022-11-23 | 4.2231 |
| 2023-01-05 | 4.2585 |
| 2023-02-16 | 4.4514 |
| 2023-03-30 | 4.5395 |
| 2023-05-16 | 4.7131 |
| 2023-06-27 | 4.7995 |
| 2023-08-08 | 4.8179 |
| 2023-09-19 | 4.8710 |
| 2023-10-31 | 4.6160 |
| 2023-12-12 | 4.8062 |
| 2024-01-26 | 4.8434 |
| 2024-03-08 | 4.9075 |
| 2024-04-23 | 4.8676 |
| 2024-06-05 | 4.7264 |
| 2024-07-17 | 4.7002 |
| 2024-08-27 | 4.3194 |
| 2024-10-01 | 4.2903 |
| 2024-10-31 | 4.1953 |
| 2024-11-30 | 4.1516 |
| 2024-12-30 | 4.1940 |
| 2025-01-29 | 4.2261 |
| 2025-02-28 | 4.2872 |
| 2025-03-30 | 4.1967 |
| 2025-04-29 | 4.3428 |
| 2025-05-29 | 4.4055 |
| 2025-06-28 | 4.5434 |
| 2025-07-28 | 4.6531 |
| 2025-08-27 | 4.6857 |
| 2025-09-26 | 4.7994 |
| 2025-10-26 | 4.7780 |
| 2025-11-25 | 4.8354 |
| 2025-12-25 | 5.0103 |
| 2026-01-24 | 5.2770 |
| 2026-02-23 | 5.2857 |
| 2026-03-25 | 5.2881 |
| 2026-04-24 | 5.4206 |
| 2026-05-24 | 5.5405 |
| 2026-06-23 | 5.4180 |
| 2026-07-23 | 5.5316 |
| 2026-08-22 | 5.6557 |
| 2026-09-21 | 5.5736 |
High
5.6557
Low
3.5956
Average
4.5851
Get this rate via the API
One GET request returns the MXN/INR 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=MXN¤cies=INR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MXN¤cies=INR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MXN¤cies=INR").json()Replace YOUR_API_KEY with the key from your dashboard.
MXN/INR API questions
How do I get the MXN/INR exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MXN¤cies=INR, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest MXN/INR rate in rates.INR.
How far back does MXN/INR historical data go?
Daily MXN/INR rates are available from 2009-01-02. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.
Is there a free MXN/INR 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.