Skip to content

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

AED/JPY over 5Y: show the values
PointAED/JPY
2024-08-2439.2986
2024-10-0139.1390
2024-10-3141.6066
2024-11-3040.7832
2024-12-3042.9021
2025-01-2942.2953
2025-02-2841.0507
2025-03-3040.7577
2025-04-2938.8470
2025-05-2939.4529
2025-06-2839.3870
2025-07-2840.3339
2025-08-2740.3077
2025-09-2640.7715
2025-10-2641.6322
2025-11-2542.5273
2025-12-2542.4375
2026-01-2442.4698
2026-02-2342.1507
2026-03-2543.2771
2026-04-2443.4014
2026-05-2443.2726
2026-06-2343.9791
2026-07-2344.5077
2026-08-2243.2911
2026-09-2142.8176

High

44.5077

Low

38.8470

Average

41.7010

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.