Skip to content

AWG to CHF exchange rate API

Aruban Florin to Swiss Franc · quoted 2026-09-25

0.46275

▲ +4.50% over YTD

1 AWG = 0.46275 CHF · 1 CHF = 2.1610 AWG · Get this rate via the API

1 AWG buys 0.46275 CHF as of 2026-09-25, so 1 CHF buys 2.1610 AWG. Over the year to date, AWG/CHF traded between 0.42867 and 0.46275, averaged 0.44372 and rose 4.50%. The API holds daily AWG/CHF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

AWG/CHF over YTD

AWG/CHF over YTD: show the values
PointAWG/CHF
2025-12-310.44284
2026-01-070.44486
2026-01-140.44751
2026-01-210.44106
2026-01-280.42867
2026-02-040.43332
2026-02-110.42935
2026-02-180.43033
2026-02-250.43284
2026-03-040.43555
2026-03-110.43565
2026-03-180.44076
2026-03-250.44111
2026-04-010.44245
2026-04-080.44016
2026-04-150.43603
2026-04-220.43383
2026-04-290.43803
2026-05-060.43289
2026-05-140.43683
2026-05-210.44046
2026-05-290.43713
2026-06-050.44035
2026-06-140.44420
2026-06-210.45109
2026-06-280.45249
2026-07-050.44883
2026-07-120.45198
2026-07-190.45147
2026-07-260.45645
2026-08-020.45097
2026-08-090.45118
2026-08-160.45429
2026-08-240.44840
2026-08-310.45171
2026-09-070.45209
2026-09-140.45613
2026-09-210.45889

High

0.46275

Low

0.42867

Average

0.44372

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AWG&currencies=CHF").json()

Replace YOUR_API_KEY with the key from your dashboard.

AWG/CHF API questions

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

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

How far back does AWG/CHF historical data go?

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