TOP to AOA exchange rate API
Pa’anga to Kwanza · quoted 2026-09-25
384.8855
▼ +1.27% over 5Y
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 5 years, TOP/AOA traded between 383.3404 and 402.2913, averaged 390.9880 and fell 1.27%. 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 5Y: show the values
| Point | TOP/AOA |
|---|---|
| 2024-08-24 | 389.8468 |
| 2024-10-07 | 398.2968 |
| 2024-11-06 | 402.2913 |
| 2024-12-06 | 394.1309 |
| 2025-01-05 | 386.1331 |
| 2025-02-04 | 383.8433 |
| 2025-03-06 | 391.4715 |
| 2025-04-06 | 387.0525 |
| 2025-05-06 | 392.6607 |
| 2025-06-07 | 387.7033 |
| 2025-07-07 | 398.5677 |
| 2025-08-06 | 394.2341 |
| 2025-09-05 | 397.9887 |
| 2025-10-06 | 388.3715 |
| 2025-11-05 | 390.2605 |
| 2025-12-05 | 383.4821 |
| 2026-01-05 | 387.6967 |
| 2026-02-04 | 392.3253 |
| 2026-03-06 | 389.7255 |
| 2026-04-05 | 394.2737 |
| 2026-05-06 | 394.3304 |
| 2026-06-09 | 393.2804 |
| 2026-07-09 | 387.4054 |
| 2026-08-08 | 383.3404 |
| 2026-09-08 | 392.0888 |
High
402.2913
Low
383.3404
Average
390.9880
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.