Skip to content

KGS to PGK exchange rate API

Som to Kina · quoted 2026-09-25

0.05102

▲ +7.70% over 1Y

1 KGS = 0.05102 PGK · 1 PGK = 19.6009 KGS · Get this rate via the API

1 KGS buys 0.05102 PGK as of 2026-09-25, so 1 PGK buys 19.6009 KGS. Over the last year, KGS/PGK traded between 0.04737 and 0.05107, averaged 0.04939 and rose 7.70%. The API holds daily KGS/PGK rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

KGS/PGK over 1Y

KGS/PGK over 1Y: show the values
PointKGS/PGK
2025-09-250.04737
2025-10-020.04784
2025-10-090.04756
2025-10-160.04794
2025-10-230.04743
2025-10-300.04794
2025-11-060.04831
2025-11-130.04828
2025-11-200.04827
2025-11-270.04864
2025-12-040.04893
2025-12-120.04855
2025-12-190.04872
2025-12-260.04938
2026-01-020.04905
2026-01-090.04879
2026-01-160.04882
2026-01-230.04881
2026-01-300.04895
2026-02-060.04905
2026-02-130.04903
2026-02-200.04914
2026-02-270.04918
2026-03-060.04917
2026-03-130.04948
2026-03-200.04911
2026-03-270.04922
2026-04-030.04934
2026-04-100.04941
2026-04-170.04960
2026-04-240.04945
2026-05-010.04980
2026-05-080.04975
2026-05-160.04995
2026-05-240.04973
2026-05-310.04983
2026-06-090.05014
2026-06-160.04993
2026-06-230.05003
2026-06-300.05032
2026-07-070.05020
2026-07-140.05034
2026-07-210.05048
2026-07-280.05032
2026-08-040.05014
2026-08-110.05071
2026-08-180.05037
2026-08-260.05061
2026-09-020.05052
2026-09-090.05066
2026-09-160.05107
2026-09-230.05098

High

0.05107

Low

0.04737

Average

0.04939

For developers

Get this rate via the API

One GET request returns the KGS/PGK 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=KGS&currencies=PGK"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=KGS&currencies=PGK");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=KGS&currencies=PGK").json()

Replace YOUR_API_KEY with the key from your dashboard.

KGS/PGK API questions

How do I get the KGS/PGK exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=KGS&currencies=PGK, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest KGS/PGK rate in rates.PGK.

How far back does KGS/PGK historical data go?

Daily KGS/PGK 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 KGS/PGK 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.