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: show the values
| Point | PGK/SOS |
|---|---|
| 2026-03-29 | 132.6541 |
| 2026-04-05 | 132.3372 |
| 2026-04-12 | 132.0226 |
| 2026-04-19 | 131.8500 |
| 2026-04-26 | 131.3836 |
| 2026-05-03 | 131.4192 |
| 2026-05-10 | 130.0555 |
| 2026-05-18 | 131.2244 |
| 2026-05-26 | 130.7745 |
| 2026-06-02 | 130.8641 |
| 2026-06-11 | 130.3983 |
| 2026-06-18 | 130.3078 |
| 2026-06-25 | 129.5575 |
| 2026-07-02 | 129.7925 |
| 2026-07-09 | 129.5975 |
| 2026-07-16 | 128.2306 |
| 2026-07-23 | 127.9690 |
| 2026-07-30 | 128.3968 |
| 2026-08-06 | 129.1686 |
| 2026-08-13 | 128.9830 |
| 2026-08-21 | 127.5057 |
| 2026-08-28 | 128.8379 |
| 2026-09-04 | 126.5752 |
| 2026-09-11 | 127.9466 |
| 2026-09-18 | 127.7820 |
| 2026-09-25 | 127.7935 |
High
132.6541
Low
126.5752
Average
129.6471
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.