EUR to SDG exchange rate API
Euro to Sudanese Pound · quoted 2026-09-27
683.7434
▼ +2.66% over 1Y
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 last year, EUR/SDG traded between 603.2055 and 712.4612, averaged 695.4189 and fell 2.66%. 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 1Y: show the values
| Point | EUR/SDG |
|---|---|
| 2025-09-27 | 702.4400 |
| 2025-10-04 | 704.6965 |
| 2025-10-11 | 696.4088 |
| 2025-10-18 | 699.6771 |
| 2025-10-25 | 697.6142 |
| 2025-11-01 | 692.7674 |
| 2025-11-08 | 694.3977 |
| 2025-11-15 | 696.8458 |
| 2025-11-22 | 691.0218 |
| 2025-11-29 | 695.4387 |
| 2025-12-06 | 698.7757 |
| 2025-12-14 | 703.8659 |
| 2025-12-21 | 702.4956 |
| 2025-12-28 | 706.1323 |
| 2026-01-04 | 703.2480 |
| 2026-01-11 | 698.0002 |
| 2026-01-18 | 695.0736 |
| 2026-01-25 | 710.6107 |
| 2026-02-01 | 710.5511 |
| 2026-02-08 | 709.0896 |
| 2026-02-15 | 712.4612 |
| 2026-02-22 | 707.6354 |
| 2026-03-01 | 707.5490 |
| 2026-03-08 | 694.3205 |
| 2026-03-15 | 686.4407 |
| 2026-03-22 | 694.0324 |
| 2026-03-29 | 691.0763 |
| 2026-04-05 | 603.2055 |
| 2026-04-12 | 703.3566 |
| 2026-04-19 | 706.6172 |
| 2026-04-26 | 703.4890 |
| 2026-05-03 | 704.6401 |
| 2026-05-10 | 707.2779 |
| 2026-05-18 | 699.4635 |
| 2026-05-26 | 698.2173 |
| 2026-06-02 | 699.1406 |
| 2026-06-11 | 692.4831 |
| 2026-06-18 | 687.8595 |
| 2026-06-25 | 680.6822 |
| 2026-07-02 | 684.5258 |
| 2026-07-09 | 686.2730 |
| 2026-07-16 | 688.2100 |
| 2026-07-23 | 683.7076 |
| 2026-07-30 | 688.8267 |
| 2026-08-06 | 692.7754 |
| 2026-08-13 | 692.2555 |
| 2026-08-21 | 702.1011 |
| 2026-08-28 | 698.7305 |
| 2026-09-04 | 697.4792 |
| 2026-09-11 | 695.7573 |
| 2026-09-18 | 689.3210 |
| 2026-09-25 | 684.3963 |
High
712.4612
Low
603.2055
Average
695.4189
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.