Skip to content

AED to JPY exchange rate API

UAE Dirham to Yen · quoted 2026-09-24

43.2278

▲ +1.98% over 7D

1 AED = 43.2278 JPY · 1 JPY = 0.02313 AED · Get this rate via the API

1 AED buys 43.2278 JPY as of 2026-09-24, so 1 JPY buys 0.02313 AED. Over the last 7 days, AED/JPY traded between 42.3884 and 43.2278, averaged 42.8614 and rose 1.98%. 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 7D

AED/JPY over 7D: show the values
PointAED/JPY
2026-09-1742.3884
2026-09-1842.9864
2026-09-1942.7243
2026-09-2042.7208
2026-09-2142.8176
2026-09-2242.7925
2026-09-2342.9946
2026-09-2443.1004

High

43.2278

Low

42.3884

Average

42.8614

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.