Skip to content

PGK to EGP exchange rate API

Kina to Egyptian Pound · quoted 2026-09-25

11.5963

▼ +5.84% over 6M

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 6 months, PGK/EGP traded between 11.1650 and 12.6097, averaged 11.7707 and fell 5.84%. 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 6M

PGK/EGP over 6M: show the values
PointPGK/EGP
2026-03-2912.3156
2026-04-0512.6097
2026-04-1212.3253
2026-04-1911.9754
2026-04-2612.1151
2026-05-0312.3349
2026-05-1012.0320
2026-05-1712.1427
2026-05-2412.1723
2026-05-3112.0050
2026-06-0711.9364
2026-06-1411.8988
2026-06-2111.4238
2026-06-2811.2900
2026-07-0511.1650
2026-07-1211.3093
2026-07-1911.4798
2026-07-2611.6341
2026-08-0211.5547
2026-08-0911.2184
2026-08-1611.4561
2026-08-2311.6013
2026-08-3011.4154
2026-09-0611.3077
2026-09-1311.6627
2026-09-2011.8303

High

12.6097

Low

11.1650

Average

11.7707

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.