Skip to content

INR to MXN exchange rate API

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

0.18473

▼ +32.09% over 5Y

1 INR = 0.18473 MXN · 1 MXN = 5.4134 INR · Get this rate via the API

1 INR buys 0.18473 MXN as of 2026-09-26, so 1 MXN buys 5.4134 INR. Over the last 5 years, INR/MXN traded between 0.17681 and 0.27812, averaged 0.22150 and fell 32.09%. The API holds daily INR/MXN rates from 2009-01-02 — 17 years of history — so any past day, or a whole series, is one request away.

INR/MXN over 5Y

INR/MXN over 5Y: show the values
PointINR/MXN
2021-09-270.27203
2021-11-080.27530
2021-12-200.27415
2022-01-310.27812
2022-03-140.27202
2022-04-270.26675
2022-06-080.25231
2022-07-200.25609
2022-08-310.25399
2022-10-120.24347
2022-11-230.23679
2023-01-050.23482
2023-02-160.22465
2023-03-300.22029
2023-05-160.21217
2023-06-270.20835
2023-08-080.20756
2023-09-190.20530
2023-10-310.21664
2023-12-120.20807
2024-01-260.20647
2024-03-080.20377
2024-04-230.20544
2024-06-050.21158
2024-07-170.21276
2024-08-270.23151
2024-10-010.23308
2024-10-310.23836
2024-11-300.24087
2024-12-300.23843
2025-01-290.23662
2025-02-280.23325
2025-03-300.23828
2025-04-290.23026
2025-05-290.22699
2025-06-280.22010
2025-07-280.21491
2025-08-270.21342
2025-09-260.20836
2025-10-260.20929
2025-11-250.20681
2025-12-250.19959
2026-01-240.18950
2026-02-230.18919
2026-03-250.18910
2026-04-240.18448
2026-05-240.18049
2026-06-230.18457
2026-07-230.18078
2026-08-220.17681
2026-09-210.17942

High

0.27812

Low

0.17681

Average

0.22150

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=INR&currencies=MXN").json()

Replace YOUR_API_KEY with the key from your dashboard.

INR/MXN API questions

How do I get the INR/MXN exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=INR&currencies=MXN, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest INR/MXN rate in rates.MXN.

How far back does INR/MXN historical data go?

Daily INR/MXN 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 INR/MXN 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.