Skip to content

FJD to AOA exchange rate API

Fiji Dollar to Kwanza · quoted 2026-09-25

409.1294

▲ +1.45% over YTD

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 year to date, FJD/AOA traded between 402.0883 and 419.1688, averaged 413.2174 and rose 1.45%. 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 YTD

FJD/AOA over YTD: show the values
PointFJD/AOA
2025-12-31403.2806
2026-01-07404.2164
2026-01-14402.0883
2026-01-21404.5648
2026-01-28413.0979
2026-02-04413.5680
2026-02-11416.5267
2026-02-18415.7188
2026-02-25415.7815
2026-03-04414.8412
2026-03-11415.7916
2026-03-18414.6639
2026-03-25410.6192
2026-04-01409.9209
2026-04-08409.9351
2026-04-15414.9287
2026-04-22416.1223
2026-04-29416.1396
2026-05-06417.5955
2026-05-14419.1688
2026-05-21416.1258
2026-05-29415.0439
2026-06-05416.7255
2026-06-14414.0910
2026-06-21416.6593
2026-06-28412.1266
2026-07-05409.4392
2026-07-12415.0779
2026-07-19416.5947
2026-07-26412.2347
2026-08-02412.4848
2026-08-09412.4309
2026-08-16412.0540
2026-08-24417.5141
2026-08-31415.5644
2026-09-07416.3925
2026-09-14414.1928
2026-09-21413.0276

High

419.1688

Low

402.0883

Average

413.2174

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.