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: show the values
| Point | TOP/SDG |
|---|---|
| 2025-09-25 | 257.1241 |
| 2025-10-02 | 254.4411 |
| 2025-10-09 | 254.2266 |
| 2025-10-16 | 254.9912 |
| 2025-10-23 | 254.9634 |
| 2025-10-30 | 253.2143 |
| 2025-11-06 | 254.5246 |
| 2025-11-13 | 254.6962 |
| 2025-11-20 | 250.6166 |
| 2025-11-27 | 250.1078 |
| 2025-12-04 | 251.0866 |
| 2025-12-12 | 250.2953 |
| 2025-12-19 | 250.9124 |
| 2025-12-26 | 254.3094 |
| 2026-01-02 | 250.7751 |
| 2026-01-09 | 250.5799 |
| 2026-01-16 | 254.4163 |
| 2026-01-23 | 253.6721 |
| 2026-01-30 | 256.0136 |
| 2026-02-06 | 255.1631 |
| 2026-02-13 | 256.8830 |
| 2026-02-20 | 256.1071 |
| 2026-02-27 | 256.5788 |
| 2026-03-06 | 255.5125 |
| 2026-03-13 | 256.0446 |
| 2026-03-20 | 255.7339 |
| 2026-03-27 | 257.2434 |
| 2026-04-03 | 239.6960 |
| 2026-04-10 | 256.0978 |
| 2026-04-18 | 249.6097 |
| 2026-04-25 | 249.4035 |
| 2026-05-02 | 249.4034 |
| 2026-05-09 | 249.4035 |
| 2026-05-17 | 254.8311 |
| 2026-05-25 | 257.1284 |
| 2026-06-01 | 257.8025 |
| 2026-06-10 | 255.3057 |
| 2026-06-17 | 257.9231 |
| 2026-06-24 | 254.1846 |
| 2026-07-01 | 253.2485 |
| 2026-07-08 | 256.0059 |
| 2026-07-15 | 254.1838 |
| 2026-07-22 | 253.8390 |
| 2026-07-29 | 255.0141 |
| 2026-08-05 | 254.8289 |
| 2026-08-12 | 254.7616 |
| 2026-08-20 | 256.1395 |
| 2026-08-27 | 257.0093 |
| 2026-09-03 | 256.7983 |
| 2026-09-10 | 256.5512 |
| 2026-09-17 | 255.0982 |
| 2026-09-24 | 254.2359 |
High
257.9231
Low
239.6960
Average
253.9672
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.