Skip to content

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

NIO/AOA over 1Y: show the values
PointNIO/AOA
2025-09-2625.0250
2025-10-0324.9747
2025-10-1024.9117
2025-10-1724.9751
2025-10-2424.9709
2025-10-3124.9395
2025-11-0724.9511
2025-11-1424.9945
2025-11-2125.0072
2025-11-2824.8674
2025-12-0524.9934
2025-12-1324.9344
2025-12-2024.8857
2025-12-2724.9681
2026-01-0325.0654
2026-01-1024.9192
2026-01-1724.8978
2026-01-2424.8526
2026-01-3124.8283
2026-02-0724.9585
2026-02-1424.9543
2026-02-2125.0059
2026-02-2825.2024
2026-03-0725.0115
2026-03-1424.9653
2026-03-2124.9973
2026-03-2824.9725
2026-04-0424.9407
2026-04-1124.9657
2026-04-1824.9998
2026-04-2524.9855
2026-05-0225.0066
2026-05-0925.0034
2026-05-1725.3042
2026-05-2525.0324
2026-06-0124.9468
2026-06-1024.9659
2026-06-1724.9921
2026-06-2424.8609
2026-07-0124.9106
2026-07-0824.9599
2026-07-1524.9828
2026-07-2224.9147
2026-07-2924.9559
2026-08-0524.9796
2026-08-1224.9675
2026-08-2025.0295
2026-08-2724.8954
2026-09-0324.9520
2026-09-1024.9833
2026-09-1725.0021
2026-09-2424.9191

High

25.3042

Low

24.8283

Average

24.9712

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NIO&currencies=AOA"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NIO&currencies=AOA");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NIO&currencies=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&currencies=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.