Skip to content

PGK to SGD exchange rate API

Kina to Singapore Dollar · quoted 2026-09-25

0.28675

▼ +7.83% over 1Y

1 PGK = 0.28675 SGD · 1 SGD = 3.4874 PGK · Get this rate via the API

1 PGK buys 0.28675 SGD as of 2026-09-25, so 1 SGD buys 3.4874 PGK. Over the last year, PGK/SGD traded between 0.28114 and 0.31330, averaged 0.29689 and fell 7.83%. The API holds daily PGK/SGD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

PGK/SGD over 1Y

PGK/SGD over 1Y: show the values
PointPGK/SGD
2025-09-250.31112
2025-10-020.30779
2025-10-090.31162
2025-10-160.30915
2025-10-230.31330
2025-10-300.31071
2025-11-060.30861
2025-11-130.30794
2025-11-200.30900
2025-11-270.30503
2025-12-040.30268
2025-12-110.30412
2025-12-180.30334
2025-12-250.29723
2026-01-010.30150
2026-01-080.30109
2026-01-150.30162
2026-01-220.30052
2026-01-290.29549
2026-02-050.29766
2026-02-120.29425
2026-02-190.29552
2026-02-260.29408
2026-03-050.29700
2026-03-120.29602
2026-03-190.29763
2026-03-260.29808
2026-04-020.29842
2026-04-090.29496
2026-04-160.29307
2026-04-230.29353
2026-04-300.29385
2026-05-070.29101
2026-05-140.29417
2026-05-210.29375
2026-05-280.29398
2026-06-040.29297
2026-06-110.29382
2026-06-180.29436
2026-06-250.29531
2026-07-020.29399
2026-07-090.29418
2026-07-160.29137
2026-07-230.28999
2026-07-300.29045
2026-08-060.29052
2026-08-130.28902
2026-08-200.28336
2026-08-270.28802
2026-09-030.28444
2026-09-100.28114
2026-09-170.28544
2026-09-240.28834

High

0.31330

Low

0.28114

Average

0.29689

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

PGK/SGD API questions

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

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

How far back does PGK/SGD historical data go?

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