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: show the values
| Point | FJD/AED |
|---|---|
| 2025-09-25 | 1.6274 |
| 2025-10-02 | 1.6212 |
| 2025-10-09 | 1.6159 |
| 2025-10-16 | 1.6071 |
| 2025-10-23 | 1.6008 |
| 2025-10-30 | 1.6107 |
| 2025-11-06 | 1.6011 |
| 2025-11-13 | 1.6041 |
| 2025-11-20 | 1.5947 |
| 2025-11-27 | 1.6034 |
| 2025-12-04 | 1.6114 |
| 2025-12-11 | 1.6138 |
| 2025-12-18 | 1.6093 |
| 2025-12-25 | 1.6162 |
| 2026-01-01 | 1.6152 |
| 2026-01-08 | 1.6170 |
| 2026-01-15 | 1.6129 |
| 2026-01-22 | 1.6236 |
| 2026-01-29 | 1.6585 |
| 2026-02-05 | 1.6548 |
| 2026-02-12 | 1.6692 |
| 2026-02-19 | 1.6637 |
| 2026-02-26 | 1.6677 |
| 2026-03-05 | 1.6599 |
| 2026-03-12 | 1.6631 |
| 2026-03-19 | 1.6605 |
| 2026-03-26 | 1.6510 |
| 2026-04-02 | 1.6385 |
| 2026-04-09 | 1.6482 |
| 2026-04-16 | 1.6627 |
| 2026-04-23 | 1.6637 |
| 2026-04-30 | 1.6673 |
| 2026-05-07 | 1.6727 |
| 2026-05-14 | 1.6753 |
| 2026-05-21 | 1.6631 |
| 2026-05-28 | 1.6700 |
| 2026-06-04 | 1.6666 |
| 2026-06-11 | 1.6469 |
| 2026-06-18 | 1.6469 |
| 2026-06-25 | 1.6369 |
| 2026-07-02 | 1.6367 |
| 2026-07-09 | 1.6371 |
| 2026-07-16 | 1.6444 |
| 2026-07-23 | 1.6421 |
| 2026-07-30 | 1.6448 |
| 2026-08-06 | 1.6502 |
| 2026-08-13 | 1.6507 |
| 2026-08-20 | 1.6594 |
| 2026-08-27 | 1.6634 |
| 2026-09-03 | 1.6583 |
| 2026-09-10 | 1.6601 |
| 2026-09-17 | 1.6461 |
| 2026-09-24 | 1.6402 |
High
1.6753
Low
1.5947
Average
1.6404
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=AED"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=AED");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=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¤cies=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.