Skip to content

AED to JPY exchange rate API

UAE Dirham to Yen · quoted 2026-09-24

43.2301

▼ +0.28% over 30D

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 30 days, AED/JPY traded between 41.7288 and 43.6055, averaged 42.7236 and fell 0.28%. 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 30D

AED/JPY over 30D: show the values
PointAED/JPY
2026-08-2543.3529
2026-08-2643.3085
2026-08-2743.3952
2026-08-2843.4751
2026-08-2943.5952
2026-08-3043.5906
2026-08-3143.4869
2026-09-0143.6055
2026-09-0243.4511
2026-09-0342.4766
2026-09-0442.5399
2026-09-0542.5416
2026-09-0642.5291
2026-09-0742.1322
2026-09-0842.0083
2026-09-0941.7288
2026-09-1041.9753
2026-09-1141.9377
2026-09-1241.8233
2026-09-1341.8051
2026-09-1442.0772
2026-09-1542.2013
2026-09-1642.2134
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.2495

High

43.6055

Low

41.7288

Average

42.7236

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.