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: show the values
| Point | NIO/AMD |
|---|---|
| 2025-12-31 | 10.3767 |
| 2026-01-07 | 10.3469 |
| 2026-01-14 | 10.3448 |
| 2026-01-21 | 10.3056 |
| 2026-01-28 | 10.1835 |
| 2026-02-04 | 10.2423 |
| 2026-02-11 | 10.2417 |
| 2026-02-18 | 10.2235 |
| 2026-02-25 | 10.2577 |
| 2026-03-04 | 10.2352 |
| 2026-03-11 | 10.2460 |
| 2026-03-18 | 10.2475 |
| 2026-03-25 | 10.2544 |
| 2026-04-01 | 10.2585 |
| 2026-04-08 | 10.1864 |
| 2026-04-15 | 10.1633 |
| 2026-04-22 | 10.1118 |
| 2026-04-29 | 10.1166 |
| 2026-05-06 | 10.0694 |
| 2026-05-14 | 10.0296 |
| 2026-05-21 | 9.9913 |
| 2026-05-29 | 10.0029 |
| 2026-06-05 | 10.0360 |
| 2026-06-14 | 10.0298 |
| 2026-06-21 | 10.0386 |
| 2026-06-28 | 10.0180 |
| 2026-07-05 | 10.0361 |
| 2026-07-12 | 10.0101 |
| 2026-07-19 | 9.9998 |
| 2026-07-26 | 9.9736 |
| 2026-08-02 | 9.9734 |
| 2026-08-09 | 9.9644 |
| 2026-08-16 | 9.9641 |
| 2026-08-24 | 9.9192 |
| 2026-08-31 | 9.9488 |
| 2026-09-07 | 9.8857 |
| 2026-09-14 | 9.8910 |
| 2026-09-21 | 9.8712 |
High
10.3767
Low
9.8712
Average
10.0997
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.