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: show the values
| Point | PGK/EGP |
|---|---|
| 2025-12-31 | 11.1906 |
| 2026-01-07 | 11.0766 |
| 2026-01-14 | 11.0707 |
| 2026-01-21 | 11.1051 |
| 2026-01-28 | 10.9784 |
| 2026-02-04 | 10.9839 |
| 2026-02-11 | 10.9076 |
| 2026-02-18 | 10.9307 |
| 2026-02-25 | 11.1492 |
| 2026-03-04 | 11.6372 |
| 2026-03-11 | 12.0650 |
| 2026-03-18 | 12.1364 |
| 2026-03-25 | 12.1981 |
| 2026-04-01 | 12.4902 |
| 2026-04-08 | 12.4779 |
| 2026-04-15 | 12.0269 |
| 2026-04-22 | 11.9303 |
| 2026-04-29 | 12.1866 |
| 2026-05-06 | 12.2249 |
| 2026-05-13 | 12.1245 |
| 2026-05-20 | 12.2076 |
| 2026-05-27 | 11.9943 |
| 2026-06-03 | 11.9118 |
| 2026-06-10 | 11.8003 |
| 2026-06-17 | 11.4414 |
| 2026-06-24 | 11.3294 |
| 2026-07-01 | 11.1626 |
| 2026-07-08 | 11.2236 |
| 2026-07-15 | 11.4980 |
| 2026-07-22 | 11.5919 |
| 2026-07-29 | 11.4044 |
| 2026-08-05 | 11.3281 |
| 2026-08-12 | 11.2820 |
| 2026-08-19 | 11.3930 |
| 2026-08-26 | 11.3491 |
| 2026-09-02 | 11.5312 |
| 2026-09-09 | 11.5320 |
| 2026-09-16 | 11.6518 |
| 2026-09-23 | 11.5472 |
High
12.4902
Low
10.9076
Average
11.5917
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=EGP"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=EGP");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=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¤cies=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.