TOP to SDG exchange rate API
Pa’anga to Sudanese Pound · quoted 2026-09-25
251.5240
▼ +1.46% over 6M
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 6 months, TOP/SDG traded between 223.0613 and 257.5197, averaged 253.7935 and fell 1.46%. 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 6M: show the values
| Point | TOP/SDG |
|---|---|
| 2026-03-29 | 255.2630 |
| 2026-04-05 | 223.0613 |
| 2026-04-13 | 255.8179 |
| 2026-04-20 | 255.4474 |
| 2026-04-27 | 256.2775 |
| 2026-05-04 | 257.0517 |
| 2026-05-11 | 256.7520 |
| 2026-05-19 | 256.8001 |
| 2026-05-27 | 257.1906 |
| 2026-06-03 | 257.0051 |
| 2026-06-12 | 255.2619 |
| 2026-06-19 | 256.1232 |
| 2026-06-26 | 255.1089 |
| 2026-07-03 | 253.4888 |
| 2026-07-10 | 253.6823 |
| 2026-07-17 | 257.5197 |
| 2026-07-24 | 256.4602 |
| 2026-07-31 | 255.7003 |
| 2026-08-07 | 256.8149 |
| 2026-08-14 | 254.3330 |
| 2026-08-22 | 249.1788 |
| 2026-08-29 | 254.5015 |
| 2026-09-05 | 254.2745 |
| 2026-09-12 | 253.5698 |
| 2026-09-19 | 250.4214 |
High
257.5197
Low
223.0613
Average
253.7935
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.