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: show the values
| Point | FJD/AOA |
|---|---|
| 2025-12-31 | 403.2806 |
| 2026-01-07 | 404.2164 |
| 2026-01-14 | 402.0883 |
| 2026-01-21 | 404.5648 |
| 2026-01-28 | 413.0979 |
| 2026-02-04 | 413.5680 |
| 2026-02-11 | 416.5267 |
| 2026-02-18 | 415.7188 |
| 2026-02-25 | 415.7815 |
| 2026-03-04 | 414.8412 |
| 2026-03-11 | 415.7916 |
| 2026-03-18 | 414.6639 |
| 2026-03-25 | 410.6192 |
| 2026-04-01 | 409.9209 |
| 2026-04-08 | 409.9351 |
| 2026-04-15 | 414.9287 |
| 2026-04-22 | 416.1223 |
| 2026-04-29 | 416.1396 |
| 2026-05-06 | 417.5955 |
| 2026-05-14 | 419.1688 |
| 2026-05-21 | 416.1258 |
| 2026-05-29 | 415.0439 |
| 2026-06-05 | 416.7255 |
| 2026-06-14 | 414.0910 |
| 2026-06-21 | 416.6593 |
| 2026-06-28 | 412.1266 |
| 2026-07-05 | 409.4392 |
| 2026-07-12 | 415.0779 |
| 2026-07-19 | 416.5947 |
| 2026-07-26 | 412.2347 |
| 2026-08-02 | 412.4848 |
| 2026-08-09 | 412.4309 |
| 2026-08-16 | 412.0540 |
| 2026-08-24 | 417.5141 |
| 2026-08-31 | 415.5644 |
| 2026-09-07 | 416.3925 |
| 2026-09-14 | 414.1928 |
| 2026-09-21 | 413.0276 |
High
419.1688
Low
402.0883
Average
413.2174
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=AOA"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=AOA");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=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¤cies=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.