Skip to content

TOP to SDG exchange rate API

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

251.5240

▼ +1.46% over 6M

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 last 6 months, TOP/SDG traded between 223.0613 and 257.5197, averaged 253.7935 and fell 1.46%. 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 6M

TOP/SDG over 6M: show the values
PointTOP/SDG
2026-03-29255.2630
2026-04-05223.0613
2026-04-13255.8179
2026-04-20255.4474
2026-04-27256.2775
2026-05-04257.0517
2026-05-11256.7520
2026-05-19256.8001
2026-05-27257.1906
2026-06-03257.0051
2026-06-12255.2619
2026-06-19256.1232
2026-06-26255.1089
2026-07-03253.4888
2026-07-10253.6823
2026-07-17257.5197
2026-07-24256.4602
2026-07-31255.7003
2026-08-07256.8149
2026-08-14254.3330
2026-08-22249.1788
2026-08-29254.5015
2026-09-05254.2745
2026-09-12253.5698
2026-09-19250.4214

High

257.5197

Low

223.0613

Average

253.7935

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.