Skip to content

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

CHF/ANG over 1Y: show the values
PointCHF/ANG
2025-09-242.2694
2025-10-012.2571
2025-10-082.2518
2025-10-152.2440
2025-10-222.2634
2025-10-292.2604
2025-11-052.2249
2025-11-122.2544
2025-11-192.2473
2025-11-262.2290
2025-12-032.2528
2025-12-112.2490
2025-12-182.2661
2025-12-252.2847
2026-01-012.2733
2026-01-082.2611
2026-01-152.2501
2026-01-222.2742
2026-01-292.3476
2026-02-052.3215
2026-02-122.3250
2026-02-192.3301
2026-02-262.3187
2026-03-052.3110
2026-03-122.3132
2026-03-192.2839
2026-03-262.2800
2026-04-022.2538
2026-04-132.2635
2026-04-202.2907
2026-04-272.2833
2026-05-042.2830
2026-05-112.2982
2026-05-192.2880
2026-05-272.2901
2026-06-032.2833
2026-06-122.2566
2026-06-192.2354
2026-06-262.2265
2026-07-032.2389
2026-07-102.2300
2026-07-172.2353
2026-07-242.1979
2026-07-312.2152
2026-08-072.2279
2026-08-142.2174
2026-08-222.2484
2026-08-292.2255
2026-09-052.2204
2026-09-122.2008
2026-09-192.1867

High

2.3476

Low

2.1806

Average

2.2600

For developers

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