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: show the values
| Point | PGK/EGP |
|---|---|
| 2025-09-25 | 11.6243 |
| 2025-10-02 | 11.4286 |
| 2025-10-09 | 11.4350 |
| 2025-10-16 | 11.3525 |
| 2025-10-23 | 11.4686 |
| 2025-10-30 | 11.2701 |
| 2025-11-06 | 11.2062 |
| 2025-11-13 | 11.1762 |
| 2025-11-20 | 11.2018 |
| 2025-11-27 | 11.2010 |
| 2025-12-04 | 11.1070 |
| 2025-12-11 | 11.1823 |
| 2025-12-18 | 11.1794 |
| 2025-12-25 | 11.0080 |
| 2026-01-01 | 11.1856 |
| 2026-01-08 | 11.0807 |
| 2026-01-15 | 11.0745 |
| 2026-01-22 | 11.0591 |
| 2026-01-29 | 10.9482 |
| 2026-02-05 | 10.9736 |
| 2026-02-12 | 10.9188 |
| 2026-02-19 | 11.0118 |
| 2026-02-26 | 11.1567 |
| 2026-03-05 | 11.6642 |
| 2026-03-12 | 12.1181 |
| 2026-03-19 | 12.1172 |
| 2026-03-26 | 12.2261 |
| 2026-04-02 | 12.5117 |
| 2026-04-09 | 12.3056 |
| 2026-04-16 | 11.9512 |
| 2026-04-23 | 12.0544 |
| 2026-04-30 | 12.2957 |
| 2026-05-07 | 12.1199 |
| 2026-05-14 | 12.2198 |
| 2026-05-21 | 12.1836 |
| 2026-05-28 | 11.9973 |
| 2026-06-04 | 11.8483 |
| 2026-06-11 | 11.8484 |
| 2026-06-18 | 11.3833 |
| 2026-06-25 | 11.2793 |
| 2026-07-02 | 11.1485 |
| 2026-07-09 | 11.2917 |
| 2026-07-16 | 11.4154 |
| 2026-07-23 | 11.5203 |
| 2026-07-30 | 11.4987 |
| 2026-08-06 | 11.2747 |
| 2026-08-13 | 11.3377 |
| 2026-08-20 | 11.3099 |
| 2026-08-27 | 11.3834 |
| 2026-09-03 | 11.4281 |
| 2026-09-10 | 11.3850 |
| 2026-09-17 | 11.6702 |
| 2026-09-24 | 11.6331 |
High
12.5117
Low
10.9188
Average
11.5049
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.