Skip to content

AED to JPY exchange rate API

UAE Dirham to Yen · quoted 2026-09-24

43.2496

▲ +7.01% over 1Y

1 AED = 43.2496 JPY · 1 JPY = 0.02312 AED · Get this rate via the API

1 AED buys 43.2496 JPY as of 2026-09-24, so 1 JPY buys 0.02312 AED. Over the last year, AED/JPY traded between 40.0512 and 44.5641, averaged 42.7977 and rose 7.01%. 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

AED/JPY over 1Y: show the values
PointAED/JPY
2025-09-2440.4149
2025-10-0140.0512
2025-10-0841.5704
2025-10-1541.2604
2025-10-2241.3357
2025-10-2941.4312
2025-11-0541.8566
2025-11-1242.1448
2025-11-1942.5098
2025-11-2642.5896
2025-12-0342.3011
2025-12-1042.6695
2025-12-1742.3615
2025-12-2442.4634
2025-12-3142.6563
2026-01-0742.6217
2026-01-1443.1887
2026-01-2142.9601
2026-01-2841.5553
2026-02-0442.6466
2026-02-1141.7472
2026-02-1841.8299
2026-02-2542.6732
2026-03-0442.7747
2026-03-1143.1692
2026-03-1843.4390
2026-03-2543.2771
2026-04-0143.1029
2026-04-0843.0556
2026-04-1543.3127
2026-04-2243.3473
2026-04-2943.5035
2026-05-0642.5297
2026-05-1342.9535
2026-05-2043.2977
2026-05-2743.4043
2026-06-0343.5217
2026-06-1043.6947
2026-06-1743.6459
2026-06-2444.0186
2026-07-0144.2986
2026-07-0844.2388
2026-07-1544.2120
2026-07-2244.3975
2026-07-2944.5641
2026-08-0542.9055
2026-08-1243.3141
2026-08-1943.3136
2026-08-2643.3085
2026-09-0243.4511
2026-09-0941.7288
2026-09-1642.2134
2026-09-2342.9946

High

44.5641

Low

40.0512

Average

42.7977

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AED&currencies=JPY"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AED&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=AED&currencies=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&currencies=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.