Skip to content

AED to FJD exchange rate API

UAE Dirham to Fiji Dollar · quoted 2026-09-25

0.61117

▼ +0.54% over 1Y

1 AED = 0.61117 FJD · 1 FJD = 1.6362 AED · Get this rate via the API

1 AED buys 0.61117 FJD as of 2026-09-25, so 1 FJD buys 1.6362 AED. Over the last year, AED/FJD traded between 0.59689 and 0.62709, averaged 0.60972 and fell 0.54%. The API holds daily AED/FJD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

AED/FJD over 1Y

AED/FJD over 1Y: show the values
PointAED/FJD
2025-09-250.61450
2025-10-020.61683
2025-10-090.61887
2025-10-160.62224
2025-10-230.62467
2025-10-300.62087
2025-11-060.62457
2025-11-130.62340
2025-11-200.62709
2025-11-270.62369
2025-12-040.62059
2025-12-110.61964
2025-12-180.62139
2025-12-250.61874
2026-01-010.61912
2026-01-080.61843
2026-01-150.62001
2026-01-220.61591
2026-01-290.60296
2026-02-050.60428
2026-02-120.59909
2026-02-190.60106
2026-02-260.59961
2026-03-050.60244
2026-03-120.60129
2026-03-190.60224
2026-03-260.60569
2026-04-020.61033
2026-04-090.60674
2026-04-160.60142
2026-04-230.60108
2026-04-300.59978
2026-05-070.59783
2026-05-140.59689
2026-05-210.60128
2026-05-280.59880
2026-06-040.60003
2026-06-110.60719
2026-06-180.60718
2026-06-250.61092
2026-07-020.61098
2026-07-090.61084
2026-07-160.60811
2026-07-230.60899
2026-07-300.60798
2026-08-060.60601
2026-08-130.60580
2026-08-200.60262
2026-08-270.60118
2026-09-030.60301
2026-09-100.60236
2026-09-170.60750
2026-09-240.60970

High

0.62709

Low

0.59689

Average

0.60972

For developers

Get this rate via the API

One GET request returns the AED/FJD 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=FJD"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AED&currencies=FJD");
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=FJD").json()

Replace YOUR_API_KEY with the key from your dashboard.

AED/FJD API questions

How do I get the AED/FJD exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AED&currencies=FJD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest AED/FJD rate in rates.FJD.

How far back does AED/FJD historical data go?

Daily AED/FJD 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/FJD 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.