Skip to content

TOP to SDG exchange rate API

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

251.5240

▼ +2.86% over 5Y

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 5 years, TOP/SDG traded between 223.0613 and 263.5376, averaged 254.5206 and fell 2.86%. 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 5Y

TOP/SDG over 5Y: show the values
PointTOP/SDG
2024-08-24258.9406
2024-10-07261.7465
2024-11-06263.5376
2024-12-06257.2737
2025-01-05253.5024
2025-02-04250.3408
2025-03-06255.8028
2025-04-06252.3702
2025-05-06256.2286
2025-06-07255.3994
2025-07-07259.6028
2025-08-06258.1608
2025-09-05259.3628
2025-10-06254.2300
2025-11-05255.5314
2025-12-05250.2751
2026-01-05252.0718
2026-02-04257.1188
2026-03-06255.5125
2026-04-05223.0613
2026-05-06257.9442
2026-06-09257.1145
2026-07-09253.3702
2026-08-08250.6707
2026-09-08256.8416

High

263.5376

Low

223.0613

Average

254.5206

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.