Skip to content

MYR to INR exchange rate API

Malaysian Ringgit to Indian Rupee · quoted 2026-09-26

23.4911

▲ +11.78% over 1Y

1 MYR = 23.4911 INR · 1 INR = 0.04257 MYR · Get this rate via the API

1 MYR buys 23.4911 INR as of 2026-09-26, so 1 INR buys 0.04257 MYR. Over the last year, MYR/INR traded between 20.7921 and 24.2902, averaged 22.8817 and rose 11.78%. The API holds daily MYR/INR rates from 2009-01-02 — 17 years of history — so any past day, or a whole series, is one request away.

MYR/INR over 1Y

MYR/INR over 1Y: show the values
PointMYR/INR
2025-09-2621.0155
2025-10-0321.0995
2025-10-1020.9965
2025-10-1720.8223
2025-10-2420.7921
2025-10-3121.1844
2025-11-0721.2345
2025-11-1421.4577
2025-11-2121.6049
2025-11-2821.6525
2025-12-0521.8773
2025-12-1222.0767
2025-12-1922.0008
2025-12-2622.2296
2026-01-0222.2487
2026-01-0922.1478
2026-01-1622.3602
2026-01-2322.9337
2026-01-3023.2936
2026-02-0622.9668
2026-02-1323.1885
2026-02-2023.3012
2026-02-2723.4081
2026-03-0623.2737
2026-03-1323.4569
2026-03-2023.7638
2026-03-2723.6260
2026-04-0322.9818
2026-04-1023.4267
2026-04-1723.4843
2026-04-2423.7712
2026-05-0123.9217
2026-05-0824.0981
2026-05-1524.2902
2026-05-2224.1167
2026-05-2923.9602
2026-06-0523.5724
2026-06-1223.4418
2026-06-1922.8014
2026-06-2623.0957
2026-07-0323.3885
2026-07-1023.4236
2026-07-1723.5130
2026-07-2423.6051
2026-07-3123.3417
2026-08-0723.2735
2026-08-1423.3548
2026-08-2123.6971
2026-08-2823.6925
2026-09-0423.3627
2026-09-1123.4752
2026-09-1823.4962
2026-09-2523.5191

High

24.2902

Low

20.7921

Average

22.8817

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

MYR/INR API questions

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

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

How far back does MYR/INR historical data go?

Daily MYR/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 MYR/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.