Skip to content

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

EGP/PKR over YTD: show the values
PointEGP/PKR
2025-12-315.8770
2026-01-075.9397
2026-01-145.9402
2026-01-215.9132
2026-01-285.9751
2026-02-045.9705
2026-02-115.9895
2026-02-185.9748
2026-02-255.8580
2026-03-045.6107
2026-03-115.4056
2026-03-185.3684
2026-03-255.3499
2026-04-015.2123
2026-04-085.2121
2026-04-155.3922
2026-04-225.4184
2026-04-295.3117
2026-05-065.2919
2026-05-135.3170
2026-05-205.2766
2026-05-275.3853
2026-06-035.4148
2026-06-105.4301
2026-06-175.6218
2026-06-245.6648
2026-07-015.7231
2026-07-085.7060
2026-07-155.5565
2026-07-225.4925
2026-07-295.5524
2026-08-055.6244
2026-08-125.5951
2026-08-195.5540
2026-08-265.5879
2026-09-025.5045
2026-09-095.4898
2026-09-165.3940
2026-09-235.4526

High

5.9895

Low

5.2121

Average

5.5696

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.