Skip to content

PGK to EGP exchange rate API

Kina to Egyptian Pound · quoted 2026-09-25

11.5963

▲ +3.63% over YTD

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 year to date, PGK/EGP traded between 10.9076 and 12.4902, averaged 11.5917 and rose 3.63%. 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 YTD

PGK/EGP over YTD: show the values
PointPGK/EGP
2025-12-3111.1906
2026-01-0711.0766
2026-01-1411.0707
2026-01-2111.1051
2026-01-2810.9784
2026-02-0410.9839
2026-02-1110.9076
2026-02-1810.9307
2026-02-2511.1492
2026-03-0411.6372
2026-03-1112.0650
2026-03-1812.1364
2026-03-2512.1981
2026-04-0112.4902
2026-04-0812.4779
2026-04-1512.0269
2026-04-2211.9303
2026-04-2912.1866
2026-05-0612.2249
2026-05-1312.1245
2026-05-2012.2076
2026-05-2711.9943
2026-06-0311.9118
2026-06-1011.8003
2026-06-1711.4414
2026-06-2411.3294
2026-07-0111.1626
2026-07-0811.2236
2026-07-1511.4980
2026-07-2211.5919
2026-07-2911.4044
2026-08-0511.3281
2026-08-1211.2820
2026-08-1911.3930
2026-08-2611.3491
2026-09-0211.5312
2026-09-0911.5320
2026-09-1611.6518
2026-09-2311.5472

High

12.4902

Low

10.9076

Average

11.5917

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.