PGK to SBD exchange rate API
Kina to Solomon Islands Dollar · quoted 2026-09-25
1.7895
▼ +6.24% over YTD
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 year to date, PGK/SBD traded between 1.7895 and 1.9085, averaged 1.8454 and fell 6.24%. 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 YTD: show the values
| Point | PGK/SBD |
|---|---|
| 2025-12-31 | 1.9085 |
| 2026-01-07 | 1.9042 |
| 2026-01-14 | 1.9040 |
| 2026-01-21 | 1.8978 |
| 2026-01-28 | 1.8964 |
| 2026-02-04 | 1.8932 |
| 2026-02-11 | 1.8839 |
| 2026-02-18 | 1.8801 |
| 2026-02-25 | 1.8786 |
| 2026-03-04 | 1.8792 |
| 2026-03-11 | 1.8604 |
| 2026-03-18 | 1.8583 |
| 2026-03-25 | 1.8560 |
| 2026-04-01 | 1.8526 |
| 2026-04-08 | 1.8673 |
| 2026-04-15 | 1.8576 |
| 2026-04-22 | 1.8399 |
| 2026-04-29 | 1.8368 |
| 2026-05-06 | 1.8425 |
| 2026-05-13 | 1.8360 |
| 2026-05-20 | 1.8311 |
| 2026-05-27 | 1.8380 |
| 2026-06-03 | 1.8309 |
| 2026-06-10 | 1.8255 |
| 2026-06-17 | 1.8305 |
| 2026-06-24 | 1.8312 |
| 2026-07-01 | 1.8308 |
| 2026-07-08 | 1.8237 |
| 2026-07-15 | 1.8379 |
| 2026-07-22 | 1.8303 |
| 2026-07-29 | 1.8210 |
| 2026-08-05 | 1.8229 |
| 2026-08-12 | 1.8060 |
| 2026-08-19 | 1.8081 |
| 2026-08-26 | 1.8100 |
| 2026-09-02 | 1.8142 |
| 2026-09-09 | 1.8068 |
| 2026-09-16 | 1.8020 |
| 2026-09-23 | 1.7911 |
High
1.9085
Low
1.7895
Average
1.8454
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.