Skip to content

PGK to EGP exchange rate API

Kina to Egyptian Pound · quoted 2026-09-25

11.5963

▼ +0.24% over 1Y

1 PGK = 11.5963 EGP · 1 EGP = 0.08623 PGK · Get this rate via the API

1 PGK buys 11.5963 EGP as of 2026-09-25, so 1 EGP buys 0.08623 PGK. Over the last year, PGK/EGP traded between 10.9188 and 12.5117, averaged 11.5049 and fell 0.24%. The API holds daily PGK/EGP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

PGK/EGP over 1Y

PGK/EGP over 1Y: show the values
PointPGK/EGP
2025-09-2511.6243
2025-10-0211.4286
2025-10-0911.4350
2025-10-1611.3525
2025-10-2311.4686
2025-10-3011.2701
2025-11-0611.2062
2025-11-1311.1762
2025-11-2011.2018
2025-11-2711.2010
2025-12-0411.1070
2025-12-1111.1823
2025-12-1811.1794
2025-12-2511.0080
2026-01-0111.1856
2026-01-0811.0807
2026-01-1511.0745
2026-01-2211.0591
2026-01-2910.9482
2026-02-0510.9736
2026-02-1210.9188
2026-02-1911.0118
2026-02-2611.1567
2026-03-0511.6642
2026-03-1212.1181
2026-03-1912.1172
2026-03-2612.2261
2026-04-0212.5117
2026-04-0912.3056
2026-04-1611.9512
2026-04-2312.0544
2026-04-3012.2957
2026-05-0712.1199
2026-05-1412.2198
2026-05-2112.1836
2026-05-2811.9973
2026-06-0411.8483
2026-06-1111.8484
2026-06-1811.3833
2026-06-2511.2793
2026-07-0211.1485
2026-07-0911.2917
2026-07-1611.4154
2026-07-2311.5203
2026-07-3011.4987
2026-08-0611.2747
2026-08-1311.3377
2026-08-2011.3099
2026-08-2711.3834
2026-09-0311.4281
2026-09-1011.3850
2026-09-1711.6702
2026-09-2411.6331

High

12.5117

Low

10.9188

Average

11.5049

For developers

Get this rate via the API

One GET request returns the PGK/EGP 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=EGP"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK&currencies=EGP");
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=EGP").json()

Replace YOUR_API_KEY with the key from your dashboard.

PGK/EGP API questions

How do I get the PGK/EGP exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK&currencies=EGP, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest PGK/EGP rate in rates.EGP.

How far back does PGK/EGP historical data go?

Daily PGK/EGP 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/EGP 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.