Skip to content

PAB to SBD exchange rate API

Balboa to Solomon Islands Dollar · quoted 2026-09-25

8.0378

▼ +2.88% over 1Y

1 PAB = 8.0378 SBD · 1 SBD = 0.12441 PAB · Get this rate via the API

1 PAB buys 8.0378 SBD as of 2026-09-25, so 1 SBD buys 0.12441 PAB. Over the last year, PAB/SBD traded between 7.9718 and 8.2762, averaged 8.0818 and fell 2.88%. The API holds daily PAB/SBD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

PAB/SBD over 1Y

PAB/SBD over 1Y: show the values
PointPAB/SBD
2025-09-258.2762
2025-10-028.1625
2025-10-098.1702
2025-10-168.1679
2025-10-238.1764
2025-10-308.1836
2025-11-068.1877
2025-11-138.1786
2025-11-208.1868
2025-11-278.1877
2025-12-048.1855
2025-12-128.1464
2025-12-198.1393
2025-12-268.1113
2026-01-028.1243
2026-01-098.1212
2026-01-168.0879
2026-01-238.1209
2026-01-308.0898
2026-02-068.0866
2026-02-138.0813
2026-02-208.0608
2026-02-278.0827
2026-03-068.0829
2026-03-138.0324
2026-03-208.0209
2026-03-278.0164
2026-04-038.0613
2026-04-108.0781
2026-04-178.0434
2026-04-248.0553
2026-05-017.9718
2026-05-087.9760
2026-05-168.0160
2026-05-248.0421
2026-05-317.9911
2026-06-098.0255
2026-06-167.9808
2026-06-238.0268
2026-06-308.0560
2026-07-078.0461
2026-07-148.0831
2026-07-218.0859
2026-07-288.0795
2026-08-048.0401
2026-08-118.0398
2026-08-188.0396
2026-08-268.0194
2026-09-028.0239
2026-09-098.0120
2026-09-168.0487
2026-09-237.9860

High

8.2762

Low

7.9718

Average

8.0818

For developers

Get this rate via the API

One GET request returns the PAB/SBD 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=SBD"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB&currencies=SBD");
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=SBD").json()

Replace YOUR_API_KEY with the key from your dashboard.

PAB/SBD API questions

How do I get the PAB/SBD exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB&currencies=SBD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest PAB/SBD rate in rates.SBD.

How far back does PAB/SBD historical data go?

Daily PAB/SBD 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/SBD 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.