AED to JPY exchange rate API
UAE Dirham to Yen · quoted 2026-09-24
43.2301
▼ +0.94% over 6M
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 6 months, AED/JPY traded between 41.8233 and 44.6164, averaged 43.3702 and fell 0.94%. 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 6M: show the values
| Point | AED/JPY |
|---|---|
| 2026-03-28 | 43.6408 |
| 2026-04-04 | 43.4772 |
| 2026-04-11 | 43.3565 |
| 2026-04-18 | 43.1981 |
| 2026-04-25 | 43.3941 |
| 2026-05-02 | 42.7630 |
| 2026-05-09 | 42.6511 |
| 2026-05-16 | 43.2305 |
| 2026-05-23 | 43.3519 |
| 2026-05-30 | 43.3724 |
| 2026-06-06 | 43.6569 |
| 2026-06-13 | 43.6274 |
| 2026-06-20 | 43.9180 |
| 2026-06-27 | 44.0440 |
| 2026-07-04 | 43.9435 |
| 2026-07-11 | 44.0398 |
| 2026-07-18 | 44.2228 |
| 2026-07-25 | 44.6164 |
| 2026-08-01 | 42.9283 |
| 2026-08-08 | 42.9744 |
| 2026-08-15 | 43.3820 |
| 2026-08-22 | 43.2911 |
| 2026-08-29 | 43.5952 |
| 2026-09-05 | 42.5416 |
| 2026-09-12 | 41.8233 |
| 2026-09-19 | 42.7243 |
High
44.6164
Low
41.8233
Average
43.3702
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.