Skip to content

MYR to INR exchange rate API

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

23.4911

▼ +0.84% over 30D

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 30 days, MYR/INR traded between 23.3478 and 23.7021, averaged 23.4867 and fell 0.84%. 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 30D

MYR/INR over 30D: show the values
PointMYR/INR
2026-08-2723.6900
2026-08-2823.6925
2026-08-2923.7014
2026-08-3023.7021
2026-08-3123.6395
2026-09-0123.5056
2026-09-0223.4766
2026-09-0323.3799
2026-09-0423.3627
2026-09-0523.3512
2026-09-0623.3559
2026-09-0723.3547
2026-09-0823.3478
2026-09-0923.3684
2026-09-1023.4758
2026-09-1123.4752
2026-09-1223.4877
2026-09-1323.4861
2026-09-1423.4433
2026-09-1523.4793
2026-09-1623.4802
2026-09-1723.4053
2026-09-1823.4962
2026-09-1923.5107
2026-09-2023.4953
2026-09-2123.5000
2026-09-2223.4648
2026-09-2323.4659
2026-09-2423.4792
2026-09-2523.5191
2026-09-2623.4911

High

23.7021

Low

23.3478

Average

23.4867

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.