Skip to content

NIO to AFN exchange rate API

Cordoba Oro to Afghani · quoted 2026-09-27

1.7713

▼ +2.27% over 1Y

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 year, NIO/AFN traded between 1.6875 and 1.8328, averaged 1.7703 and fell 2.27%. 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 1Y

NIO/AFN over 1Y: show the values
PointNIO/AFN
2025-09-271.8125
2025-10-041.8328
2025-10-111.8221
2025-10-181.8097
2025-10-251.8031
2025-11-011.8081
2025-11-081.8171
2025-11-151.8033
2025-11-221.7981
2025-11-291.8003
2025-12-061.8123
2025-12-141.8015
2025-12-211.8036
2025-12-281.8021
2026-01-041.8005
2026-01-111.8001
2026-01-181.8086
2026-01-251.8004
2026-02-011.7881
2026-02-081.7591
2026-02-151.7287
2026-02-221.7197
2026-03-011.7320
2026-03-081.7288
2026-03-151.7316
2026-03-221.7482
2026-03-291.7531
2026-04-051.7682
2026-04-121.7556
2026-04-191.7500
2026-04-261.6875
2026-05-031.7434
2026-05-101.7439
2026-05-181.6951
2026-05-261.7176
2026-06-021.6980
2026-06-111.7025
2026-06-181.7147
2026-06-251.7274
2026-07-021.7346
2026-07-091.7418
2026-07-161.8111
2026-07-231.8199
2026-07-301.7867
2026-08-061.7869
2026-08-131.7779
2026-08-211.7923
2026-08-281.7941
2026-09-041.7910
2026-09-111.7791
2026-09-181.7726
2026-09-251.7395

High

1.8328

Low

1.6875

Average

1.7703

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.