Skip to content

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

PGK/SDG over 5Y: show the values
PointPGK/SDG
2024-08-24156.4607
2024-10-07156.4321
2024-11-06155.5729
2024-12-06155.8224
2025-01-05151.0698
2025-02-04152.8557
2025-03-06149.8661
2025-04-06150.2271
2025-05-06150.1802
2025-06-07146.6076
2025-07-07149.7155
2025-08-06150.7185
2025-09-05147.6959
2025-10-06144.3971
2025-11-05142.8071
2025-12-05141.1899
2026-01-05140.7173
2026-02-04140.3571
2026-03-06139.5831
2026-04-05121.4298
2026-05-05138.4231
2026-06-06137.4145
2026-07-08136.6863
2026-08-07134.3145
2026-09-07134.3051

High

156.4607

Low

121.4298

Average

144.6203

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.