AED to JPY exchange rate API
UAE Dirham to Yen · quoted 2026-09-24
43.2301
▲ +6.97% over 1Y
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 year, AED/JPY traded between 40.0512 and 44.5641, averaged 42.7974 and rose 6.97%. 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 1Y: show the values
| Point | AED/JPY |
|---|---|
| 2025-09-24 | 40.4149 |
| 2025-10-01 | 40.0512 |
| 2025-10-08 | 41.5704 |
| 2025-10-15 | 41.2604 |
| 2025-10-22 | 41.3357 |
| 2025-10-29 | 41.4312 |
| 2025-11-05 | 41.8566 |
| 2025-11-12 | 42.1448 |
| 2025-11-19 | 42.5098 |
| 2025-11-26 | 42.5896 |
| 2025-12-03 | 42.3011 |
| 2025-12-10 | 42.6695 |
| 2025-12-17 | 42.3615 |
| 2025-12-24 | 42.4634 |
| 2025-12-31 | 42.6563 |
| 2026-01-07 | 42.6217 |
| 2026-01-14 | 43.1887 |
| 2026-01-21 | 42.9601 |
| 2026-01-28 | 41.5553 |
| 2026-02-04 | 42.6466 |
| 2026-02-11 | 41.7472 |
| 2026-02-18 | 41.8299 |
| 2026-02-25 | 42.6732 |
| 2026-03-04 | 42.7747 |
| 2026-03-11 | 43.1692 |
| 2026-03-18 | 43.4390 |
| 2026-03-25 | 43.2771 |
| 2026-04-01 | 43.1029 |
| 2026-04-08 | 43.0556 |
| 2026-04-15 | 43.3127 |
| 2026-04-22 | 43.3473 |
| 2026-04-29 | 43.5035 |
| 2026-05-06 | 42.5297 |
| 2026-05-13 | 42.9535 |
| 2026-05-20 | 43.2977 |
| 2026-05-27 | 43.4043 |
| 2026-06-03 | 43.5217 |
| 2026-06-10 | 43.6947 |
| 2026-06-17 | 43.6459 |
| 2026-06-24 | 44.0186 |
| 2026-07-01 | 44.2986 |
| 2026-07-08 | 44.2388 |
| 2026-07-15 | 44.2120 |
| 2026-07-22 | 44.3975 |
| 2026-07-29 | 44.5641 |
| 2026-08-05 | 42.9055 |
| 2026-08-12 | 43.3141 |
| 2026-08-19 | 43.3136 |
| 2026-08-26 | 43.3085 |
| 2026-09-02 | 43.4511 |
| 2026-09-09 | 41.7288 |
| 2026-09-16 | 42.2134 |
| 2026-09-23 | 42.9946 |
High
44.5641
Low
40.0512
Average
42.7974
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.