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: show the values
| Point | NIO/AMD |
|---|---|
| 2025-09-26 | 10.3931 |
| 2025-10-03 | 10.4047 |
| 2025-10-10 | 10.3806 |
| 2025-10-17 | 10.3879 |
| 2025-10-24 | 10.3628 |
| 2025-10-31 | 10.3888 |
| 2025-11-07 | 10.3791 |
| 2025-11-14 | 10.3818 |
| 2025-11-21 | 10.3708 |
| 2025-11-28 | 10.3273 |
| 2025-12-05 | 10.3656 |
| 2025-12-13 | 10.3939 |
| 2025-12-20 | 10.3658 |
| 2025-12-27 | 10.3653 |
| 2026-01-03 | 10.3902 |
| 2026-01-10 | 10.3708 |
| 2026-01-17 | 10.3544 |
| 2026-01-24 | 10.3118 |
| 2026-01-31 | 10.3450 |
| 2026-02-07 | 10.2933 |
| 2026-02-14 | 10.2683 |
| 2026-02-21 | 10.2639 |
| 2026-02-28 | 10.2682 |
| 2026-03-07 | 10.2742 |
| 2026-03-14 | 10.2854 |
| 2026-03-21 | 10.2796 |
| 2026-03-28 | 10.2717 |
| 2026-04-04 | 10.2738 |
| 2026-04-11 | 10.2294 |
| 2026-04-18 | 10.1888 |
| 2026-04-25 | 10.1188 |
| 2026-05-02 | 10.1002 |
| 2026-05-09 | 10.0507 |
| 2026-05-17 | 10.0428 |
| 2026-05-25 | 9.9869 |
| 2026-06-01 | 10.0045 |
| 2026-06-10 | 10.0138 |
| 2026-06-17 | 10.0175 |
| 2026-06-24 | 9.9908 |
| 2026-07-01 | 9.9996 |
| 2026-07-08 | 9.9828 |
| 2026-07-15 | 9.9474 |
| 2026-07-22 | 9.9543 |
| 2026-07-29 | 9.9773 |
| 2026-08-05 | 9.9509 |
| 2026-08-12 | 9.9401 |
| 2026-08-20 | 9.8930 |
| 2026-08-27 | 9.8945 |
| 2026-09-03 | 9.9002 |
| 2026-09-10 | 9.8883 |
| 2026-09-17 | 9.9392 |
| 2026-09-24 | 9.8749 |
High
10.4047
Low
9.8749
Average
10.1754
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NIO¤cies=AMD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NIO¤cies=AMD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NIO¤cies=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¤cies=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.