PGK to SDG exchange rate API
Kina to Sudanese Pound · quoted 2026-09-24
135.2777
▼ +13.54% over 5Y
1 PGK = 135.2777 SDG · 1 SDG = 0.007392 PGK · Get this rate via the API
1 PGK buys 135.2777 SDG as of 2026-09-24, so 1 SDG buys 0.007392 PGK. Over the last 5 years, PGK/SDG traded between 121.4298 and 156.4607, averaged 144.6203 and fell 13.54%. The API holds daily PGK/SDG rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
PGK/SDG over 5Y: show the values
| Point | PGK/SDG |
|---|---|
| 2024-08-24 | 156.4607 |
| 2024-10-07 | 156.4321 |
| 2024-11-06 | 155.5729 |
| 2024-12-06 | 155.8224 |
| 2025-01-05 | 151.0698 |
| 2025-02-04 | 152.8557 |
| 2025-03-06 | 149.8661 |
| 2025-04-06 | 150.2271 |
| 2025-05-06 | 150.1802 |
| 2025-06-07 | 146.6076 |
| 2025-07-07 | 149.7155 |
| 2025-08-06 | 150.7185 |
| 2025-09-05 | 147.6959 |
| 2025-10-06 | 144.3971 |
| 2025-11-05 | 142.8071 |
| 2025-12-05 | 141.1899 |
| 2026-01-05 | 140.7173 |
| 2026-02-04 | 140.3571 |
| 2026-03-06 | 139.5831 |
| 2026-04-05 | 121.4298 |
| 2026-05-05 | 138.4231 |
| 2026-06-06 | 137.4145 |
| 2026-07-08 | 136.6863 |
| 2026-08-07 | 134.3145 |
| 2026-09-07 | 134.3051 |
High
156.4607
Low
121.4298
Average
144.6203
Get this rate via the API
One GET request returns the PGK/SDG 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=SDG"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=SDG");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=SDG").json()Replace YOUR_API_KEY with the key from your dashboard.
PGK/SDG API questions
How do I get the PGK/SDG exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=SDG, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest PGK/SDG rate in rates.SDG.
How far back does PGK/SDG historical data go?
Daily PGK/SDG 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/SDG 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.