Skip to content

INR to MYR exchange rate API

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

0.04257

▼ +24.92% over 5Y

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

1 INR buys 0.04257 MYR as of 2026-09-26, so 1 MYR buys 23.4913 INR. Over the last 5 years, INR/MYR traded between 0.04145 and 0.05736, averaged 0.05134 and fell 24.92%. The API holds daily INR/MYR rates from 2009-01-02 — 17 years of history — so any past day, or a whole series, is one request away.

INR/MYR over 5Y

INR/MYR over 5Y: show the values
PointINR/MYR
2021-09-270.05670
2021-11-080.05606
2021-12-200.05572
2022-01-310.05601
2022-03-140.05491
2022-04-270.05692
2022-06-080.05657
2022-07-200.05565
2022-08-310.05626
2022-10-120.05688
2022-11-230.05592
2023-01-050.05318
2023-02-160.05327
2023-03-300.05388
2023-05-160.05472
2023-06-270.05690
2023-08-080.05532
2023-09-190.05643
2023-10-310.05722
2023-12-120.05619
2024-01-260.05687
2024-03-080.05663
2024-04-230.05736
2024-06-050.05631
2024-07-170.05581
2024-08-270.05180
2024-10-010.04989
2024-10-310.05208
2024-11-300.05257
2024-12-300.05224
2025-01-290.05075
2025-02-280.05107
2025-03-300.05195
2025-04-290.05083
2025-05-290.04966
2025-06-280.04945
2025-07-280.04880
2025-08-270.04826
2025-09-260.04758
2025-10-260.04808
2025-11-250.04635
2025-12-250.04505
2026-01-240.04374
2026-02-230.04281
2026-03-250.04220
2026-04-240.04207
2026-05-240.04145
2026-06-230.04370
2026-07-230.04234
2026-08-220.04220
2026-09-210.04255

High

0.05736

Low

0.04145

Average

0.05134

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

INR/MYR API questions

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

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

How far back does INR/MYR historical data go?

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