Skip to content

NIO to AMD exchange rate API

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

9.8932

▼ +4.81% over 1Y

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 last year, NIO/AMD traded between 9.8749 and 10.4047, averaged 10.1754 and fell 4.81%. 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 1Y

NIO/AMD over 1Y: show the values
PointNIO/AMD
2025-09-2610.3931
2025-10-0310.4047
2025-10-1010.3806
2025-10-1710.3879
2025-10-2410.3628
2025-10-3110.3888
2025-11-0710.3791
2025-11-1410.3818
2025-11-2110.3708
2025-11-2810.3273
2025-12-0510.3656
2025-12-1310.3939
2025-12-2010.3658
2025-12-2710.3653
2026-01-0310.3902
2026-01-1010.3708
2026-01-1710.3544
2026-01-2410.3118
2026-01-3110.3450
2026-02-0710.2933
2026-02-1410.2683
2026-02-2110.2639
2026-02-2810.2682
2026-03-0710.2742
2026-03-1410.2854
2026-03-2110.2796
2026-03-2810.2717
2026-04-0410.2738
2026-04-1110.2294
2026-04-1810.1888
2026-04-2510.1188
2026-05-0210.1002
2026-05-0910.0507
2026-05-1710.0428
2026-05-259.9869
2026-06-0110.0045
2026-06-1010.0138
2026-06-1710.0175
2026-06-249.9908
2026-07-019.9996
2026-07-089.9828
2026-07-159.9474
2026-07-229.9543
2026-07-299.9773
2026-08-059.9509
2026-08-129.9401
2026-08-209.8930
2026-08-279.8945
2026-09-039.9002
2026-09-109.8883
2026-09-179.9392
2026-09-249.8749

High

10.4047

Low

9.8749

Average

10.1754

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.