Skip to content

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

NIO/ARS over 1Y: show the values
PointNIO/ARS
2025-09-2736.3577
2025-10-0438.8734
2025-10-1138.6696
2025-10-1839.5540
2025-10-2540.6983
2025-11-0139.2351
2025-11-0838.5244
2025-11-1538.0060
2025-11-2238.8013
2025-11-2939.3149
2025-12-0638.9802
2025-12-1439.1938
2025-12-2139.4271
2025-12-2839.5038
2026-01-0440.2054
2026-01-1139.8815
2026-01-1838.8554
2026-01-2539.0059
2026-02-0139.4721
2026-02-0838.9752
2026-02-1537.9779
2026-02-2237.5331
2026-03-0137.9527
2026-03-0838.6450
2026-03-1538.0278
2026-03-2237.8964
2026-03-2937.7686
2026-04-0537.8141
2026-04-1237.3204
2026-04-1937.1361
2026-04-2637.8447
2026-05-0337.9434
2026-05-1038.1101
2026-05-1837.8115
2026-05-2638.1160
2026-06-0238.8186
2026-06-1139.0026
2026-06-1839.1651
2026-06-2540.2375
2026-07-0240.6909
2026-07-0940.4553
2026-07-1640.1996
2026-07-2340.3150
2026-07-3040.6792
2026-08-0640.6906
2026-08-1340.5530
2026-08-2140.6623
2026-08-2841.1326
2026-09-0441.0022
2026-09-1141.1614
2026-09-1841.1779
2026-09-2541.3055

High

41.6144

Low

36.3577

Average

39.2131

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NIO&currencies=ARS"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NIO&currencies=ARS");
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=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&currencies=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.