TOP to AOA exchange rate API
Pa’anga to Kwanza · quoted 2026-09-25
384.8855
▼ +2.47% over 1Y
1 TOP = 384.8855 AOA · 1 AOA = 0.002598 TOP · Get this rate via the API
1 TOP buys 384.8855 AOA as of 2026-09-25, so 1 AOA buys 0.002598 TOP. Over the last year, TOP/AOA traded between 381.2673 and 394.7591, averaged 388.8806 and fell 2.47%. The API holds daily TOP/AOA rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
TOP/AOA over 1Y: show the values
| Point | TOP/AOA |
|---|---|
| 2025-09-25 | 394.6243 |
| 2025-10-02 | 388.2445 |
| 2025-10-09 | 387.9171 |
| 2025-10-16 | 388.7465 |
| 2025-10-23 | 389.0909 |
| 2025-10-30 | 388.5347 |
| 2025-11-06 | 388.7841 |
| 2025-11-13 | 388.8923 |
| 2025-11-20 | 384.4739 |
| 2025-11-27 | 383.9370 |
| 2025-12-04 | 385.1818 |
| 2025-12-12 | 384.3174 |
| 2025-12-19 | 384.1164 |
| 2025-12-26 | 388.1054 |
| 2026-01-02 | 385.2541 |
| 2026-01-09 | 383.4024 |
| 2026-01-16 | 389.5252 |
| 2026-01-23 | 387.6525 |
| 2026-01-30 | 390.6610 |
| 2026-02-06 | 389.8023 |
| 2026-02-13 | 392.9190 |
| 2026-02-20 | 391.1462 |
| 2026-02-27 | 392.4062 |
| 2026-03-06 | 389.7255 |
| 2026-03-13 | 391.5050 |
| 2026-03-20 | 390.8982 |
| 2026-03-27 | 393.3875 |
| 2026-04-03 | 388.6304 |
| 2026-04-10 | 390.7518 |
| 2026-04-18 | 381.2674 |
| 2026-04-25 | 381.2674 |
| 2026-05-02 | 381.2673 |
| 2026-05-09 | 381.2674 |
| 2026-05-17 | 393.9456 |
| 2026-05-25 | 394.0330 |
| 2026-06-01 | 394.3227 |
| 2026-06-10 | 390.7797 |
| 2026-06-17 | 394.7591 |
| 2026-06-24 | 387.6694 |
| 2026-07-01 | 386.6922 |
| 2026-07-08 | 391.6701 |
| 2026-07-15 | 388.7031 |
| 2026-07-22 | 387.7602 |
| 2026-07-29 | 389.5509 |
| 2026-08-05 | 390.0345 |
| 2026-08-12 | 389.8960 |
| 2026-08-20 | 391.9514 |
| 2026-08-27 | 392.2034 |
| 2026-09-03 | 392.5885 |
| 2026-09-10 | 392.6077 |
| 2026-09-17 | 389.8802 |
| 2026-09-24 | 389.0352 |
High
394.7591
Low
381.2673
Average
388.8806
Get this rate via the API
One GET request returns the TOP/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=TOP¤cies=AOA"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=AOA");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=AOA").json()Replace YOUR_API_KEY with the key from your dashboard.
TOP/AOA API questions
How do I get the TOP/AOA exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=AOA, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest TOP/AOA rate in rates.AOA.
How far back does TOP/AOA historical data go?
Daily TOP/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 TOP/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.