Skip to content

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

CHF/NIO over 1Y: show the values
PointCHF/NIO
2025-09-2446.2880
2025-10-0146.1295
2025-10-0845.8772
2025-10-1545.8394
2025-10-2246.1820
2025-10-2946.1211
2025-11-0545.4182
2025-11-1246.0442
2025-11-1945.8901
2025-11-2645.5671
2025-12-0345.9867
2025-12-1146.1307
2025-12-1846.2854
2025-12-2546.7052
2026-01-0146.4381
2026-01-0846.1071
2026-01-1545.9383
2026-01-2246.3820
2026-01-2947.9974
2026-02-0547.4018
2026-02-1247.9016
2026-02-1947.5049
2026-02-2647.4581
2026-03-0547.1838
2026-03-1247.0597
2026-03-1946.4800
2026-03-2646.4802
2026-04-0246.0404
2026-04-0946.4490
2026-04-1646.8572
2026-04-2347.0593
2026-04-3046.7439
2026-05-0747.4621
2026-05-1547.0131
2026-05-2346.8983
2026-05-3047.0565
2026-06-0646.2422
2026-06-1546.3407
2026-06-2245.5310
2026-06-2945.5437
2026-07-0645.6686
2026-07-1345.4952
2026-07-2045.5131
2026-07-2745.1105
2026-08-0345.4494
2026-08-1045.4663
2026-08-1745.3964
2026-08-2545.7544
2026-09-0145.4017
2026-09-0845.3471
2026-09-1544.8898
2026-09-2244.8115

High

47.9974

Low

44.6972

Average

46.2082

For developers

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF&currencies=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&currencies=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.