Skip to content

TOP to SDG exchange rate API

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

251.5240

▼ +2.18% over 1Y

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 year, TOP/SDG traded between 239.6960 and 257.9231, averaged 253.9672 and fell 2.18%. 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 1Y

TOP/SDG over 1Y: show the values
PointTOP/SDG
2025-09-25257.1241
2025-10-02254.4411
2025-10-09254.2266
2025-10-16254.9912
2025-10-23254.9634
2025-10-30253.2143
2025-11-06254.5246
2025-11-13254.6962
2025-11-20250.6166
2025-11-27250.1078
2025-12-04251.0866
2025-12-12250.2953
2025-12-19250.9124
2025-12-26254.3094
2026-01-02250.7751
2026-01-09250.5799
2026-01-16254.4163
2026-01-23253.6721
2026-01-30256.0136
2026-02-06255.1631
2026-02-13256.8830
2026-02-20256.1071
2026-02-27256.5788
2026-03-06255.5125
2026-03-13256.0446
2026-03-20255.7339
2026-03-27257.2434
2026-04-03239.6960
2026-04-10256.0978
2026-04-18249.6097
2026-04-25249.4035
2026-05-02249.4034
2026-05-09249.4035
2026-05-17254.8311
2026-05-25257.1284
2026-06-01257.8025
2026-06-10255.3057
2026-06-17257.9231
2026-06-24254.1846
2026-07-01253.2485
2026-07-08256.0059
2026-07-15254.1838
2026-07-22253.8390
2026-07-29255.0141
2026-08-05254.8289
2026-08-12254.7616
2026-08-20256.1395
2026-08-27257.0093
2026-09-03256.7983
2026-09-10256.5512
2026-09-17255.0982
2026-09-24254.2359

High

257.9231

Low

239.6960

Average

253.9672

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.