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: show the values
| Point | AED/JPY |
|---|---|
| 2026-08-25 | 43.3529 |
| 2026-08-26 | 43.3085 |
| 2026-08-27 | 43.3952 |
| 2026-08-28 | 43.4751 |
| 2026-08-29 | 43.5952 |
| 2026-08-30 | 43.5906 |
| 2026-08-31 | 43.4869 |
| 2026-09-01 | 43.6055 |
| 2026-09-02 | 43.4511 |
| 2026-09-03 | 42.4766 |
| 2026-09-04 | 42.5399 |
| 2026-09-05 | 42.5416 |
| 2026-09-06 | 42.5291 |
| 2026-09-07 | 42.1322 |
| 2026-09-08 | 42.0083 |
| 2026-09-09 | 41.7288 |
| 2026-09-10 | 41.9753 |
| 2026-09-11 | 41.9377 |
| 2026-09-12 | 41.8233 |
| 2026-09-13 | 41.8051 |
| 2026-09-14 | 42.0772 |
| 2026-09-15 | 42.2013 |
| 2026-09-16 | 42.2134 |
| 2026-09-17 | 42.3884 |
| 2026-09-18 | 42.9864 |
| 2026-09-19 | 42.7243 |
| 2026-09-20 | 42.7208 |
| 2026-09-21 | 42.8176 |
| 2026-09-22 | 42.7925 |
| 2026-09-23 | 42.9946 |
| 2026-09-24 | 43.2495 |
High
43.6055
Low
41.7288
Average
42.7236
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.