Skip to content

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

PGK/SOS over 1Y: show the values
PointPGK/SOS
2025-09-25137.9713
2025-10-02136.6661
2025-10-09137.3775
2025-10-16135.7111
2025-10-23137.1304
2025-10-30136.3457
2025-11-06134.9730
2025-11-13135.2760
2025-11-20134.6579
2025-11-27133.7956
2025-12-04133.4919
2025-12-12134.2237
2025-12-19133.7137
2025-12-26131.8776
2026-01-02132.7610
2026-01-09133.2142
2026-01-16132.7781
2026-01-23132.5154
2026-01-30133.1242
2026-02-06132.7462
2026-02-13133.2444
2026-02-20132.9074
2026-02-27132.7945
2026-03-06132.5987
2026-03-13132.1940
2026-03-20133.0109
2026-03-27132.7542
2026-04-03132.4163
2026-04-10132.2665
2026-04-17131.7603
2026-04-24132.2087
2026-05-01131.2707
2026-05-08131.8424
2026-05-16130.7721
2026-05-24131.3989
2026-05-31131.1272
2026-06-09130.1885
2026-06-16130.8326
2026-06-23130.6622
2026-06-30129.5141
2026-07-07129.8272
2026-07-14129.8123
2026-07-21129.5360
2026-07-28129.1470
2026-08-04129.3428
2026-08-11128.7868
2026-08-18128.9976
2026-08-26128.7053
2026-09-02129.0799
2026-09-09128.6947
2026-09-16127.8139
2026-09-23128.2178

High

137.9713

Low

127.0452

Average

132.0966

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK&currencies=SOS"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK&currencies=SOS");
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=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&currencies=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.