NIO to AOA exchange rate API
Cordoba Oro to Kwanza · quoted 2026-09-26
24.9868
▼ +0.15% over 1Y
1 NIO = 24.9868 AOA · 1 AOA = 0.04002 NIO · Get this rate via the API
1 NIO buys 24.9868 AOA as of 2026-09-26, so 1 AOA buys 0.04002 NIO. Over the last year, NIO/AOA traded between 24.8283 and 25.3042, averaged 24.9712 and fell 0.15%. The API holds daily NIO/AOA rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
NIO/AOA over 1Y: show the values
| Point | NIO/AOA |
|---|---|
| 2025-09-26 | 25.0250 |
| 2025-10-03 | 24.9747 |
| 2025-10-10 | 24.9117 |
| 2025-10-17 | 24.9751 |
| 2025-10-24 | 24.9709 |
| 2025-10-31 | 24.9395 |
| 2025-11-07 | 24.9511 |
| 2025-11-14 | 24.9945 |
| 2025-11-21 | 25.0072 |
| 2025-11-28 | 24.8674 |
| 2025-12-05 | 24.9934 |
| 2025-12-13 | 24.9344 |
| 2025-12-20 | 24.8857 |
| 2025-12-27 | 24.9681 |
| 2026-01-03 | 25.0654 |
| 2026-01-10 | 24.9192 |
| 2026-01-17 | 24.8978 |
| 2026-01-24 | 24.8526 |
| 2026-01-31 | 24.8283 |
| 2026-02-07 | 24.9585 |
| 2026-02-14 | 24.9543 |
| 2026-02-21 | 25.0059 |
| 2026-02-28 | 25.2024 |
| 2026-03-07 | 25.0115 |
| 2026-03-14 | 24.9653 |
| 2026-03-21 | 24.9973 |
| 2026-03-28 | 24.9725 |
| 2026-04-04 | 24.9407 |
| 2026-04-11 | 24.9657 |
| 2026-04-18 | 24.9998 |
| 2026-04-25 | 24.9855 |
| 2026-05-02 | 25.0066 |
| 2026-05-09 | 25.0034 |
| 2026-05-17 | 25.3042 |
| 2026-05-25 | 25.0324 |
| 2026-06-01 | 24.9468 |
| 2026-06-10 | 24.9659 |
| 2026-06-17 | 24.9921 |
| 2026-06-24 | 24.8609 |
| 2026-07-01 | 24.9106 |
| 2026-07-08 | 24.9599 |
| 2026-07-15 | 24.9828 |
| 2026-07-22 | 24.9147 |
| 2026-07-29 | 24.9559 |
| 2026-08-05 | 24.9796 |
| 2026-08-12 | 24.9675 |
| 2026-08-20 | 25.0295 |
| 2026-08-27 | 24.8954 |
| 2026-09-03 | 24.9520 |
| 2026-09-10 | 24.9833 |
| 2026-09-17 | 25.0021 |
| 2026-09-24 | 24.9191 |
High
25.3042
Low
24.8283
Average
24.9712
Get this rate via the API
One GET request returns the NIO/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=NIO¤cies=AOA"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NIO¤cies=AOA");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NIO¤cies=AOA").json()Replace YOUR_API_KEY with the key from your dashboard.
NIO/AOA API questions
How do I get the NIO/AOA exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NIO¤cies=AOA, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest NIO/AOA rate in rates.AOA.
How far back does NIO/AOA historical data go?
Daily NIO/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 NIO/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.