Skip to content

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

PAB/SDG over 1Y: show the values
PointPAB/SDG
2025-09-26601.4741
2025-10-03600.7763
2025-10-10601.1681
2025-10-17601.4721
2025-10-24601.4364
2025-10-31600.5251
2025-11-07600.5079
2025-11-14599.9412
2025-11-21600.0772
2025-11-28599.8097
2025-12-05599.8266
2025-12-13599.8900
2025-12-20599.9448
2025-12-27600.1627
2026-01-03599.9891
2026-01-10600.0160
2026-01-17599.9695
2026-01-24600.0094
2026-01-31599.9342
2026-02-07600.1575
2026-02-14600.2478
2026-02-21600.0353
2026-02-28600.1910
2026-03-07600.2427
2026-03-14600.1464
2026-03-21600.2531
2026-03-28600.9351
2026-04-04523.6425
2026-04-11601.2827
2026-04-18601.0105
2026-04-25600.6552
2026-05-02600.3831
2026-05-09600.5268
2026-05-17600.2233
2026-05-25600.1707
2026-06-01600.2270
2026-06-10600.1565
2026-06-17600.2044
2026-06-24600.2442
2026-07-01600.1772
2026-07-08600.1831
2026-07-15600.2157
2026-07-22600.2200
2026-07-29600.1744
2026-08-05600.1319
2026-08-12600.1475
2026-08-20600.1625
2026-08-27600.1809
2026-09-03600.1794
2026-09-10600.1927
2026-09-17600.1655
2026-09-24600.1866

High

601.4741

Low

523.6425

Average

598.8754

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB&currencies=SDG"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB&currencies=SDG");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB&currencies=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&currencies=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.