Skip to content

INR to MYR exchange rate API

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

0.04257

▼ +10.54% over 1Y

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 year, INR/MYR traded between 0.04117 and 0.04809, averaged 0.04378 and fell 10.54%. 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 1Y

INR/MYR over 1Y: show the values
PointINR/MYR
2025-09-260.04758
2025-10-030.04739
2025-10-100.04763
2025-10-170.04802
2025-10-240.04809
2025-10-310.04720
2025-11-070.04709
2025-11-140.04660
2025-11-210.04628
2025-11-280.04618
2025-12-050.04571
2025-12-120.04530
2025-12-190.04545
2025-12-260.04498
2026-01-020.04495
2026-01-090.04515
2026-01-160.04472
2026-01-230.04360
2026-01-300.04293
2026-02-060.04354
2026-02-130.04312
2026-02-200.04292
2026-02-270.04272
2026-03-060.04297
2026-03-130.04263
2026-03-200.04208
2026-03-270.04233
2026-04-030.04351
2026-04-100.04269
2026-04-170.04258
2026-04-240.04207
2026-05-010.04180
2026-05-080.04150
2026-05-150.04117
2026-05-220.04147
2026-05-290.04174
2026-06-050.04242
2026-06-120.04266
2026-06-190.04386
2026-06-260.04330
2026-07-030.04276
2026-07-100.04269
2026-07-170.04253
2026-07-240.04236
2026-07-310.04284
2026-08-070.04297
2026-08-140.04282
2026-08-210.04220
2026-08-280.04221
2026-09-040.04280
2026-09-110.04260
2026-09-180.04256
2026-09-250.04252

High

0.04809

Low

0.04117

Average

0.04378

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.