EUR to SDG exchange rate API
Euro to Sudanese Pound · quoted 2026-09-27
683.7434
▼ +3.00% over YTD
1 EUR = 683.7434 SDG · 1 SDG = 0.001463 EUR · Get this rate via the API
1 EUR buys 683.7434 SDG as of 2026-09-27, so 1 SDG buys 0.001463 EUR. Over the year to date, EUR/SDG traded between 656.0530 and 717.8878, averaged 696.7483 and fell 3.00%. The API holds daily EUR/SDG rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
EUR/SDG over YTD: show the values
| Point | EUR/SDG |
|---|---|
| 2025-12-31 | 704.8866 |
| 2026-01-07 | 700.9437 |
| 2026-01-14 | 698.8110 |
| 2026-01-21 | 704.3289 |
| 2026-01-28 | 717.8878 |
| 2026-02-04 | 709.0827 |
| 2026-02-11 | 713.7867 |
| 2026-02-18 | 710.8454 |
| 2026-02-25 | 707.2281 |
| 2026-03-04 | 699.1728 |
| 2026-03-11 | 695.1712 |
| 2026-03-18 | 690.1823 |
| 2026-03-25 | 695.7809 |
| 2026-04-01 | 656.0530 |
| 2026-04-08 | 702.6114 |
| 2026-04-15 | 707.9781 |
| 2026-04-22 | 703.9807 |
| 2026-04-29 | 702.9544 |
| 2026-05-06 | 706.3006 |
| 2026-05-14 | 702.3904 |
| 2026-05-21 | 696.1316 |
| 2026-05-29 | 698.8315 |
| 2026-06-05 | 698.5895 |
| 2026-06-14 | 695.6037 |
| 2026-06-21 | 688.3819 |
| 2026-06-28 | 683.3604 |
| 2026-07-05 | 686.6045 |
| 2026-07-12 | 684.5825 |
| 2026-07-19 | 686.2141 |
| 2026-07-26 | 683.3382 |
| 2026-08-02 | 692.9352 |
| 2026-08-09 | 693.7551 |
| 2026-08-16 | 694.2636 |
| 2026-08-24 | 700.0167 |
| 2026-08-31 | 696.0067 |
| 2026-09-07 | 697.4932 |
| 2026-09-14 | 693.3108 |
| 2026-09-21 | 689.6431 |
High
717.8878
Low
656.0530
Average
696.7483
Get this rate via the API
One GET request returns the EUR/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=EUR¤cies=SDG"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EUR¤cies=SDG");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EUR¤cies=SDG").json()Replace YOUR_API_KEY with the key from your dashboard.
EUR/SDG API questions
How do I get the EUR/SDG exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EUR¤cies=SDG, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest EUR/SDG rate in rates.SDG.
How far back does EUR/SDG historical data go?
Daily EUR/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 EUR/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.