Skip to content

EGP to PKR exchange rate API

Egyptian Pound to Pakistan Rupee · quoted 2026-09-25

5.4290

▼ +5.05% over 5Y

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 last 5 years, EGP/PKR traded between 5.2123 and 5.9908, averaged 5.6329 and fell 5.05%. 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 5Y

EGP/PKR over 5Y: show the values
PointEGP/PKR
2024-08-245.7179
2024-10-065.7024
2024-11-055.6876
2024-12-055.5104
2025-01-045.4969
2025-02-035.5445
2025-03-055.5364
2025-04-055.5500
2025-05-055.4891
2025-06-055.6106
2025-07-055.7606
2025-08-045.7540
2025-09-035.7428
2025-10-035.8351
2025-11-025.9476
2025-12-025.9908
2026-01-015.8772
2026-01-315.9421
2026-03-025.7463
2026-04-015.2123
2026-05-015.2511
2026-05-315.3494
2026-06-305.7170
2026-07-305.5128
2026-08-295.5408

High

5.9908

Low

5.2123

Average

5.6329

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP&currencies=PKR"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP&currencies=PKR");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP&currencies=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&currencies=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.