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: show the values
| Point | CHF/SDG |
|---|---|
| 2025-09-24 | 757.3279 |
| 2025-10-01 | 751.7230 |
| 2025-10-08 | 751.0590 |
| 2025-10-15 | 751.2318 |
| 2025-10-22 | 754.6813 |
| 2025-10-29 | 754.3148 |
| 2025-11-05 | 741.4165 |
| 2025-11-12 | 751.0302 |
| 2025-11-19 | 748.3350 |
| 2025-11-26 | 743.5424 |
| 2025-12-03 | 749.8422 |
| 2025-12-11 | 753.0313 |
| 2025-12-18 | 754.5904 |
| 2025-12-25 | 761.4861 |
| 2026-01-01 | 756.7262 |
| 2026-01-08 | 752.0773 |
| 2026-01-15 | 748.6037 |
| 2026-01-22 | 756.7188 |
| 2026-01-29 | 781.9125 |
| 2026-02-05 | 772.5210 |
| 2026-02-12 | 781.2547 |
| 2026-02-19 | 773.5048 |
| 2026-02-26 | 775.6643 |
| 2026-03-05 | 769.3284 |
| 2026-03-12 | 767.5910 |
| 2026-03-19 | 756.0237 |
| 2026-03-26 | 756.8470 |
| 2026-04-02 | 706.9044 |
| 2026-04-09 | 760.0318 |
| 2026-04-16 | 767.1712 |
| 2026-04-23 | 765.1951 |
| 2026-04-30 | 764.6336 |
| 2026-05-07 | 771.8661 |
| 2026-05-15 | 763.6477 |
| 2026-05-23 | 764.7105 |
| 2026-05-30 | 768.4256 |
| 2026-06-06 | 754.0891 |
| 2026-06-15 | 756.2699 |
| 2026-06-22 | 742.8191 |
| 2026-06-29 | 742.2644 |
| 2026-07-06 | 744.6805 |
| 2026-07-13 | 740.9592 |
| 2026-07-20 | 742.5694 |
| 2026-07-27 | 736.2325 |
| 2026-08-03 | 742.8863 |
| 2026-08-10 | 742.5153 |
| 2026-08-17 | 741.1267 |
| 2026-08-25 | 747.8136 |
| 2026-09-01 | 740.4112 |
| 2026-09-08 | 739.4870 |
| 2026-09-15 | 733.6516 |
| 2026-09-22 | 732.4168 |
High
781.9125
Low
706.9044
Average
753.0257
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=SDG"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=SDG");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=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¤cies=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.