Skip to content

FJD to AOA exchange rate API

Fiji Dollar to Kwanza · quoted 2026-09-25

409.1294

▼ +1.08% over 6M

1 FJD = 409.1294 AOA · 1 AOA = 0.002444 FJD · Get this rate via the API

1 FJD buys 409.1294 AOA as of 2026-09-25, so 1 AOA buys 0.002444 FJD. Over the last 6 months, FJD/AOA traded between 408.6243 and 417.3621, averaged 412.8470 and fell 1.08%. The API holds daily FJD/AOA rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

FJD/AOA over 6M

FJD/AOA over 6M: show the values
PointFJD/AOA
2026-03-29413.6114
2026-04-05412.6102
2026-04-12411.7136
2026-04-19412.8625
2026-04-26413.8336
2026-05-03416.2823
2026-05-10417.3621
2026-05-18415.7070
2026-05-26416.7478
2026-06-02416.3491
2026-06-11411.0452
2026-06-18410.8126
2026-06-25409.1848
2026-07-02408.6243
2026-07-09408.9998
2026-07-16410.8659
2026-07-23410.6156
2026-07-30411.0486
2026-08-06412.5712
2026-08-13412.4958
2026-08-21414.4789
2026-08-28415.2326
2026-09-04415.3289
2026-09-11414.0941
2026-09-18412.4154

High

417.3621

Low

408.6243

Average

412.8470

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

FJD/AOA API questions

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

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

How far back does FJD/AOA historical data go?

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