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: show the values
| Point | NIO/CLP |
|---|---|
| 2025-09-27 | 26.1472 |
| 2025-10-04 | 26.3492 |
| 2025-10-11 | 26.2235 |
| 2025-10-18 | 25.9943 |
| 2025-10-25 | 25.7367 |
| 2025-11-01 | 25.6469 |
| 2025-11-08 | 25.7098 |
| 2025-11-15 | 25.1731 |
| 2025-11-22 | 25.5870 |
| 2025-11-29 | 25.2543 |
| 2025-12-06 | 25.1817 |
| 2025-12-14 | 24.8637 |
| 2025-12-21 | 24.7760 |
| 2025-12-28 | 24.6641 |
| 2026-01-04 | 24.6951 |
| 2026-01-11 | 24.3142 |
| 2026-01-18 | 24.1126 |
| 2026-01-25 | 23.5637 |
| 2026-02-01 | 23.8078 |
| 2026-02-08 | 23.2989 |
| 2026-02-15 | 23.4369 |
| 2026-02-22 | 23.5336 |
| 2026-03-01 | 23.7362 |
| 2026-03-08 | 24.8634 |
| 2026-03-15 | 24.9799 |
| 2026-03-22 | 25.2540 |
| 2026-03-29 | 25.2286 |
| 2026-04-05 | 25.0627 |
| 2026-04-12 | 24.3005 |
| 2026-04-19 | 23.7848 |
| 2026-04-26 | 24.4033 |
| 2026-05-03 | 24.4890 |
| 2026-05-10 | 24.2742 |
| 2026-05-18 | 24.3603 |
| 2026-05-26 | 24.3788 |
| 2026-06-02 | 24.2741 |
| 2026-06-11 | 24.9220 |
| 2026-06-18 | 24.1012 |
| 2026-06-25 | 25.0006 |
| 2026-07-02 | 25.2851 |
| 2026-07-09 | 25.4354 |
| 2026-07-16 | 25.1879 |
| 2026-07-23 | 25.4525 |
| 2026-07-30 | 25.4450 |
| 2026-08-06 | 24.8536 |
| 2026-08-13 | 24.8474 |
| 2026-08-21 | 25.0604 |
| 2026-08-28 | 25.2016 |
| 2026-09-04 | 25.3497 |
| 2026-09-11 | 25.6039 |
| 2026-09-18 | 26.1909 |
| 2026-09-25 | 26.1785 |
High
26.3492
Low
23.2989
Average
24.9400
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.