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: show the values
| Point | PGK/SGD |
|---|---|
| 2025-09-25 | 0.31112 |
| 2025-10-02 | 0.30779 |
| 2025-10-09 | 0.31162 |
| 2025-10-16 | 0.30915 |
| 2025-10-23 | 0.31330 |
| 2025-10-30 | 0.31071 |
| 2025-11-06 | 0.30861 |
| 2025-11-13 | 0.30794 |
| 2025-11-20 | 0.30900 |
| 2025-11-27 | 0.30503 |
| 2025-12-04 | 0.30268 |
| 2025-12-11 | 0.30412 |
| 2025-12-18 | 0.30334 |
| 2025-12-25 | 0.29723 |
| 2026-01-01 | 0.30150 |
| 2026-01-08 | 0.30109 |
| 2026-01-15 | 0.30162 |
| 2026-01-22 | 0.30052 |
| 2026-01-29 | 0.29549 |
| 2026-02-05 | 0.29766 |
| 2026-02-12 | 0.29425 |
| 2026-02-19 | 0.29552 |
| 2026-02-26 | 0.29408 |
| 2026-03-05 | 0.29700 |
| 2026-03-12 | 0.29602 |
| 2026-03-19 | 0.29763 |
| 2026-03-26 | 0.29808 |
| 2026-04-02 | 0.29842 |
| 2026-04-09 | 0.29496 |
| 2026-04-16 | 0.29307 |
| 2026-04-23 | 0.29353 |
| 2026-04-30 | 0.29385 |
| 2026-05-07 | 0.29101 |
| 2026-05-14 | 0.29417 |
| 2026-05-21 | 0.29375 |
| 2026-05-28 | 0.29398 |
| 2026-06-04 | 0.29297 |
| 2026-06-11 | 0.29382 |
| 2026-06-18 | 0.29436 |
| 2026-06-25 | 0.29531 |
| 2026-07-02 | 0.29399 |
| 2026-07-09 | 0.29418 |
| 2026-07-16 | 0.29137 |
| 2026-07-23 | 0.28999 |
| 2026-07-30 | 0.29045 |
| 2026-08-06 | 0.29052 |
| 2026-08-13 | 0.28902 |
| 2026-08-20 | 0.28336 |
| 2026-08-27 | 0.28802 |
| 2026-09-03 | 0.28444 |
| 2026-09-10 | 0.28114 |
| 2026-09-17 | 0.28544 |
| 2026-09-24 | 0.28834 |
High
0.31330
Low
0.28114
Average
0.29689
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=SGD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=SGD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=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¤cies=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.