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: show the values
| Point | MYR/INR |
|---|---|
| 2021-09-27 | 17.6364 |
| 2021-11-08 | 17.8366 |
| 2021-12-20 | 17.9457 |
| 2022-01-31 | 17.8540 |
| 2022-03-14 | 18.2114 |
| 2022-04-27 | 17.5698 |
| 2022-06-08 | 17.6773 |
| 2022-07-20 | 17.9710 |
| 2022-08-31 | 17.7738 |
| 2022-10-12 | 17.5795 |
| 2022-11-23 | 17.8813 |
| 2023-01-05 | 18.8051 |
| 2023-02-16 | 18.7716 |
| 2023-03-30 | 18.5608 |
| 2023-05-16 | 18.2754 |
| 2023-06-27 | 17.5733 |
| 2023-08-08 | 18.0777 |
| 2023-09-19 | 17.7196 |
| 2023-10-31 | 17.4763 |
| 2023-12-12 | 17.7978 |
| 2024-01-26 | 17.5839 |
| 2024-03-08 | 17.6579 |
| 2024-04-23 | 17.4332 |
| 2024-06-05 | 17.7591 |
| 2024-07-17 | 17.9177 |
| 2024-08-27 | 19.3035 |
| 2024-10-01 | 20.0443 |
| 2024-10-31 | 19.2002 |
| 2024-11-30 | 19.0208 |
| 2024-12-30 | 19.1432 |
| 2025-01-29 | 19.7054 |
| 2025-02-28 | 19.5809 |
| 2025-03-30 | 19.2475 |
| 2025-04-29 | 19.6726 |
| 2025-05-29 | 20.1385 |
| 2025-06-28 | 20.2239 |
| 2025-07-28 | 20.4907 |
| 2025-08-27 | 20.7225 |
| 2025-09-26 | 21.0155 |
| 2025-10-26 | 20.7992 |
| 2025-11-25 | 21.5743 |
| 2025-12-25 | 22.1999 |
| 2026-01-24 | 22.8649 |
| 2026-02-23 | 23.3610 |
| 2026-03-25 | 23.6936 |
| 2026-04-24 | 23.7712 |
| 2026-05-24 | 24.1222 |
| 2026-06-23 | 22.8811 |
| 2026-07-23 | 23.6197 |
| 2026-08-22 | 23.6960 |
| 2026-09-21 | 23.5000 |
High
24.1222
Low
17.4332
Average
19.7006
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MYR¤cies=INR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MYR¤cies=INR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MYR¤cies=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¤cies=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.