MYR to JPY exchange rate API
Malaysian Ringgit to Yen · quoted 2026-09-25
38.7139
▲ +46.19% over 5Y
1 MYR = 38.7139 JPY · 1 JPY = 0.02583 MYR · Get this rate via the API
1 MYR buys 38.7139 JPY as of 2026-09-25, so 1 JPY buys 0.02583 MYR. Over the last 5 years, MYR/JPY traded between 26.4824 and 40.2063, averaged 33.5993 and rose 46.19%. The API holds daily MYR/JPY rates from 2005-04-01 — 21 years of history — so any past day, or a whole series, is one request away.
MYR/JPY over 5Y: show the values
| Point | MYR/JPY |
|---|---|
| 2021-09-27 | 26.4824 |
| 2021-11-08 | 27.2890 |
| 2021-12-20 | 26.8612 |
| 2022-01-31 | 27.5823 |
| 2022-03-14 | 28.0556 |
| 2022-04-27 | 29.3810 |
| 2022-06-08 | 30.4999 |
| 2022-07-20 | 31.0355 |
| 2022-08-31 | 30.9954 |
| 2022-10-12 | 31.3193 |
| 2022-11-23 | 30.8550 |
| 2023-01-05 | 30.3008 |
| 2023-02-16 | 30.4119 |
| 2023-03-30 | 29.9981 |
| 2023-05-16 | 30.2100 |
| 2023-06-27 | 30.7533 |
| 2023-08-08 | 31.2157 |
| 2023-09-19 | 31.4463 |
| 2023-10-31 | 31.6836 |
| 2023-12-12 | 30.9893 |
| 2024-01-26 | 31.2533 |
| 2024-03-08 | 31.4335 |
| 2024-04-23 | 32.3841 |
| 2024-06-05 | 33.2283 |
| 2024-07-17 | 33.5765 |
| 2024-08-27 | 33.2269 |
| 2024-10-01 | 34.1613 |
| 2024-10-31 | 34.8989 |
| 2024-11-30 | 33.6773 |
| 2024-12-30 | 35.2912 |
| 2025-01-29 | 35.3624 |
| 2025-02-28 | 33.7846 |
| 2025-03-30 | 33.6734 |
| 2025-04-29 | 32.9723 |
| 2025-05-29 | 34.1437 |
| 2025-06-28 | 34.2121 |
| 2025-07-28 | 35.0146 |
| 2025-08-27 | 34.9580 |
| 2025-09-26 | 35.4738 |
| 2025-10-26 | 36.1163 |
| 2025-11-25 | 37.7780 |
| 2025-12-25 | 38.5212 |
| 2026-01-24 | 38.9293 |
| 2026-02-23 | 39.7889 |
| 2026-03-25 | 40.0918 |
| 2026-04-24 | 40.2063 |
| 2026-05-24 | 39.9953 |
| 2026-06-23 | 39.0129 |
| 2026-07-23 | 39.9790 |
| 2026-08-22 | 39.3661 |
| 2026-09-21 | 38.5699 |
High
40.2063
Low
26.4824
Average
33.5993
Get this rate via the API
One GET request returns the MYR/JPY 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=JPY"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MYR¤cies=JPY");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MYR¤cies=JPY").json()Replace YOUR_API_KEY with the key from your dashboard.
MYR/JPY API questions
How do I get the MYR/JPY exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MYR¤cies=JPY, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest MYR/JPY rate in rates.JPY.
How far back does MYR/JPY historical data go?
Daily MYR/JPY rates are available from 2005-04-01. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.
Is there a free MYR/JPY 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.