NIO to CLP exchange rate API
Cordoba Oro to Chilean Peso · quoted 2026-09-27
26.2464
▲ +7.13% over YTD
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 year to date, NIO/CLP traded between 23.2487 and 26.2464, averaged 24.6546 and rose 7.13%. 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 YTD: show the values
| Point | NIO/CLP |
|---|---|
| 2025-12-31 | 24.4986 |
| 2026-01-07 | 24.3195 |
| 2026-01-14 | 24.0857 |
| 2026-01-21 | 24.0755 |
| 2026-01-28 | 23.3864 |
| 2026-02-04 | 23.4136 |
| 2026-02-11 | 23.2487 |
| 2026-02-18 | 23.5582 |
| 2026-02-25 | 23.4417 |
| 2026-03-04 | 24.5464 |
| 2026-03-11 | 24.1523 |
| 2026-03-18 | 24.6781 |
| 2026-03-25 | 24.9478 |
| 2026-04-01 | 25.1950 |
| 2026-04-08 | 24.9265 |
| 2026-04-15 | 24.0856 |
| 2026-04-22 | 24.2479 |
| 2026-04-29 | 24.2849 |
| 2026-05-06 | 24.6614 |
| 2026-05-14 | 24.1380 |
| 2026-05-21 | 24.3954 |
| 2026-05-29 | 24.2837 |
| 2026-06-05 | 24.3793 |
| 2026-06-14 | 24.4944 |
| 2026-06-21 | 24.6470 |
| 2026-06-28 | 25.1091 |
| 2026-07-05 | 25.1145 |
| 2026-07-12 | 25.1920 |
| 2026-07-19 | 25.4307 |
| 2026-07-26 | 25.8510 |
| 2026-08-02 | 25.3837 |
| 2026-08-09 | 24.8380 |
| 2026-08-16 | 24.9238 |
| 2026-08-24 | 25.0119 |
| 2026-08-31 | 25.2976 |
| 2026-09-07 | 25.3301 |
| 2026-09-14 | 25.5868 |
| 2026-09-21 | 26.1240 |
High
26.2464
Low
23.2487
Average
24.6546
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NIO¤cies=CLP"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NIO¤cies=CLP");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NIO¤cies=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¤cies=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.