Skip to content

TOP to SDG exchange rate API

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

251.5240

▼ +2.09% over 30D

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 30 days, TOP/SDG traded between 250.4214 and 257.4283, averaged 255.5370 and fell 2.09%. 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 30D

TOP/SDG over 30D: show the values
PointTOP/SDG
2026-08-26256.8929
2026-08-27257.0093
2026-08-28257.1306
2026-08-29254.5015
2026-08-30256.8259
2026-08-31256.8743
2026-09-01256.5780
2026-09-02256.9155
2026-09-03256.7983
2026-09-04256.6442
2026-09-05254.2745
2026-09-06254.6249
2026-09-07256.3072
2026-09-08256.8416
2026-09-09257.0692
2026-09-10256.5512
2026-09-11256.1739
2026-09-12253.5698
2026-09-13254.6126
2026-09-14255.8886
2026-09-15254.7300
2026-09-16254.7506
2026-09-17255.0982
2026-09-18254.8252
2026-09-19250.4214
2026-09-20252.8215
2026-09-21256.9969
2026-09-22257.4283
2026-09-23256.7318
2026-09-24254.2359

High

257.4283

Low

250.4214

Average

255.5370

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.