Skip to content

CHF to SOS exchange rate API

Swiss Franc to Somali Shilling · quoted 2026-09-25

688.1886

▼ +4.17% over 1Y

1 CHF = 688.1886 SOS · 1 SOS = 0.001453 CHF · Get this rate via the API

1 CHF buys 688.1886 SOS as of 2026-09-25, so 1 SOS buys 0.001453 CHF. Over the last year, CHF/SOS traded between 688.1886 and 743.1571, averaged 716.0931 and fell 4.17%. The API holds daily CHF/SOS rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

CHF/SOS over 1Y

CHF/SOS over 1Y: show the values
PointCHF/SOS
2025-09-25718.1696
2025-10-02718.3734
2025-10-09712.6371
2025-10-16712.5519
2025-10-23712.9739
2025-10-30711.4404
2025-11-06706.1329
2025-11-13717.9994
2025-11-20705.9206
2025-11-27706.5008
2025-12-04713.7271
2025-12-12716.4000
2025-12-19716.1385
2025-12-26722.0152
2026-01-02717.7396
2026-01-09710.2590
2026-01-16707.2278
2026-01-23716.0146
2026-01-30741.8987
2026-02-06732.0595
2026-02-13743.1571
2026-02-20736.0428
2026-02-27740.6568
2026-03-06728.7490
2026-03-13726.6490
2026-03-20725.8686
2026-03-27717.1649
2026-04-03714.2824
2026-04-10724.2513
2026-04-17730.3346
2026-04-24727.6196
2026-05-01731.5912
2026-05-08736.5049
2026-05-16725.9972
2026-05-24729.3720
2026-05-31731.3846
2026-06-09717.5488
2026-06-16718.1673
2026-06-23705.9692
2026-06-30704.2059
2026-07-07707.0088
2026-07-14704.1608
2026-07-21705.1212
2026-07-28695.9915
2026-08-04703.6466
2026-08-11705.1021
2026-08-18702.3618
2026-08-26709.3899
2026-09-02701.4000
2026-09-09707.0817
2026-09-16697.0458
2026-09-23694.7383

High

743.1571

Low

688.1886

Average

716.0931

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

CHF/SOS API questions

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

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

How far back does CHF/SOS historical data go?

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