Skip to content

NIO to AMD exchange rate API

Cordoba Oro to Armenian Dram · quoted 2026-09-26

9.8932

▼ +4.66% over YTD

1 NIO = 9.8932 AMD · 1 AMD = 0.10108 NIO · Get this rate via the API

1 NIO buys 9.8932 AMD as of 2026-09-26, so 1 AMD buys 0.10108 NIO. Over the year to date, NIO/AMD traded between 9.8712 and 10.3767, averaged 10.0997 and fell 4.66%. The API holds daily NIO/AMD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

NIO/AMD over YTD

NIO/AMD over YTD: show the values
PointNIO/AMD
2025-12-3110.3767
2026-01-0710.3469
2026-01-1410.3448
2026-01-2110.3056
2026-01-2810.1835
2026-02-0410.2423
2026-02-1110.2417
2026-02-1810.2235
2026-02-2510.2577
2026-03-0410.2352
2026-03-1110.2460
2026-03-1810.2475
2026-03-2510.2544
2026-04-0110.2585
2026-04-0810.1864
2026-04-1510.1633
2026-04-2210.1118
2026-04-2910.1166
2026-05-0610.0694
2026-05-1410.0296
2026-05-219.9913
2026-05-2910.0029
2026-06-0510.0360
2026-06-1410.0298
2026-06-2110.0386
2026-06-2810.0180
2026-07-0510.0361
2026-07-1210.0101
2026-07-199.9998
2026-07-269.9736
2026-08-029.9734
2026-08-099.9644
2026-08-169.9641
2026-08-249.9192
2026-08-319.9488
2026-09-079.8857
2026-09-149.8910
2026-09-219.8712

High

10.3767

Low

9.8712

Average

10.0997

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

NIO/AMD API questions

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

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

How far back does NIO/AMD historical data go?

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