Skip to content

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

EUR/SDG over YTD: show the values
PointEUR/SDG
2025-12-31704.8866
2026-01-07700.9437
2026-01-14698.8110
2026-01-21704.3289
2026-01-28717.8878
2026-02-04709.0827
2026-02-11713.7867
2026-02-18710.8454
2026-02-25707.2281
2026-03-04699.1728
2026-03-11695.1712
2026-03-18690.1823
2026-03-25695.7809
2026-04-01656.0530
2026-04-08702.6114
2026-04-15707.9781
2026-04-22703.9807
2026-04-29702.9544
2026-05-06706.3006
2026-05-14702.3904
2026-05-21696.1316
2026-05-29698.8315
2026-06-05698.5895
2026-06-14695.6037
2026-06-21688.3819
2026-06-28683.3604
2026-07-05686.6045
2026-07-12684.5825
2026-07-19686.2141
2026-07-26683.3382
2026-08-02692.9352
2026-08-09693.7551
2026-08-16694.2636
2026-08-24700.0167
2026-08-31696.0067
2026-09-07697.4932
2026-09-14693.3108
2026-09-21689.6431

High

717.8878

Low

656.0530

Average

696.7483

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EUR&currencies=SDG"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EUR&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=EUR&currencies=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&currencies=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.