CHF to ANG exchange rate API
Swiss Franc to Netherlands Antillean Guilder · quoted 2026-09-24
2.1806
▼ +3.91% over 1Y
1 CHF = 2.1806 ANG · 1 ANG = 0.45860 CHF · Get this rate via the API
1 CHF buys 2.1806 ANG as of 2026-09-24, so 1 ANG buys 0.45860 CHF. Over the last year, CHF/ANG traded between 2.1806 and 2.3476, averaged 2.2600 and fell 3.91%. The API holds daily CHF/ANG rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
CHF/ANG over 1Y: show the values
| Point | CHF/ANG |
|---|---|
| 2025-09-24 | 2.2694 |
| 2025-10-01 | 2.2571 |
| 2025-10-08 | 2.2518 |
| 2025-10-15 | 2.2440 |
| 2025-10-22 | 2.2634 |
| 2025-10-29 | 2.2604 |
| 2025-11-05 | 2.2249 |
| 2025-11-12 | 2.2544 |
| 2025-11-19 | 2.2473 |
| 2025-11-26 | 2.2290 |
| 2025-12-03 | 2.2528 |
| 2025-12-11 | 2.2490 |
| 2025-12-18 | 2.2661 |
| 2025-12-25 | 2.2847 |
| 2026-01-01 | 2.2733 |
| 2026-01-08 | 2.2611 |
| 2026-01-15 | 2.2501 |
| 2026-01-22 | 2.2742 |
| 2026-01-29 | 2.3476 |
| 2026-02-05 | 2.3215 |
| 2026-02-12 | 2.3250 |
| 2026-02-19 | 2.3301 |
| 2026-02-26 | 2.3187 |
| 2026-03-05 | 2.3110 |
| 2026-03-12 | 2.3132 |
| 2026-03-19 | 2.2839 |
| 2026-03-26 | 2.2800 |
| 2026-04-02 | 2.2538 |
| 2026-04-13 | 2.2635 |
| 2026-04-20 | 2.2907 |
| 2026-04-27 | 2.2833 |
| 2026-05-04 | 2.2830 |
| 2026-05-11 | 2.2982 |
| 2026-05-19 | 2.2880 |
| 2026-05-27 | 2.2901 |
| 2026-06-03 | 2.2833 |
| 2026-06-12 | 2.2566 |
| 2026-06-19 | 2.2354 |
| 2026-06-26 | 2.2265 |
| 2026-07-03 | 2.2389 |
| 2026-07-10 | 2.2300 |
| 2026-07-17 | 2.2353 |
| 2026-07-24 | 2.1979 |
| 2026-07-31 | 2.2152 |
| 2026-08-07 | 2.2279 |
| 2026-08-14 | 2.2174 |
| 2026-08-22 | 2.2484 |
| 2026-08-29 | 2.2255 |
| 2026-09-05 | 2.2204 |
| 2026-09-12 | 2.2008 |
| 2026-09-19 | 2.1867 |
High
2.3476
Low
2.1806
Average
2.2600
Get this rate via the API
One GET request returns the CHF/ANG 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=ANG"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=ANG");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=ANG").json()Replace YOUR_API_KEY with the key from your dashboard.
CHF/ANG API questions
How do I get the CHF/ANG exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=ANG, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest CHF/ANG rate in rates.ANG.
How far back does CHF/ANG historical data go?
Daily CHF/ANG 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/ANG 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.