Skip to content

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

MYR/JPY over 1Y: show the values
PointMYR/JPY
2025-09-2535.3451
2025-10-0234.9032
2025-10-0936.2396
2025-10-1635.7856
2025-10-2336.0903
2025-10-3036.7697
2025-11-0636.7204
2025-11-1337.4299
2025-11-2037.9184
2025-11-2737.8314
2025-12-0437.6373
2025-12-1137.8544
2025-12-1838.1234
2025-12-2538.5212
2026-01-0138.6398
2026-01-0838.5769
2026-01-1539.0901
2026-01-2239.3047
2026-01-2939.0350
2026-02-0539.7513
2026-02-1239.3888
2026-02-1939.6304
2026-02-2640.1599
2026-03-0539.9542
2026-03-1240.4521
2026-03-1940.3146
2026-03-2639.9657
2026-04-0239.5154
2026-04-0939.9003
2026-04-1640.2074
2026-04-2340.2382
2026-04-3039.4365
2026-05-0739.9970
2026-05-1440.1752
2026-05-2140.1623
2026-05-2840.0848
2026-06-0439.8215
2026-06-1139.4727
2026-06-1839.0837
2026-06-2539.3075
2026-07-0239.6039
2026-07-0939.8370
2026-07-1639.8274
2026-07-2339.9790
2026-07-3039.9116
2026-08-0638.5945
2026-08-1338.9847
2026-08-2039.2586
2026-08-2739.5218
2026-09-0338.6030
2026-09-1037.9227
2026-09-1737.9826
2026-09-2438.8682

High

40.4521

Low

34.9032

Average

38.8231

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MYR&currencies=JPY"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MYR&currencies=JPY");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MYR&currencies=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&currencies=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.