Skip to content

MAD to JPY exchange rate API

Moroccan Dirham to Yen · quoted 2026-09-24

16.5033

▲ +0.64% over 1Y

1 MAD = 16.5033 JPY · 1 JPY = 0.06059 MAD · Get this rate via the API

1 MAD buys 16.5033 JPY as of 2026-09-24, so 1 JPY buys 0.06059 MAD. Over the last year, MAD/JPY traded between 16.1498 and 17.4368, averaged 16.9604 and rose 0.64%. The API holds daily MAD/JPY rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

MAD/JPY over 1Y

MAD/JPY over 1Y: show the values
PointMAD/JPY
2025-09-2416.3979
2025-10-0116.1498
2025-10-0816.7136
2025-10-1516.5101
2025-10-2216.4080
2025-10-2916.4747
2025-11-0516.4939
2025-11-1216.6567
2025-11-1916.8342
2025-11-2616.8909
2025-12-0316.8188
2025-12-1016.9380
2025-12-1716.9773
2025-12-2417.0933
2025-12-3117.1593
2026-01-0716.9970
2026-01-1417.1955
2026-01-2117.1736
2026-01-2816.8587
2026-02-0417.0801
2026-02-1116.8004
2026-02-1816.7946
2026-02-2517.0751
2026-03-0416.8994
2026-03-1116.9454
2026-03-1817.0134
2026-03-2517.0416
2026-04-0116.9607
2026-04-0816.9792
2026-04-1517.2115
2026-04-2217.2029
2026-04-2917.2585
2026-05-0616.9632
2026-05-1317.2198
2026-05-2017.2133
2026-05-2717.3535
2026-06-0317.3504
2026-06-1017.3229
2026-06-1717.3373
2026-06-2417.1921
2026-07-0117.2951
2026-07-0817.3384
2026-07-1517.3902
2026-07-2217.3645
2026-07-2917.4368
2026-08-0516.9141
2026-08-1217.0880
2026-08-1917.1342
2026-08-2617.1866
2026-09-0217.0773
2026-09-0916.3549
2026-09-1616.3664
2026-09-2316.4536

High

17.4368

Low

16.1498

Average

16.9604

For developers

Get this rate via the API

One GET request returns the MAD/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=MAD&currencies=JPY"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MAD&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=MAD&currencies=JPY").json()

Replace YOUR_API_KEY with the key from your dashboard.

MAD/JPY API questions

How do I get the MAD/JPY exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MAD&currencies=JPY, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest MAD/JPY rate in rates.JPY.

How far back does MAD/JPY historical data go?

Daily MAD/JPY rates are available from 2024-08-24. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.

Is there a free MAD/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.