PAB to SDG exchange rate API
Balboa to Sudanese Pound · quoted 2026-09-26
600.2143
▼ +0.21% over 1Y
1 PAB = 600.2143 SDG · 1 SDG = 0.001666 PAB · Get this rate via the API
1 PAB buys 600.2143 SDG as of 2026-09-26, so 1 SDG buys 0.001666 PAB. Over the last year, PAB/SDG traded between 523.6425 and 601.4741, averaged 598.8754 and fell 0.21%. The API holds daily PAB/SDG rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
PAB/SDG over 1Y: show the values
| Point | PAB/SDG |
|---|---|
| 2025-09-26 | 601.4741 |
| 2025-10-03 | 600.7763 |
| 2025-10-10 | 601.1681 |
| 2025-10-17 | 601.4721 |
| 2025-10-24 | 601.4364 |
| 2025-10-31 | 600.5251 |
| 2025-11-07 | 600.5079 |
| 2025-11-14 | 599.9412 |
| 2025-11-21 | 600.0772 |
| 2025-11-28 | 599.8097 |
| 2025-12-05 | 599.8266 |
| 2025-12-13 | 599.8900 |
| 2025-12-20 | 599.9448 |
| 2025-12-27 | 600.1627 |
| 2026-01-03 | 599.9891 |
| 2026-01-10 | 600.0160 |
| 2026-01-17 | 599.9695 |
| 2026-01-24 | 600.0094 |
| 2026-01-31 | 599.9342 |
| 2026-02-07 | 600.1575 |
| 2026-02-14 | 600.2478 |
| 2026-02-21 | 600.0353 |
| 2026-02-28 | 600.1910 |
| 2026-03-07 | 600.2427 |
| 2026-03-14 | 600.1464 |
| 2026-03-21 | 600.2531 |
| 2026-03-28 | 600.9351 |
| 2026-04-04 | 523.6425 |
| 2026-04-11 | 601.2827 |
| 2026-04-18 | 601.0105 |
| 2026-04-25 | 600.6552 |
| 2026-05-02 | 600.3831 |
| 2026-05-09 | 600.5268 |
| 2026-05-17 | 600.2233 |
| 2026-05-25 | 600.1707 |
| 2026-06-01 | 600.2270 |
| 2026-06-10 | 600.1565 |
| 2026-06-17 | 600.2044 |
| 2026-06-24 | 600.2442 |
| 2026-07-01 | 600.1772 |
| 2026-07-08 | 600.1831 |
| 2026-07-15 | 600.2157 |
| 2026-07-22 | 600.2200 |
| 2026-07-29 | 600.1744 |
| 2026-08-05 | 600.1319 |
| 2026-08-12 | 600.1475 |
| 2026-08-20 | 600.1625 |
| 2026-08-27 | 600.1809 |
| 2026-09-03 | 600.1794 |
| 2026-09-10 | 600.1927 |
| 2026-09-17 | 600.1655 |
| 2026-09-24 | 600.1866 |
High
601.4741
Low
523.6425
Average
598.8754
Get this rate via the API
One GET request returns the PAB/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=PAB¤cies=SDG"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB¤cies=SDG");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB¤cies=SDG").json()Replace YOUR_API_KEY with the key from your dashboard.
PAB/SDG API questions
How do I get the PAB/SDG exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB¤cies=SDG, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest PAB/SDG rate in rates.SDG.
How far back does PAB/SDG historical data go?
Daily PAB/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 PAB/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.