Skip to content

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

MYR/JPY over 5Y: show the values
PointMYR/JPY
2021-09-2726.4824
2021-11-0827.2890
2021-12-2026.8612
2022-01-3127.5823
2022-03-1428.0556
2022-04-2729.3810
2022-06-0830.4999
2022-07-2031.0355
2022-08-3130.9954
2022-10-1231.3193
2022-11-2330.8550
2023-01-0530.3008
2023-02-1630.4119
2023-03-3029.9981
2023-05-1630.2100
2023-06-2730.7533
2023-08-0831.2157
2023-09-1931.4463
2023-10-3131.6836
2023-12-1230.9893
2024-01-2631.2533
2024-03-0831.4335
2024-04-2332.3841
2024-06-0533.2283
2024-07-1733.5765
2024-08-2733.2269
2024-10-0134.1613
2024-10-3134.8989
2024-11-3033.6773
2024-12-3035.2912
2025-01-2935.3624
2025-02-2833.7846
2025-03-3033.6734
2025-04-2932.9723
2025-05-2934.1437
2025-06-2834.2121
2025-07-2835.0146
2025-08-2734.9580
2025-09-2635.4738
2025-10-2636.1163
2025-11-2537.7780
2025-12-2538.5212
2026-01-2438.9293
2026-02-2339.7889
2026-03-2540.0918
2026-04-2440.2063
2026-05-2439.9953
2026-06-2339.0129
2026-07-2339.9790
2026-08-2239.3661
2026-09-2138.5699

High

40.2063

Low

26.4824

Average

33.5993

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.