PKR to EGP exchange rate API
Pakistan Rupee to Egyptian Pound · quoted 2026-09-25
0.18420
▲ +6.62% over 1Y
1 PKR = 0.18420 EGP · 1 EGP = 5.4290 PKR · Get this rate via the API
1 PKR buys 0.18420 EGP as of 2026-09-25, so 1 EGP buys 5.4290 PKR. Over the last year, PKR/EGP traded between 0.16693 and 0.19180, averaged 0.17717 and rose 6.62%. The API holds daily PKR/EGP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
PKR/EGP over 1Y: show the values
| Point | PKR/EGP |
|---|---|
| 2025-09-25 | 0.17276 |
| 2025-10-02 | 0.17144 |
| 2025-10-09 | 0.16890 |
| 2025-10-16 | 0.16851 |
| 2025-10-23 | 0.16803 |
| 2025-10-30 | 0.16714 |
| 2025-11-06 | 0.16752 |
| 2025-11-13 | 0.16704 |
| 2025-11-20 | 0.16801 |
| 2025-11-27 | 0.16882 |
| 2025-12-04 | 0.16747 |
| 2025-12-11 | 0.17645 |
| 2025-12-18 | 0.16831 |
| 2025-12-25 | 0.16970 |
| 2026-01-01 | 0.17015 |
| 2026-01-08 | 0.16812 |
| 2026-01-15 | 0.16860 |
| 2026-01-22 | 0.16844 |
| 2026-01-29 | 0.16704 |
| 2026-02-05 | 0.16746 |
| 2026-02-12 | 0.16693 |
| 2026-02-19 | 0.16861 |
| 2026-02-26 | 0.17079 |
| 2026-03-05 | 0.17865 |
| 2026-03-12 | 0.18598 |
| 2026-03-19 | 0.18621 |
| 2026-03-26 | 0.18728 |
| 2026-04-02 | 0.19180 |
| 2026-04-09 | 0.18897 |
| 2026-04-16 | 0.18443 |
| 2026-04-23 | 0.18627 |
| 2026-04-30 | 0.18988 |
| 2026-05-07 | 0.18742 |
| 2026-05-14 | 0.18801 |
| 2026-05-21 | 0.18880 |
| 2026-05-28 | 0.18571 |
| 2026-06-04 | 0.18443 |
| 2026-06-11 | 0.18466 |
| 2026-06-18 | 0.17824 |
| 2026-06-25 | 0.17627 |
| 2026-07-02 | 0.17457 |
| 2026-07-09 | 0.17649 |
| 2026-07-16 | 0.17962 |
| 2026-07-23 | 0.18244 |
| 2026-07-30 | 0.18140 |
| 2026-08-06 | 0.17708 |
| 2026-08-13 | 0.17870 |
| 2026-08-20 | 0.18071 |
| 2026-08-27 | 0.17901 |
| 2026-09-03 | 0.18146 |
| 2026-09-10 | 0.18268 |
| 2026-09-17 | 0.18573 |
| 2026-09-24 | 0.18392 |
High
0.19180
Low
0.16693
Average
0.17717
Get this rate via the API
One GET request returns the PKR/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=PKR¤cies=EGP"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PKR¤cies=EGP");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PKR¤cies=EGP").json()Replace YOUR_API_KEY with the key from your dashboard.
PKR/EGP API questions
How do I get the PKR/EGP exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PKR¤cies=EGP, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest PKR/EGP rate in rates.EGP.
How far back does PKR/EGP historical data go?
Daily PKR/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 PKR/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.