Skip to content

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

EUR/SDG over 1Y: show the values
PointEUR/SDG
2025-09-27702.4400
2025-10-04704.6965
2025-10-11696.4088
2025-10-18699.6771
2025-10-25697.6142
2025-11-01692.7674
2025-11-08694.3977
2025-11-15696.8458
2025-11-22691.0218
2025-11-29695.4387
2025-12-06698.7757
2025-12-14703.8659
2025-12-21702.4956
2025-12-28706.1323
2026-01-04703.2480
2026-01-11698.0002
2026-01-18695.0736
2026-01-25710.6107
2026-02-01710.5511
2026-02-08709.0896
2026-02-15712.4612
2026-02-22707.6354
2026-03-01707.5490
2026-03-08694.3205
2026-03-15686.4407
2026-03-22694.0324
2026-03-29691.0763
2026-04-05603.2055
2026-04-12703.3566
2026-04-19706.6172
2026-04-26703.4890
2026-05-03704.6401
2026-05-10707.2779
2026-05-18699.4635
2026-05-26698.2173
2026-06-02699.1406
2026-06-11692.4831
2026-06-18687.8595
2026-06-25680.6822
2026-07-02684.5258
2026-07-09686.2730
2026-07-16688.2100
2026-07-23683.7076
2026-07-30688.8267
2026-08-06692.7754
2026-08-13692.2555
2026-08-21702.1011
2026-08-28698.7305
2026-09-04697.4792
2026-09-11695.7573
2026-09-18689.3210
2026-09-25684.3963

High

712.4612

Low

603.2055

Average

695.4189

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.