Skip to content

PAB to SBD exchange rate API

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

8.0378

▼ +1.19% over YTD

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 year to date, PAB/SBD traded between 7.9678 and 8.1349, averaged 8.0492 and fell 1.19%. 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 YTD

PAB/SBD over YTD: show the values
PointPAB/SBD
2025-12-318.1349
2026-01-078.1249
2026-01-148.1199
2026-01-218.1034
2026-01-288.1063
2026-02-048.0915
2026-02-118.0853
2026-02-188.0740
2026-02-258.0695
2026-03-048.0817
2026-03-118.0067
2026-03-188.0058
2026-03-257.9988
2026-04-018.0035
2026-04-088.0778
2026-04-158.0514
2026-04-228.0060
2026-04-297.9810
2026-05-068.0254
2026-05-147.9763
2026-05-217.9871
2026-05-297.9678
2026-06-058.0075
2026-06-148.0657
2026-06-218.0689
2026-06-288.0891
2026-07-058.1061
2026-07-128.0861
2026-07-198.0827
2026-07-268.0768
2026-08-028.0819
2026-08-098.0626
2026-08-168.0408
2026-08-248.0066
2026-08-318.0224
2026-09-078.0023
2026-09-148.0061
2026-09-217.9950

High

8.1349

Low

7.9678

Average

8.0492

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.