MYR to INR exchange rate API
Malaysian Ringgit to Indian Rupee · quoted 2026-09-26
23.4911
▼ +0.10% over 6M
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 6 months, MYR/INR traded between 22.8215 and 24.2998, averaged 23.5595 and fell 0.10%. 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 6M: show the values
| Point | MYR/INR |
|---|---|
| 2026-03-30 | 23.5135 |
| 2026-04-06 | 23.0594 |
| 2026-04-13 | 23.4792 |
| 2026-04-20 | 23.5478 |
| 2026-04-27 | 23.8327 |
| 2026-05-04 | 24.0559 |
| 2026-05-11 | 24.2998 |
| 2026-05-18 | 24.2269 |
| 2026-05-25 | 24.0959 |
| 2026-06-01 | 23.9581 |
| 2026-06-08 | 23.4955 |
| 2026-06-15 | 23.3836 |
| 2026-06-22 | 22.8215 |
| 2026-06-29 | 23.2239 |
| 2026-07-06 | 23.3548 |
| 2026-07-13 | 23.4884 |
| 2026-07-20 | 23.5663 |
| 2026-07-27 | 23.4779 |
| 2026-08-03 | 23.2785 |
| 2026-08-10 | 23.2985 |
| 2026-08-17 | 23.5339 |
| 2026-08-24 | 23.6867 |
| 2026-08-31 | 23.6395 |
| 2026-09-07 | 23.3547 |
| 2026-09-14 | 23.4433 |
| 2026-09-21 | 23.5000 |
High
24.2998
Low
22.8215
Average
23.5595
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.