NIO to AOA exchange rate API
Cordoba Oro to Kwanza · quoted 2026-09-26
24.9868
▲ +0.37% over 30D
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 30 days, NIO/AOA traded between 24.8800 and 25.3841, averaged 24.9805 and rose 0.37%. 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 30D: show the values
| Point | NIO/AOA |
|---|---|
| 2026-08-27 | 24.8954 |
| 2026-08-28 | 24.9377 |
| 2026-08-29 | 24.8964 |
| 2026-08-30 | 24.9711 |
| 2026-08-31 | 24.9735 |
| 2026-09-01 | 24.9621 |
| 2026-09-02 | 24.9663 |
| 2026-09-03 | 24.9520 |
| 2026-09-04 | 24.9465 |
| 2026-09-05 | 24.9582 |
| 2026-09-06 | 25.0200 |
| 2026-09-07 | 24.9859 |
| 2026-09-08 | 24.8943 |
| 2026-09-09 | 24.9832 |
| 2026-09-10 | 24.9833 |
| 2026-09-11 | 24.9874 |
| 2026-09-12 | 25.1137 |
| 2026-09-13 | 25.3841 |
| 2026-09-14 | 24.9871 |
| 2026-09-15 | 24.9658 |
| 2026-09-16 | 25.0320 |
| 2026-09-17 | 25.0021 |
| 2026-09-18 | 25.0340 |
| 2026-09-19 | 24.9012 |
| 2026-09-20 | 24.9441 |
| 2026-09-21 | 25.0236 |
| 2026-09-22 | 24.9909 |
| 2026-09-23 | 24.8800 |
| 2026-09-24 | 24.9191 |
| 2026-09-25 | 24.9129 |
| 2026-09-26 | 24.9868 |
High
25.3841
Low
24.8800
Average
24.9805
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.