CHF to NIO exchange rate API
Swiss Franc to Cordoba Oro · quoted 2026-09-24
44.6972
▼ +3.44% over 1Y
1 CHF = 44.6972 NIO · 1 NIO = 0.02237 CHF · Get this rate via the API
1 CHF buys 44.6972 NIO as of 2026-09-24, so 1 NIO buys 0.02237 CHF. Over the last year, CHF/NIO traded between 44.6972 and 47.9974, averaged 46.2082 and fell 3.44%. The API holds daily CHF/NIO rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
CHF/NIO over 1Y: show the values
| Point | CHF/NIO |
|---|---|
| 2025-09-24 | 46.2880 |
| 2025-10-01 | 46.1295 |
| 2025-10-08 | 45.8772 |
| 2025-10-15 | 45.8394 |
| 2025-10-22 | 46.1820 |
| 2025-10-29 | 46.1211 |
| 2025-11-05 | 45.4182 |
| 2025-11-12 | 46.0442 |
| 2025-11-19 | 45.8901 |
| 2025-11-26 | 45.5671 |
| 2025-12-03 | 45.9867 |
| 2025-12-11 | 46.1307 |
| 2025-12-18 | 46.2854 |
| 2025-12-25 | 46.7052 |
| 2026-01-01 | 46.4381 |
| 2026-01-08 | 46.1071 |
| 2026-01-15 | 45.9383 |
| 2026-01-22 | 46.3820 |
| 2026-01-29 | 47.9974 |
| 2026-02-05 | 47.4018 |
| 2026-02-12 | 47.9016 |
| 2026-02-19 | 47.5049 |
| 2026-02-26 | 47.4581 |
| 2026-03-05 | 47.1838 |
| 2026-03-12 | 47.0597 |
| 2026-03-19 | 46.4800 |
| 2026-03-26 | 46.4802 |
| 2026-04-02 | 46.0404 |
| 2026-04-09 | 46.4490 |
| 2026-04-16 | 46.8572 |
| 2026-04-23 | 47.0593 |
| 2026-04-30 | 46.7439 |
| 2026-05-07 | 47.4621 |
| 2026-05-15 | 47.0131 |
| 2026-05-23 | 46.8983 |
| 2026-05-30 | 47.0565 |
| 2026-06-06 | 46.2422 |
| 2026-06-15 | 46.3407 |
| 2026-06-22 | 45.5310 |
| 2026-06-29 | 45.5437 |
| 2026-07-06 | 45.6686 |
| 2026-07-13 | 45.4952 |
| 2026-07-20 | 45.5131 |
| 2026-07-27 | 45.1105 |
| 2026-08-03 | 45.4494 |
| 2026-08-10 | 45.4663 |
| 2026-08-17 | 45.3964 |
| 2026-08-25 | 45.7544 |
| 2026-09-01 | 45.4017 |
| 2026-09-08 | 45.3471 |
| 2026-09-15 | 44.8898 |
| 2026-09-22 | 44.8115 |
High
47.9974
Low
44.6972
Average
46.2082
Get this rate via the API
One GET request returns the CHF/NIO 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=CHF¤cies=NIO"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=NIO");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=NIO").json()Replace YOUR_API_KEY with the key from your dashboard.
CHF/NIO API questions
How do I get the CHF/NIO exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=NIO, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest CHF/NIO rate in rates.NIO.
How far back does CHF/NIO historical data go?
Daily CHF/NIO 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 CHF/NIO 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.