Skip to content

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

PGK/SDG over 1Y: show the values
PointPGK/SDG
2025-09-24145.0219
2025-10-01144.7373
2025-10-08143.9211
2025-10-15143.3925
2025-10-22144.4652
2025-10-29143.4478
2025-11-05142.8071
2025-11-12141.9748
2025-11-19141.8836
2025-11-26141.3932
2025-12-03139.7834
2025-12-11141.1073
2025-12-18140.9495
2025-12-25138.9373
2026-01-01140.7224
2026-01-08140.6220
2026-01-15140.4925
2026-01-22140.4910
2026-01-29140.2356
2026-02-05140.2397
2026-02-12140.2588
2026-02-19139.7463
2026-02-26139.7211
2026-03-05139.5658
2026-03-12139.3017
2026-03-19139.2008
2026-03-26139.2958
2026-04-02131.0184
2026-04-09139.1062
2026-04-16138.4857
2026-04-23138.1600
2026-04-30138.2667
2026-05-07138.0604
2026-05-15138.0685
2026-05-23138.2545
2026-05-30137.8080
2026-06-06137.4145
2026-06-15137.2675
2026-06-22136.9776
2026-06-29136.3332
2026-07-06136.0658
2026-07-13135.8762
2026-07-20135.8670
2026-07-27135.5174
2026-08-03135.2470
2026-08-10136.0390
2026-08-17134.2609
2026-08-25134.8491
2026-09-01135.6166
2026-09-08134.8424
2026-09-15134.3487
2026-09-22135.7990

High

145.0219

Low

131.0184

Average

138.8404

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK&currencies=SDG"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK&currencies=SDG");
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=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&currencies=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.