Skip to content

PGK to SBD exchange rate API

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

1.7895

▼ +1.13% over 30D

1 PGK = 1.7895 SBD · 1 SBD = 0.55882 PGK · Get this rate via the API

1 PGK buys 1.7895 SBD as of 2026-09-25, so 1 SBD buys 0.55882 PGK. Over the last 30 days, PGK/SBD traded between 1.7746 and 1.8453, averaged 1.8022 and fell 1.13%. The API holds daily PGK/SBD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

PGK/SBD over 30D

PGK/SBD over 30D: show the values
PointPGK/SBD
2026-08-261.8100
2026-08-271.8154
2026-08-281.8126
2026-08-291.8380
2026-08-301.8297
2026-08-311.7805
2026-09-011.8133
2026-09-021.8142
2026-09-031.7974
2026-09-041.7831
2026-09-051.7746
2026-09-061.7792
2026-09-071.7908
2026-09-081.8003
2026-09-091.8068
2026-09-101.7751
2026-09-111.7958
2026-09-121.8453
2026-09-131.8214
2026-09-141.7927
2026-09-151.7969
2026-09-161.8020
2026-09-171.7914
2026-09-181.7909
2026-09-191.8027
2026-09-201.8090
2026-09-211.8009
2026-09-221.8141
2026-09-231.7911
2026-09-241.8065
2026-09-251.8000

High

1.8453

Low

1.7746

Average

1.8022

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

PGK/SBD API questions

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

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

How far back does PGK/SBD historical data go?

Daily PGK/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 PGK/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.