Skip to content

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

NIO/AOA over 30D: show the values
PointNIO/AOA
2026-08-2724.8954
2026-08-2824.9377
2026-08-2924.8964
2026-08-3024.9711
2026-08-3124.9735
2026-09-0124.9621
2026-09-0224.9663
2026-09-0324.9520
2026-09-0424.9465
2026-09-0524.9582
2026-09-0625.0200
2026-09-0724.9859
2026-09-0824.8943
2026-09-0924.9832
2026-09-1024.9833
2026-09-1124.9874
2026-09-1225.1137
2026-09-1325.3841
2026-09-1424.9871
2026-09-1524.9658
2026-09-1625.0320
2026-09-1725.0021
2026-09-1825.0340
2026-09-1924.9012
2026-09-2024.9441
2026-09-2125.0236
2026-09-2224.9909
2026-09-2324.8800
2026-09-2424.9191
2026-09-2524.9129
2026-09-2624.9868

High

25.3841

Low

24.8800

Average

24.9805

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.