Skip to content

CHF to SGD exchange rate API

Swiss Franc to Singapore Dollar · quoted 2026-09-25

1.5427

▼ +4.74% over 1Y

1 CHF = 1.5427 SGD · 1 SGD = 0.64820 CHF · Get this rate via the API

1 CHF buys 1.5427 SGD as of 2026-09-25, so 1 SGD buys 0.64820 CHF. Over the last year, CHF/SGD traded between 1.5427 and 1.6476, averaged 1.6104 and fell 4.74%. The API holds daily CHF/SGD rates from 1999-01-04 — 27 years of history — so any past day, or a whole series, is one request away.

CHF/SGD over 1Y

CHF/SGD over 1Y: show the values
PointCHF/SGD
2025-09-251.6194
2025-10-021.6179
2025-10-091.6165
2025-10-161.6232
2025-10-231.6289
2025-10-301.6213
2025-11-061.6145
2025-11-131.6345
2025-11-201.6199
2025-11-271.6107
2025-12-041.6183
2025-12-111.6230
2025-12-181.6240
2025-12-251.6291
2026-01-011.6213
2026-01-081.6103
2026-01-151.6072
2026-01-221.6187
2026-01-291.6476
2026-02-051.6397
2026-02-121.6390
2026-02-191.6357
2026-02-261.6326
2026-03-051.6371
2026-03-121.6311
2026-03-191.6165
2026-03-261.6196
2026-04-021.6101
2026-04-091.6116
2026-04-161.6235
2026-04-231.6257
2026-04-301.6250
2026-05-071.6270
2026-05-141.6285
2026-05-211.6236
2026-05-281.6216
2026-06-041.6284
2026-06-111.6112
2026-06-181.6050
2026-06-251.5959
2026-07-021.6039
2026-07-091.6023
2026-07-161.5981
2026-07-231.5827
2026-07-301.5846
2026-08-061.5834
2026-08-131.5753
2026-08-201.5922
2026-08-271.5789
2026-09-031.5682
2026-09-101.5597
2026-09-171.5468
2026-09-241.5463

High

1.6476

Low

1.5427

Average

1.6104

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

CHF/SGD API questions

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

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

How far back does CHF/SGD historical data go?

Daily CHF/SGD rates are available from 1999-01-04. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.

Is there a free CHF/SGD 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.