Skip to content

CHF to SDG exchange rate API

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

725.2002

▲ +2.28% over 5Y

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 5 years, CHF/SDG traded between 654.4073 and 773.4321, averaged 724.7132 and rose 2.28%. 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 5Y

CHF/SDG over 5Y: show the values
PointCHF/SDG
2024-08-24709.0112
2024-10-07703.4881
2024-11-06686.6776
2024-12-06685.5137
2025-01-05659.1405
2025-02-04660.7705
2025-03-06678.0414
2025-04-06697.7658
2025-05-06727.2616
2025-06-07730.7291
2025-07-07752.9080
2025-08-06743.7758
2025-09-05748.0433
2025-10-06754.0464
2025-11-05741.4165
2025-12-05745.8610
2026-01-05753.5556
2026-02-04773.4321
2026-03-06767.1341
2026-04-05654.4073
2026-05-05765.6826
2026-06-06754.0891
2026-07-08742.1918
2026-08-07740.7806
2026-09-07741.6196

High

773.4321

Low

654.4073

Average

724.7132

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.