Skip to content

TOP to SDG exchange rate API

Pa’anga to Sudanese Pound · quoted 2026-09-25

251.5240

▼ +0.20% over YTD

1 TOP = 251.5240 SDG · 1 SDG = 0.003976 TOP · Get this rate via the API

1 TOP buys 251.5240 SDG as of 2026-09-25, so 1 SDG buys 0.003976 TOP. Over the year to date, TOP/SDG traded between 239.4992 and 260.9597, averaged 254.9665 and fell 0.20%. The API holds daily TOP/SDG rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TOP/SDG over YTD

TOP/SDG over YTD: show the values
PointTOP/SDG
2025-12-31252.0270
2026-01-07251.7486
2026-01-14252.7170
2026-01-21253.7039
2026-01-28255.6357
2026-02-04257.1188
2026-02-11257.3702
2026-02-18256.4956
2026-02-25256.8034
2026-03-04255.7488
2026-03-11255.5921
2026-03-18256.4122
2026-03-25255.6727
2026-04-01239.4992
2026-04-08254.5047
2026-04-16259.0360
2026-04-23255.7510
2026-04-30258.8816
2026-05-07257.6769
2026-05-15260.9597
2026-05-23254.4088
2026-05-30251.9619
2026-06-06252.1646
2026-06-15254.9444
2026-06-22254.9691
2026-06-29253.3688
2026-07-06253.6723
2026-07-13253.8613
2026-07-20255.1497
2026-07-27255.1890
2026-08-03254.6805
2026-08-10255.5593
2026-08-17255.9523
2026-08-25257.3529
2026-09-01256.5780
2026-09-08256.8416
2026-09-15254.7300
2026-09-22257.4283

High

260.9597

Low

239.4992

Average

254.9665

For developers

Get this rate via the API

One GET request returns the TOP/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=TOP&currencies=SDG"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP&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=TOP&currencies=SDG").json()

Replace YOUR_API_KEY with the key from your dashboard.

TOP/SDG API questions

How do I get the TOP/SDG exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP&currencies=SDG, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest TOP/SDG rate in rates.SDG.

How far back does TOP/SDG historical data go?

Daily TOP/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 TOP/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.