FJD to AOA exchange rate API
Fiji Dollar to Kwanza · quoted 2026-09-25
409.1294
▲ +0.12% over 1Y
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 year, FJD/AOA traded between 399.7070 and 419.2280, averaged 409.8323 and rose 0.12%. 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 1Y: show the values
| Point | FJD/AOA |
|---|---|
| 2025-09-25 | 408.6542 |
| 2025-10-02 | 405.0673 |
| 2025-10-09 | 403.7342 |
| 2025-10-16 | 401.2276 |
| 2025-10-23 | 400.0366 |
| 2025-10-30 | 404.5646 |
| 2025-11-06 | 399.7393 |
| 2025-11-13 | 400.1394 |
| 2025-11-20 | 399.7070 |
| 2025-11-27 | 401.9719 |
| 2025-12-04 | 403.7549 |
| 2025-12-12 | 405.1191 |
| 2025-12-19 | 402.2525 |
| 2025-12-26 | 403.0421 |
| 2026-01-02 | 404.1959 |
| 2026-01-09 | 403.1871 |
| 2026-01-16 | 402.9342 |
| 2026-01-23 | 407.1876 |
| 2026-01-30 | 414.6946 |
| 2026-02-06 | 412.2065 |
| 2026-02-13 | 416.6004 |
| 2026-02-20 | 415.4844 |
| 2026-02-27 | 416.6421 |
| 2026-03-06 | 411.9862 |
| 2026-03-13 | 416.1396 |
| 2026-03-20 | 414.3402 |
| 2026-03-27 | 409.0987 |
| 2026-04-03 | 407.1399 |
| 2026-04-10 | 412.5846 |
| 2026-04-17 | 414.1419 |
| 2026-04-24 | 414.5153 |
| 2026-05-01 | 417.8398 |
| 2026-05-08 | 418.2026 |
| 2026-05-16 | 417.6545 |
| 2026-05-24 | 413.2936 |
| 2026-05-31 | 419.2280 |
| 2026-06-09 | 413.8806 |
| 2026-06-16 | 412.6541 |
| 2026-06-23 | 410.2284 |
| 2026-06-30 | 407.9466 |
| 2026-07-07 | 409.0153 |
| 2026-07-14 | 409.7958 |
| 2026-07-21 | 410.5215 |
| 2026-07-28 | 410.4623 |
| 2026-08-04 | 412.3319 |
| 2026-08-11 | 412.0374 |
| 2026-08-18 | 413.6807 |
| 2026-08-26 | 416.8922 |
| 2026-09-02 | 413.8543 |
| 2026-09-09 | 415.7422 |
| 2026-09-16 | 413.9796 |
| 2026-09-23 | 410.6509 |
High
419.2280
Low
399.7070
Average
409.8323
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.