Skip to content

MYR to INR exchange rate API

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

23.4911

▲ +33.20% over 5Y

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 5 years, MYR/INR traded between 17.4332 and 24.1222, averaged 19.7006 and rose 33.20%. 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 5Y

MYR/INR over 5Y: show the values
PointMYR/INR
2021-09-2717.6364
2021-11-0817.8366
2021-12-2017.9457
2022-01-3117.8540
2022-03-1418.2114
2022-04-2717.5698
2022-06-0817.6773
2022-07-2017.9710
2022-08-3117.7738
2022-10-1217.5795
2022-11-2317.8813
2023-01-0518.8051
2023-02-1618.7716
2023-03-3018.5608
2023-05-1618.2754
2023-06-2717.5733
2023-08-0818.0777
2023-09-1917.7196
2023-10-3117.4763
2023-12-1217.7978
2024-01-2617.5839
2024-03-0817.6579
2024-04-2317.4332
2024-06-0517.7591
2024-07-1717.9177
2024-08-2719.3035
2024-10-0120.0443
2024-10-3119.2002
2024-11-3019.0208
2024-12-3019.1432
2025-01-2919.7054
2025-02-2819.5809
2025-03-3019.2475
2025-04-2919.6726
2025-05-2920.1385
2025-06-2820.2239
2025-07-2820.4907
2025-08-2720.7225
2025-09-2621.0155
2025-10-2620.7992
2025-11-2521.5743
2025-12-2522.1999
2026-01-2422.8649
2026-02-2323.3610
2026-03-2523.6936
2026-04-2423.7712
2026-05-2424.1222
2026-06-2322.8811
2026-07-2323.6197
2026-08-2223.6960
2026-09-2123.5000

High

24.1222

Low

17.4332

Average

19.7006

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.