Skip to content

PGK to SOS exchange rate API

Kina to Somali Shilling · quoted 2026-09-25

127.0452

▼ +4.23% over 6M

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 6 months, PGK/SOS traded between 126.5752 and 132.6541, averaged 129.6471 and fell 4.23%. 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 6M

PGK/SOS over 6M: show the values
PointPGK/SOS
2026-03-29132.6541
2026-04-05132.3372
2026-04-12132.0226
2026-04-19131.8500
2026-04-26131.3836
2026-05-03131.4192
2026-05-10130.0555
2026-05-18131.2244
2026-05-26130.7745
2026-06-02130.8641
2026-06-11130.3983
2026-06-18130.3078
2026-06-25129.5575
2026-07-02129.7925
2026-07-09129.5975
2026-07-16128.2306
2026-07-23127.9690
2026-07-30128.3968
2026-08-06129.1686
2026-08-13128.9830
2026-08-21127.5057
2026-08-28128.8379
2026-09-04126.5752
2026-09-11127.9466
2026-09-18127.7820
2026-09-25127.7935

High

132.6541

Low

126.5752

Average

129.6471

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.