EGP to PKR exchange rate API
Egyptian Pound to Pakistan Rupee · quoted 2026-09-25
5.4290
▼ +7.62% over YTD
1 EGP = 5.4290 PKR · 1 PKR = 0.18420 EGP · Get this rate via the API
1 EGP buys 5.4290 PKR as of 2026-09-25, so 1 PKR buys 0.18420 EGP. Over the year to date, EGP/PKR traded between 5.2121 and 5.9895, averaged 5.5696 and fell 7.62%. The API holds daily EGP/PKR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
EGP/PKR over YTD: show the values
| Point | EGP/PKR |
|---|---|
| 2025-12-31 | 5.8770 |
| 2026-01-07 | 5.9397 |
| 2026-01-14 | 5.9402 |
| 2026-01-21 | 5.9132 |
| 2026-01-28 | 5.9751 |
| 2026-02-04 | 5.9705 |
| 2026-02-11 | 5.9895 |
| 2026-02-18 | 5.9748 |
| 2026-02-25 | 5.8580 |
| 2026-03-04 | 5.6107 |
| 2026-03-11 | 5.4056 |
| 2026-03-18 | 5.3684 |
| 2026-03-25 | 5.3499 |
| 2026-04-01 | 5.2123 |
| 2026-04-08 | 5.2121 |
| 2026-04-15 | 5.3922 |
| 2026-04-22 | 5.4184 |
| 2026-04-29 | 5.3117 |
| 2026-05-06 | 5.2919 |
| 2026-05-13 | 5.3170 |
| 2026-05-20 | 5.2766 |
| 2026-05-27 | 5.3853 |
| 2026-06-03 | 5.4148 |
| 2026-06-10 | 5.4301 |
| 2026-06-17 | 5.6218 |
| 2026-06-24 | 5.6648 |
| 2026-07-01 | 5.7231 |
| 2026-07-08 | 5.7060 |
| 2026-07-15 | 5.5565 |
| 2026-07-22 | 5.4925 |
| 2026-07-29 | 5.5524 |
| 2026-08-05 | 5.6244 |
| 2026-08-12 | 5.5951 |
| 2026-08-19 | 5.5540 |
| 2026-08-26 | 5.5879 |
| 2026-09-02 | 5.5045 |
| 2026-09-09 | 5.4898 |
| 2026-09-16 | 5.3940 |
| 2026-09-23 | 5.4526 |
High
5.9895
Low
5.2121
Average
5.5696
Get this rate via the API
One GET request returns the EGP/PKR 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=EGP¤cies=PKR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP¤cies=PKR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP¤cies=PKR").json()Replace YOUR_API_KEY with the key from your dashboard.
EGP/PKR API questions
How do I get the EGP/PKR exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP¤cies=PKR, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest EGP/PKR rate in rates.PKR.
How far back does EGP/PKR historical data go?
Daily EGP/PKR 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 EGP/PKR 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.