Skip to content

EGP to PKR exchange rate API

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

5.4290

▼ +6.21% over 1Y

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 year, EGP/PKR traded between 5.2137 and 5.9904, averaged 5.6555 and fell 6.21%. 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 1Y

EGP/PKR over 1Y: show the values
PointEGP/PKR
2025-09-255.7883
2025-10-025.8329
2025-10-095.9206
2025-10-165.9342
2025-10-235.9511
2025-10-305.9829
2025-11-065.9693
2025-11-135.9865
2025-11-205.9518
2025-11-275.9234
2025-12-045.9714
2025-12-115.6672
2025-12-185.9413
2025-12-255.8929
2026-01-015.8772
2026-01-085.9482
2026-01-155.9310
2026-01-225.9370
2026-01-295.9866
2026-02-055.9715
2026-02-125.9904
2026-02-195.9307
2026-02-265.8550
2026-03-055.5975
2026-03-125.3770
2026-03-195.3702
2026-03-265.3395
2026-04-025.2137
2026-04-095.2918
2026-04-165.4222
2026-04-235.3686
2026-04-305.2666
2026-05-075.3356
2026-05-145.3190
2026-05-215.2965
2026-05-285.3847
2026-06-045.4220
2026-06-115.4153
2026-06-185.6103
2026-06-255.6732
2026-07-025.7282
2026-07-095.6660
2026-07-165.5673
2026-07-235.4811
2026-07-305.5128
2026-08-065.6472
2026-08-135.5961
2026-08-205.5337
2026-08-275.5861
2026-09-035.5109
2026-09-105.4740
2026-09-175.3843
2026-09-245.4370

High

5.9904

Low

5.2137

Average

5.6555

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.