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: show the values
| Point | CHF/NAD |
|---|---|
| 2025-09-24 | 21.7315 |
| 2025-10-01 | 21.6156 |
| 2025-10-08 | 21.5597 |
| 2025-10-15 | 21.6721 |
| 2025-10-22 | 21.8611 |
| 2025-10-29 | 21.5094 |
| 2025-11-05 | 21.6698 |
| 2025-11-12 | 21.4836 |
| 2025-11-19 | 21.4653 |
| 2025-11-26 | 21.2977 |
| 2025-12-03 | 21.3704 |
| 2025-12-11 | 21.2776 |
| 2025-12-18 | 21.1134 |
| 2025-12-25 | 21.1464 |
| 2026-01-01 | 20.8493 |
| 2026-01-08 | 20.6340 |
| 2026-01-15 | 20.4724 |
| 2026-01-22 | 20.5037 |
| 2026-01-29 | 20.5163 |
| 2026-02-05 | 20.7208 |
| 2026-02-12 | 20.6724 |
| 2026-02-19 | 20.6630 |
| 2026-02-26 | 20.4922 |
| 2026-03-05 | 20.9779 |
| 2026-03-12 | 21.2610 |
| 2026-03-19 | 21.3210 |
| 2026-03-26 | 21.4471 |
| 2026-04-02 | 21.2202 |
| 2026-04-09 | 21.0050 |
| 2026-04-16 | 20.8916 |
| 2026-04-23 | 21.0189 |
| 2026-04-30 | 21.4816 |
| 2026-05-07 | 21.2533 |
| 2026-05-15 | 20.9694 |
| 2026-05-23 | 20.9684 |
| 2026-05-30 | 20.7876 |
| 2026-06-06 | 20.8107 |
| 2026-06-15 | 20.3498 |
| 2026-06-22 | 20.3442 |
| 2026-06-29 | 20.3714 |
| 2026-07-06 | 20.1649 |
| 2026-07-13 | 20.2395 |
| 2026-07-20 | 20.4331 |
| 2026-07-27 | 20.5148 |
| 2026-08-03 | 20.3949 |
| 2026-08-10 | 19.9954 |
| 2026-08-17 | 19.9773 |
| 2026-08-25 | 19.9464 |
| 2026-09-01 | 19.8812 |
| 2026-09-08 | 19.7073 |
| 2026-09-15 | 19.8925 |
| 2026-09-22 | 19.8318 |
High
21.8611
Low
19.7073
Average
20.8217
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=NAD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=NAD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=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¤cies=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.