Skip to content

CHF to NAD exchange rate API

Swiss Franc to Namibia Dollar · quoted 2026-09-24

19.7923

▼ +8.92% over 1Y

1 CHF = 19.7923 NAD · 1 NAD = 0.05052 CHF · Get this rate via the API

1 CHF buys 19.7923 NAD as of 2026-09-24, so 1 NAD buys 0.05052 CHF. Over the last year, CHF/NAD traded between 19.7073 and 21.8611, averaged 20.8217 and fell 8.92%. The API holds daily CHF/NAD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

CHF/NAD over 1Y

CHF/NAD over 1Y: show the values
PointCHF/NAD
2025-09-2421.7315
2025-10-0121.6156
2025-10-0821.5597
2025-10-1521.6721
2025-10-2221.8611
2025-10-2921.5094
2025-11-0521.6698
2025-11-1221.4836
2025-11-1921.4653
2025-11-2621.2977
2025-12-0321.3704
2025-12-1121.2776
2025-12-1821.1134
2025-12-2521.1464
2026-01-0120.8493
2026-01-0820.6340
2026-01-1520.4724
2026-01-2220.5037
2026-01-2920.5163
2026-02-0520.7208
2026-02-1220.6724
2026-02-1920.6630
2026-02-2620.4922
2026-03-0520.9779
2026-03-1221.2610
2026-03-1921.3210
2026-03-2621.4471
2026-04-0221.2202
2026-04-0921.0050
2026-04-1620.8916
2026-04-2321.0189
2026-04-3021.4816
2026-05-0721.2533
2026-05-1520.9694
2026-05-2320.9684
2026-05-3020.7876
2026-06-0620.8107
2026-06-1520.3498
2026-06-2220.3442
2026-06-2920.3714
2026-07-0620.1649
2026-07-1320.2395
2026-07-2020.4331
2026-07-2720.5148
2026-08-0320.3949
2026-08-1019.9954
2026-08-1719.9773
2026-08-2519.9464
2026-09-0119.8812
2026-09-0819.7073
2026-09-1519.8925
2026-09-2219.8318

High

21.8611

Low

19.7073

Average

20.8217

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

CHF/NAD API questions

How do I get the CHF/NAD exchange rate from an API?

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

How far back does CHF/NAD historical data go?

Daily CHF/NAD 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/NAD 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.