PGK to SDG exchange rate API
Kina to Sudanese Pound · quoted 2026-09-24
135.2777
▼ +6.72% over 1Y
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 year, PGK/SDG traded between 131.0184 and 145.0219, averaged 138.8404 and fell 6.72%. 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 1Y: show the values
| Point | PGK/SDG |
|---|---|
| 2025-09-24 | 145.0219 |
| 2025-10-01 | 144.7373 |
| 2025-10-08 | 143.9211 |
| 2025-10-15 | 143.3925 |
| 2025-10-22 | 144.4652 |
| 2025-10-29 | 143.4478 |
| 2025-11-05 | 142.8071 |
| 2025-11-12 | 141.9748 |
| 2025-11-19 | 141.8836 |
| 2025-11-26 | 141.3932 |
| 2025-12-03 | 139.7834 |
| 2025-12-11 | 141.1073 |
| 2025-12-18 | 140.9495 |
| 2025-12-25 | 138.9373 |
| 2026-01-01 | 140.7224 |
| 2026-01-08 | 140.6220 |
| 2026-01-15 | 140.4925 |
| 2026-01-22 | 140.4910 |
| 2026-01-29 | 140.2356 |
| 2026-02-05 | 140.2397 |
| 2026-02-12 | 140.2588 |
| 2026-02-19 | 139.7463 |
| 2026-02-26 | 139.7211 |
| 2026-03-05 | 139.5658 |
| 2026-03-12 | 139.3017 |
| 2026-03-19 | 139.2008 |
| 2026-03-26 | 139.2958 |
| 2026-04-02 | 131.0184 |
| 2026-04-09 | 139.1062 |
| 2026-04-16 | 138.4857 |
| 2026-04-23 | 138.1600 |
| 2026-04-30 | 138.2667 |
| 2026-05-07 | 138.0604 |
| 2026-05-15 | 138.0685 |
| 2026-05-23 | 138.2545 |
| 2026-05-30 | 137.8080 |
| 2026-06-06 | 137.4145 |
| 2026-06-15 | 137.2675 |
| 2026-06-22 | 136.9776 |
| 2026-06-29 | 136.3332 |
| 2026-07-06 | 136.0658 |
| 2026-07-13 | 135.8762 |
| 2026-07-20 | 135.8670 |
| 2026-07-27 | 135.5174 |
| 2026-08-03 | 135.2470 |
| 2026-08-10 | 136.0390 |
| 2026-08-17 | 134.2609 |
| 2026-08-25 | 134.8491 |
| 2026-09-01 | 135.6166 |
| 2026-09-08 | 134.8424 |
| 2026-09-15 | 134.3487 |
| 2026-09-22 | 135.7990 |
High
145.0219
Low
131.0184
Average
138.8404
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.