Skip to content

NIO to CLP exchange rate API

Cordoba Oro to Chilean Peso · quoted 2026-09-27

26.2464

▲ +0.38% over 1Y

1 NIO = 26.2464 CLP · 1 CLP = 0.03810 NIO · Get this rate via the API

1 NIO buys 26.2464 CLP as of 2026-09-27, so 1 CLP buys 0.03810 NIO. Over the last year, NIO/CLP traded between 23.2989 and 26.3492, averaged 24.9400 and rose 0.38%. The API holds daily NIO/CLP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

NIO/CLP over 1Y

NIO/CLP over 1Y: show the values
PointNIO/CLP
2025-09-2726.1472
2025-10-0426.3492
2025-10-1126.2235
2025-10-1825.9943
2025-10-2525.7367
2025-11-0125.6469
2025-11-0825.7098
2025-11-1525.1731
2025-11-2225.5870
2025-11-2925.2543
2025-12-0625.1817
2025-12-1424.8637
2025-12-2124.7760
2025-12-2824.6641
2026-01-0424.6951
2026-01-1124.3142
2026-01-1824.1126
2026-01-2523.5637
2026-02-0123.8078
2026-02-0823.2989
2026-02-1523.4369
2026-02-2223.5336
2026-03-0123.7362
2026-03-0824.8634
2026-03-1524.9799
2026-03-2225.2540
2026-03-2925.2286
2026-04-0525.0627
2026-04-1224.3005
2026-04-1923.7848
2026-04-2624.4033
2026-05-0324.4890
2026-05-1024.2742
2026-05-1824.3603
2026-05-2624.3788
2026-06-0224.2741
2026-06-1124.9220
2026-06-1824.1012
2026-06-2525.0006
2026-07-0225.2851
2026-07-0925.4354
2026-07-1625.1879
2026-07-2325.4525
2026-07-3025.4450
2026-08-0624.8536
2026-08-1324.8474
2026-08-2125.0604
2026-08-2825.2016
2026-09-0425.3497
2026-09-1125.6039
2026-09-1826.1909
2026-09-2526.1785

High

26.3492

Low

23.2989

Average

24.9400

For developers

Get this rate via the API

One GET request returns the NIO/CLP 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=CLP"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NIO&currencies=CLP");
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=CLP").json()

Replace YOUR_API_KEY with the key from your dashboard.

NIO/CLP API questions

How do I get the NIO/CLP exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NIO&currencies=CLP, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest NIO/CLP rate in rates.CLP.

How far back does NIO/CLP historical data go?

Daily NIO/CLP 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/CLP 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.