Skip to content

MXN to INR exchange rate API

Mexican Peso to Indian Rupee · quoted 2026-09-24

5.4803

▲ +49.08% over 5Y

1 MXN = 5.4803 INR · 1 INR = 0.18247 MXN · Get this rate via the API

1 MXN buys 5.4803 INR as of 2026-09-24, so 1 INR buys 0.18247 MXN. Over the last 5 years, MXN/INR traded between 3.5956 and 5.6557, averaged 4.5849 and rose 49.08%. 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

MXN/INR over 5Y: show the values
PointMXN/INR
2021-09-273.6760
2021-11-083.6324
2021-12-203.6476
2022-01-313.5956
2022-03-143.6762
2022-04-273.7488
2022-06-083.9635
2022-07-203.9049
2022-08-313.9371
2022-10-124.1073
2022-11-234.2231
2023-01-054.2585
2023-02-164.4514
2023-03-304.5395
2023-05-164.7131
2023-06-274.7995
2023-08-084.8179
2023-09-194.8710
2023-10-314.6160
2023-12-124.8062
2024-01-264.8434
2024-03-084.9075
2024-04-234.8676
2024-06-054.7264
2024-07-174.7002
2024-08-274.3194
2024-10-014.2903
2024-10-314.1953
2024-11-304.1516
2024-12-304.1940
2025-01-294.2261
2025-02-284.2872
2025-03-304.1967
2025-04-294.3428
2025-05-294.4055
2025-06-284.5434
2025-07-284.6531
2025-08-274.6857
2025-09-264.7994
2025-10-264.7780
2025-11-254.8354
2025-12-255.0103
2026-01-245.2770
2026-02-235.2857
2026-03-255.2881
2026-04-245.4206
2026-05-245.5405
2026-06-235.4180
2026-07-235.5316
2026-08-225.6557
2026-09-215.5736

High

5.6557

Low

3.5956

Average

4.5849

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MXN&currencies=INR"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MXN&currencies=INR");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MXN&currencies=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&currencies=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.