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: show the values
| Point | CHF/SOS |
|---|---|
| 2025-09-25 | 718.1696 |
| 2025-10-02 | 718.3734 |
| 2025-10-09 | 712.6371 |
| 2025-10-16 | 712.5519 |
| 2025-10-23 | 712.9739 |
| 2025-10-30 | 711.4404 |
| 2025-11-06 | 706.1329 |
| 2025-11-13 | 717.9994 |
| 2025-11-20 | 705.9206 |
| 2025-11-27 | 706.5008 |
| 2025-12-04 | 713.7271 |
| 2025-12-12 | 716.4000 |
| 2025-12-19 | 716.1385 |
| 2025-12-26 | 722.0152 |
| 2026-01-02 | 717.7396 |
| 2026-01-09 | 710.2590 |
| 2026-01-16 | 707.2278 |
| 2026-01-23 | 716.0146 |
| 2026-01-30 | 741.8987 |
| 2026-02-06 | 732.0595 |
| 2026-02-13 | 743.1571 |
| 2026-02-20 | 736.0428 |
| 2026-02-27 | 740.6568 |
| 2026-03-06 | 728.7490 |
| 2026-03-13 | 726.6490 |
| 2026-03-20 | 725.8686 |
| 2026-03-27 | 717.1649 |
| 2026-04-03 | 714.2824 |
| 2026-04-10 | 724.2513 |
| 2026-04-17 | 730.3346 |
| 2026-04-24 | 727.6196 |
| 2026-05-01 | 731.5912 |
| 2026-05-08 | 736.5049 |
| 2026-05-16 | 725.9972 |
| 2026-05-24 | 729.3720 |
| 2026-05-31 | 731.3846 |
| 2026-06-09 | 717.5488 |
| 2026-06-16 | 718.1673 |
| 2026-06-23 | 705.9692 |
| 2026-06-30 | 704.2059 |
| 2026-07-07 | 707.0088 |
| 2026-07-14 | 704.1608 |
| 2026-07-21 | 705.1212 |
| 2026-07-28 | 695.9915 |
| 2026-08-04 | 703.6466 |
| 2026-08-11 | 705.1021 |
| 2026-08-18 | 702.3618 |
| 2026-08-26 | 709.3899 |
| 2026-09-02 | 701.4000 |
| 2026-09-09 | 707.0817 |
| 2026-09-16 | 697.0458 |
| 2026-09-23 | 694.7383 |
High
743.1571
Low
688.1886
Average
716.0931
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=SOS"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=SOS");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=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¤cies=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.