NIO to ARS exchange rate API
Cordoba Oro to Argentine Peso · quoted 2026-09-27
41.6144
▲ +14.46% over 1Y
1 NIO = 41.6144 ARS · 1 ARS = 0.02403 NIO · Get this rate via the API
1 NIO buys 41.6144 ARS as of 2026-09-27, so 1 ARS buys 0.02403 NIO. Over the last year, NIO/ARS traded between 36.3577 and 41.6144, averaged 39.2131 and rose 14.46%. The API holds daily NIO/ARS rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
NIO/ARS over 1Y: show the values
| Point | NIO/ARS |
|---|---|
| 2025-09-27 | 36.3577 |
| 2025-10-04 | 38.8734 |
| 2025-10-11 | 38.6696 |
| 2025-10-18 | 39.5540 |
| 2025-10-25 | 40.6983 |
| 2025-11-01 | 39.2351 |
| 2025-11-08 | 38.5244 |
| 2025-11-15 | 38.0060 |
| 2025-11-22 | 38.8013 |
| 2025-11-29 | 39.3149 |
| 2025-12-06 | 38.9802 |
| 2025-12-14 | 39.1938 |
| 2025-12-21 | 39.4271 |
| 2025-12-28 | 39.5038 |
| 2026-01-04 | 40.2054 |
| 2026-01-11 | 39.8815 |
| 2026-01-18 | 38.8554 |
| 2026-01-25 | 39.0059 |
| 2026-02-01 | 39.4721 |
| 2026-02-08 | 38.9752 |
| 2026-02-15 | 37.9779 |
| 2026-02-22 | 37.5331 |
| 2026-03-01 | 37.9527 |
| 2026-03-08 | 38.6450 |
| 2026-03-15 | 38.0278 |
| 2026-03-22 | 37.8964 |
| 2026-03-29 | 37.7686 |
| 2026-04-05 | 37.8141 |
| 2026-04-12 | 37.3204 |
| 2026-04-19 | 37.1361 |
| 2026-04-26 | 37.8447 |
| 2026-05-03 | 37.9434 |
| 2026-05-10 | 38.1101 |
| 2026-05-18 | 37.8115 |
| 2026-05-26 | 38.1160 |
| 2026-06-02 | 38.8186 |
| 2026-06-11 | 39.0026 |
| 2026-06-18 | 39.1651 |
| 2026-06-25 | 40.2375 |
| 2026-07-02 | 40.6909 |
| 2026-07-09 | 40.4553 |
| 2026-07-16 | 40.1996 |
| 2026-07-23 | 40.3150 |
| 2026-07-30 | 40.6792 |
| 2026-08-06 | 40.6906 |
| 2026-08-13 | 40.5530 |
| 2026-08-21 | 40.6623 |
| 2026-08-28 | 41.1326 |
| 2026-09-04 | 41.0022 |
| 2026-09-11 | 41.1614 |
| 2026-09-18 | 41.1779 |
| 2026-09-25 | 41.3055 |
High
41.6144
Low
36.3577
Average
39.2131
Get this rate via the API
One GET request returns the NIO/ARS 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=ARS"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NIO¤cies=ARS");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NIO¤cies=ARS").json()Replace YOUR_API_KEY with the key from your dashboard.
NIO/ARS API questions
How do I get the NIO/ARS exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NIO¤cies=ARS, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest NIO/ARS rate in rates.ARS.
How far back does NIO/ARS historical data go?
Daily NIO/ARS 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/ARS 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.