Skip to content

NIO to AFN exchange rate API

Cordoba Oro to Afghani · quoted 2026-09-27

1.7713

▼ +8.03% over 5Y

1 NIO = 1.7713 AFN · 1 AFN = 0.56455 NIO · Get this rate via the API

1 NIO buys 1.7713 AFN as of 2026-09-27, so 1 AFN buys 0.56455 NIO. Over the last 5 years, NIO/AFN traded between 1.7116 and 2.0489, averaged 1.8409 and fell 8.03%. The API holds daily NIO/AFN rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

NIO/AFN over 5Y

NIO/AFN over 5Y: show the values
PointNIO/AFN
2024-08-241.9261
2024-10-071.8555
2024-11-061.8209
2024-12-061.8746
2025-01-051.9265
2025-02-042.0489
2025-03-061.9834
2025-04-061.9565
2025-05-061.9237
2025-06-071.8939
2025-07-071.8997
2025-08-061.8643
2025-09-051.8639
2025-10-061.8288
2025-11-051.8071
2025-12-051.7855
2026-01-051.7827
2026-02-041.7938
2026-03-061.7116
2026-04-051.7682
2026-05-051.7291
2026-06-061.7353
2026-07-081.7392
2026-08-071.7784
2026-09-071.7932

High

2.0489

Low

1.7116

Average

1.8409

For developers

Get this rate via the API

One GET request returns the NIO/AFN 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=AFN"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NIO&currencies=AFN");
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=AFN").json()

Replace YOUR_API_KEY with the key from your dashboard.

NIO/AFN API questions

How do I get the NIO/AFN exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NIO&currencies=AFN, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest NIO/AFN rate in rates.AFN.

How far back does NIO/AFN historical data go?

Daily NIO/AFN 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/AFN 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.