TOP to SDG exchange rate API
Pa’anga to Sudanese Pound · quoted 2026-09-25
251.5240
▼ +2.09% over 30D
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 30 days, TOP/SDG traded between 250.4214 and 257.4283, averaged 255.5370 and fell 2.09%. 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 30D: show the values
| Point | TOP/SDG |
|---|---|
| 2026-08-26 | 256.8929 |
| 2026-08-27 | 257.0093 |
| 2026-08-28 | 257.1306 |
| 2026-08-29 | 254.5015 |
| 2026-08-30 | 256.8259 |
| 2026-08-31 | 256.8743 |
| 2026-09-01 | 256.5780 |
| 2026-09-02 | 256.9155 |
| 2026-09-03 | 256.7983 |
| 2026-09-04 | 256.6442 |
| 2026-09-05 | 254.2745 |
| 2026-09-06 | 254.6249 |
| 2026-09-07 | 256.3072 |
| 2026-09-08 | 256.8416 |
| 2026-09-09 | 257.0692 |
| 2026-09-10 | 256.5512 |
| 2026-09-11 | 256.1739 |
| 2026-09-12 | 253.5698 |
| 2026-09-13 | 254.6126 |
| 2026-09-14 | 255.8886 |
| 2026-09-15 | 254.7300 |
| 2026-09-16 | 254.7506 |
| 2026-09-17 | 255.0982 |
| 2026-09-18 | 254.8252 |
| 2026-09-19 | 250.4214 |
| 2026-09-20 | 252.8215 |
| 2026-09-21 | 256.9969 |
| 2026-09-22 | 257.4283 |
| 2026-09-23 | 256.7318 |
| 2026-09-24 | 254.2359 |
High
257.4283
Low
250.4214
Average
255.5370
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.