PGK to SBD exchange rate API
Kina to Solomon Islands Dollar · quoted 2026-09-25
1.7895
▼ +18.64% over 5Y
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 5 years, PGK/SBD traded between 1.7895 and 2.1995, averaged 1.9893 and fell 18.64%. 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 5Y: show the values
| Point | PGK/SBD |
|---|---|
| 2024-08-24 | 2.1995 |
| 2024-10-03 | 2.1560 |
| 2024-11-02 | 2.1076 |
| 2024-12-02 | 2.1759 |
| 2025-01-01 | 2.1657 |
| 2025-01-31 | 2.1753 |
| 2025-03-02 | 2.1231 |
| 2025-04-01 | 2.1095 |
| 2025-05-01 | 2.0669 |
| 2025-05-31 | 2.0731 |
| 2025-06-30 | 2.0844 |
| 2025-07-30 | 2.0967 |
| 2025-08-29 | 2.0517 |
| 2025-09-28 | 1.9889 |
| 2025-10-28 | 1.9560 |
| 2025-11-27 | 1.9241 |
| 2025-12-27 | 1.8842 |
| 2026-01-26 | 1.8959 |
| 2026-02-25 | 1.8786 |
| 2026-03-27 | 1.8621 |
| 2026-04-26 | 1.8542 |
| 2026-05-26 | 1.8372 |
| 2026-06-25 | 1.8267 |
| 2026-07-25 | 1.8317 |
| 2026-08-24 | 1.8048 |
| 2026-09-23 | 1.7911 |
High
2.1995
Low
1.7895
Average
1.9893
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=SBD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=SBD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=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¤cies=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.