PGK to SOS exchange rate API
Kina to Somali Shilling · quoted 2026-09-25
127.0452
▼ +7.92% over 1Y
1 PGK = 127.0452 SOS · 1 SOS = 0.007871 PGK · Get this rate via the API
1 PGK buys 127.0452 SOS as of 2026-09-25, so 1 SOS buys 0.007871 PGK. Over the last year, PGK/SOS traded between 127.0452 and 137.9713, averaged 132.0966 and fell 7.92%. The API holds daily PGK/SOS rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
PGK/SOS over 1Y: show the values
| Point | PGK/SOS |
|---|---|
| 2025-09-25 | 137.9713 |
| 2025-10-02 | 136.6661 |
| 2025-10-09 | 137.3775 |
| 2025-10-16 | 135.7111 |
| 2025-10-23 | 137.1304 |
| 2025-10-30 | 136.3457 |
| 2025-11-06 | 134.9730 |
| 2025-11-13 | 135.2760 |
| 2025-11-20 | 134.6579 |
| 2025-11-27 | 133.7956 |
| 2025-12-04 | 133.4919 |
| 2025-12-12 | 134.2237 |
| 2025-12-19 | 133.7137 |
| 2025-12-26 | 131.8776 |
| 2026-01-02 | 132.7610 |
| 2026-01-09 | 133.2142 |
| 2026-01-16 | 132.7781 |
| 2026-01-23 | 132.5154 |
| 2026-01-30 | 133.1242 |
| 2026-02-06 | 132.7462 |
| 2026-02-13 | 133.2444 |
| 2026-02-20 | 132.9074 |
| 2026-02-27 | 132.7945 |
| 2026-03-06 | 132.5987 |
| 2026-03-13 | 132.1940 |
| 2026-03-20 | 133.0109 |
| 2026-03-27 | 132.7542 |
| 2026-04-03 | 132.4163 |
| 2026-04-10 | 132.2665 |
| 2026-04-17 | 131.7603 |
| 2026-04-24 | 132.2087 |
| 2026-05-01 | 131.2707 |
| 2026-05-08 | 131.8424 |
| 2026-05-16 | 130.7721 |
| 2026-05-24 | 131.3989 |
| 2026-05-31 | 131.1272 |
| 2026-06-09 | 130.1885 |
| 2026-06-16 | 130.8326 |
| 2026-06-23 | 130.6622 |
| 2026-06-30 | 129.5141 |
| 2026-07-07 | 129.8272 |
| 2026-07-14 | 129.8123 |
| 2026-07-21 | 129.5360 |
| 2026-07-28 | 129.1470 |
| 2026-08-04 | 129.3428 |
| 2026-08-11 | 128.7868 |
| 2026-08-18 | 128.9976 |
| 2026-08-26 | 128.7053 |
| 2026-09-02 | 129.0799 |
| 2026-09-09 | 128.6947 |
| 2026-09-16 | 127.8139 |
| 2026-09-23 | 128.2178 |
High
137.9713
Low
127.0452
Average
132.0966
Get this rate via the API
One GET request returns the PGK/SOS 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=SOS"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=SOS");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=SOS").json()Replace YOUR_API_KEY with the key from your dashboard.
PGK/SOS API questions
How do I get the PGK/SOS exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=SOS, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest PGK/SOS rate in rates.SOS.
How far back does PGK/SOS historical data go?
Daily PGK/SOS 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/SOS 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.