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: show the values
| Point | TOP/SDG |
|---|---|
| 2025-12-31 | 252.0270 |
| 2026-01-07 | 251.7486 |
| 2026-01-14 | 252.7170 |
| 2026-01-21 | 253.7039 |
| 2026-01-28 | 255.6357 |
| 2026-02-04 | 257.1188 |
| 2026-02-11 | 257.3702 |
| 2026-02-18 | 256.4956 |
| 2026-02-25 | 256.8034 |
| 2026-03-04 | 255.7488 |
| 2026-03-11 | 255.5921 |
| 2026-03-18 | 256.4122 |
| 2026-03-25 | 255.6727 |
| 2026-04-01 | 239.4992 |
| 2026-04-08 | 254.5047 |
| 2026-04-16 | 259.0360 |
| 2026-04-23 | 255.7510 |
| 2026-04-30 | 258.8816 |
| 2026-05-07 | 257.6769 |
| 2026-05-15 | 260.9597 |
| 2026-05-23 | 254.4088 |
| 2026-05-30 | 251.9619 |
| 2026-06-06 | 252.1646 |
| 2026-06-15 | 254.9444 |
| 2026-06-22 | 254.9691 |
| 2026-06-29 | 253.3688 |
| 2026-07-06 | 253.6723 |
| 2026-07-13 | 253.8613 |
| 2026-07-20 | 255.1497 |
| 2026-07-27 | 255.1890 |
| 2026-08-03 | 254.6805 |
| 2026-08-10 | 255.5593 |
| 2026-08-17 | 255.9523 |
| 2026-08-25 | 257.3529 |
| 2026-09-01 | 256.5780 |
| 2026-09-08 | 256.8416 |
| 2026-09-15 | 254.7300 |
| 2026-09-22 | 257.4283 |
High
260.9597
Low
239.4992
Average
254.9665
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=SDG"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=SDG");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=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¤cies=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.