MYR to JPY exchange rate API
Malaysian Ringgit to Yen · quoted 2026-09-25
38.7139
▲ +9.53% over 1Y
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 year, MYR/JPY traded between 34.9032 and 40.4521, averaged 38.8231 and rose 9.53%. 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 1Y: show the values
| Point | MYR/JPY |
|---|---|
| 2025-09-25 | 35.3451 |
| 2025-10-02 | 34.9032 |
| 2025-10-09 | 36.2396 |
| 2025-10-16 | 35.7856 |
| 2025-10-23 | 36.0903 |
| 2025-10-30 | 36.7697 |
| 2025-11-06 | 36.7204 |
| 2025-11-13 | 37.4299 |
| 2025-11-20 | 37.9184 |
| 2025-11-27 | 37.8314 |
| 2025-12-04 | 37.6373 |
| 2025-12-11 | 37.8544 |
| 2025-12-18 | 38.1234 |
| 2025-12-25 | 38.5212 |
| 2026-01-01 | 38.6398 |
| 2026-01-08 | 38.5769 |
| 2026-01-15 | 39.0901 |
| 2026-01-22 | 39.3047 |
| 2026-01-29 | 39.0350 |
| 2026-02-05 | 39.7513 |
| 2026-02-12 | 39.3888 |
| 2026-02-19 | 39.6304 |
| 2026-02-26 | 40.1599 |
| 2026-03-05 | 39.9542 |
| 2026-03-12 | 40.4521 |
| 2026-03-19 | 40.3146 |
| 2026-03-26 | 39.9657 |
| 2026-04-02 | 39.5154 |
| 2026-04-09 | 39.9003 |
| 2026-04-16 | 40.2074 |
| 2026-04-23 | 40.2382 |
| 2026-04-30 | 39.4365 |
| 2026-05-07 | 39.9970 |
| 2026-05-14 | 40.1752 |
| 2026-05-21 | 40.1623 |
| 2026-05-28 | 40.0848 |
| 2026-06-04 | 39.8215 |
| 2026-06-11 | 39.4727 |
| 2026-06-18 | 39.0837 |
| 2026-06-25 | 39.3075 |
| 2026-07-02 | 39.6039 |
| 2026-07-09 | 39.8370 |
| 2026-07-16 | 39.8274 |
| 2026-07-23 | 39.9790 |
| 2026-07-30 | 39.9116 |
| 2026-08-06 | 38.5945 |
| 2026-08-13 | 38.9847 |
| 2026-08-20 | 39.2586 |
| 2026-08-27 | 39.5218 |
| 2026-09-03 | 38.6030 |
| 2026-09-10 | 37.9227 |
| 2026-09-17 | 37.9826 |
| 2026-09-24 | 38.8682 |
High
40.4521
Low
34.9032
Average
38.8231
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.