MAD to JPY exchange rate API
Moroccan Dirham to Yen · quoted 2026-09-24
16.5077
▲ +0.67% over 1Y
1 MAD = 16.5077 JPY · 1 JPY = 0.06058 MAD · Get this rate via the API
1 MAD buys 16.5077 JPY as of 2026-09-24, so 1 JPY buys 0.06058 MAD. Over the last year, MAD/JPY traded between 16.1498 and 17.4368, averaged 16.9605 and rose 0.67%. 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: show the values
| Point | MAD/JPY |
|---|---|
| 2025-09-24 | 16.3979 |
| 2025-10-01 | 16.1498 |
| 2025-10-08 | 16.7136 |
| 2025-10-15 | 16.5101 |
| 2025-10-22 | 16.4080 |
| 2025-10-29 | 16.4747 |
| 2025-11-05 | 16.4939 |
| 2025-11-12 | 16.6567 |
| 2025-11-19 | 16.8342 |
| 2025-11-26 | 16.8909 |
| 2025-12-03 | 16.8188 |
| 2025-12-10 | 16.9380 |
| 2025-12-17 | 16.9773 |
| 2025-12-24 | 17.0933 |
| 2025-12-31 | 17.1593 |
| 2026-01-07 | 16.9970 |
| 2026-01-14 | 17.1955 |
| 2026-01-21 | 17.1736 |
| 2026-01-28 | 16.8587 |
| 2026-02-04 | 17.0801 |
| 2026-02-11 | 16.8004 |
| 2026-02-18 | 16.7946 |
| 2026-02-25 | 17.0751 |
| 2026-03-04 | 16.8994 |
| 2026-03-11 | 16.9454 |
| 2026-03-18 | 17.0134 |
| 2026-03-25 | 17.0416 |
| 2026-04-01 | 16.9607 |
| 2026-04-08 | 16.9792 |
| 2026-04-15 | 17.2115 |
| 2026-04-22 | 17.2029 |
| 2026-04-29 | 17.2585 |
| 2026-05-06 | 16.9632 |
| 2026-05-13 | 17.2198 |
| 2026-05-20 | 17.2133 |
| 2026-05-27 | 17.3535 |
| 2026-06-03 | 17.3504 |
| 2026-06-10 | 17.3229 |
| 2026-06-17 | 17.3373 |
| 2026-06-24 | 17.1921 |
| 2026-07-01 | 17.2951 |
| 2026-07-08 | 17.3384 |
| 2026-07-15 | 17.3902 |
| 2026-07-22 | 17.3645 |
| 2026-07-29 | 17.4368 |
| 2026-08-05 | 16.9141 |
| 2026-08-12 | 17.0880 |
| 2026-08-19 | 17.1342 |
| 2026-08-26 | 17.1866 |
| 2026-09-02 | 17.0773 |
| 2026-09-09 | 16.3549 |
| 2026-09-16 | 16.3664 |
| 2026-09-23 | 16.4536 |
High
17.4368
Low
16.1498
Average
16.9605
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MAD¤cies=JPY"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MAD¤cies=JPY");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MAD¤cies=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¤cies=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.