Skip to content

PGK to SBD exchange rate API

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

1.7895

▼ +10.41% over 1Y

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 year, PGK/SBD traded between 1.7751 and 1.9975, averaged 1.8676 and fell 10.41%. 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 1Y

PGK/SBD over 1Y: show the values
PointPGK/SBD
2025-09-251.9975
2025-10-021.9521
2025-10-091.9645
2025-10-161.9481
2025-10-231.9712
2025-10-301.9518
2025-11-061.9375
2025-11-131.9368
2025-11-201.9347
2025-11-271.9241
2025-12-041.9123
2025-12-111.9191
2025-12-181.9126
2025-12-251.8748
2026-01-011.9004
2026-01-081.9043
2026-01-151.9036
2026-01-221.9006
2026-01-291.8945
2026-02-051.8896
2026-02-121.8853
2026-02-191.8791
2026-02-261.8809
2026-03-051.8804
2026-03-121.8529
2026-03-191.8563
2026-03-261.8567
2026-04-021.8579
2026-04-091.8681
2026-04-161.8470
2026-04-231.8526
2026-04-301.8367
2026-05-071.8414
2026-05-141.8426
2026-05-211.8328
2026-05-281.8332
2026-06-041.8284
2026-06-111.8342
2026-06-181.8176
2026-06-251.8267
2026-07-021.8262
2026-07-091.8292
2026-07-161.8281
2026-07-231.8073
2026-07-301.8197
2026-08-061.8245
2026-08-131.8139
2026-08-201.7871
2026-08-271.8154
2026-09-031.7974
2026-09-101.7751
2026-09-171.7914
2026-09-241.8065

High

1.9975

Low

1.7751

Average

1.8676

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.