AED to JPY exchange rate API
UAE Dirham to Yen · quoted 2026-09-24
43.2301
▲ +10.00% over 5Y
1 AED = 43.2301 JPY · 1 JPY = 0.02313 AED · Get this rate via the API
1 AED buys 43.2301 JPY as of 2026-09-24, so 1 JPY buys 0.02313 AED. Over the last 5 years, AED/JPY traded between 38.8470 and 44.5077, averaged 41.7010 and rose 10.00%. The API holds daily AED/JPY rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
AED/JPY over 5Y: show the values
| Point | AED/JPY |
|---|---|
| 2024-08-24 | 39.2986 |
| 2024-10-01 | 39.1390 |
| 2024-10-31 | 41.6066 |
| 2024-11-30 | 40.7832 |
| 2024-12-30 | 42.9021 |
| 2025-01-29 | 42.2953 |
| 2025-02-28 | 41.0507 |
| 2025-03-30 | 40.7577 |
| 2025-04-29 | 38.8470 |
| 2025-05-29 | 39.4529 |
| 2025-06-28 | 39.3870 |
| 2025-07-28 | 40.3339 |
| 2025-08-27 | 40.3077 |
| 2025-09-26 | 40.7715 |
| 2025-10-26 | 41.6322 |
| 2025-11-25 | 42.5273 |
| 2025-12-25 | 42.4375 |
| 2026-01-24 | 42.4698 |
| 2026-02-23 | 42.1507 |
| 2026-03-25 | 43.2771 |
| 2026-04-24 | 43.4014 |
| 2026-05-24 | 43.2726 |
| 2026-06-23 | 43.9791 |
| 2026-07-23 | 44.5077 |
| 2026-08-22 | 43.2911 |
| 2026-09-21 | 42.8176 |
High
44.5077
Low
38.8470
Average
41.7010
Get this rate via the API
One GET request returns the AED/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=AED¤cies=JPY"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AED¤cies=JPY");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AED¤cies=JPY").json()Replace YOUR_API_KEY with the key from your dashboard.
AED/JPY API questions
How do I get the AED/JPY exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AED¤cies=JPY, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest AED/JPY rate in rates.JPY.
How far back does AED/JPY historical data go?
Daily AED/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 AED/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.