Skip to content

CHF to SDG exchange rate API

Swiss Franc to Sudanese Pound · quoted 2026-09-24

725.2002

▼ +4.24% over 1Y

1 CHF = 725.2002 SDG · 1 SDG = 0.001379 CHF · Get this rate via the API

1 CHF buys 725.2002 SDG as of 2026-09-24, so 1 SDG buys 0.001379 CHF. Over the last year, CHF/SDG traded between 706.9044 and 781.9125, averaged 753.0257 and fell 4.24%. The API holds daily CHF/SDG rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

CHF/SDG over 1Y

CHF/SDG over 1Y: show the values
PointCHF/SDG
2025-09-24757.3279
2025-10-01751.7230
2025-10-08751.0590
2025-10-15751.2318
2025-10-22754.6813
2025-10-29754.3148
2025-11-05741.4165
2025-11-12751.0302
2025-11-19748.3350
2025-11-26743.5424
2025-12-03749.8422
2025-12-11753.0313
2025-12-18754.5904
2025-12-25761.4861
2026-01-01756.7262
2026-01-08752.0773
2026-01-15748.6037
2026-01-22756.7188
2026-01-29781.9125
2026-02-05772.5210
2026-02-12781.2547
2026-02-19773.5048
2026-02-26775.6643
2026-03-05769.3284
2026-03-12767.5910
2026-03-19756.0237
2026-03-26756.8470
2026-04-02706.9044
2026-04-09760.0318
2026-04-16767.1712
2026-04-23765.1951
2026-04-30764.6336
2026-05-07771.8661
2026-05-15763.6477
2026-05-23764.7105
2026-05-30768.4256
2026-06-06754.0891
2026-06-15756.2699
2026-06-22742.8191
2026-06-29742.2644
2026-07-06744.6805
2026-07-13740.9592
2026-07-20742.5694
2026-07-27736.2325
2026-08-03742.8863
2026-08-10742.5153
2026-08-17741.1267
2026-08-25747.8136
2026-09-01740.4112
2026-09-08739.4870
2026-09-15733.6516
2026-09-22732.4168

High

781.9125

Low

706.9044

Average

753.0257

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

CHF/SDG API questions

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

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

How far back does CHF/SDG historical data go?

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