Skip to content

FJD to AED exchange rate API

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

1.6341

▲ +0.42% over 1Y

1 FJD = 1.6341 AED · 1 AED = 0.61195 FJD · Get this rate via the API

1 FJD buys 1.6341 AED as of 2026-09-25, so 1 AED buys 0.61195 FJD. Over the last year, FJD/AED traded between 1.5947 and 1.6753, averaged 1.6404 and rose 0.42%. The API holds daily FJD/AED rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

FJD/AED over 1Y

FJD/AED over 1Y: show the values
PointFJD/AED
2025-09-251.6274
2025-10-021.6212
2025-10-091.6159
2025-10-161.6071
2025-10-231.6008
2025-10-301.6107
2025-11-061.6011
2025-11-131.6041
2025-11-201.5947
2025-11-271.6034
2025-12-041.6114
2025-12-111.6138
2025-12-181.6093
2025-12-251.6162
2026-01-011.6152
2026-01-081.6170
2026-01-151.6129
2026-01-221.6236
2026-01-291.6585
2026-02-051.6548
2026-02-121.6692
2026-02-191.6637
2026-02-261.6677
2026-03-051.6599
2026-03-121.6631
2026-03-191.6605
2026-03-261.6510
2026-04-021.6385
2026-04-091.6482
2026-04-161.6627
2026-04-231.6637
2026-04-301.6673
2026-05-071.6727
2026-05-141.6753
2026-05-211.6631
2026-05-281.6700
2026-06-041.6666
2026-06-111.6469
2026-06-181.6469
2026-06-251.6369
2026-07-021.6367
2026-07-091.6371
2026-07-161.6444
2026-07-231.6421
2026-07-301.6448
2026-08-061.6502
2026-08-131.6507
2026-08-201.6594
2026-08-271.6634
2026-09-031.6583
2026-09-101.6601
2026-09-171.6461
2026-09-241.6402

High

1.6753

Low

1.5947

Average

1.6404

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD&currencies=AED").json()

Replace YOUR_API_KEY with the key from your dashboard.

FJD/AED API questions

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

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

How far back does FJD/AED historical data go?

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