Skip to content

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

PKR/EGP over 1Y: show the values
PointPKR/EGP
2025-09-250.17276
2025-10-020.17144
2025-10-090.16890
2025-10-160.16851
2025-10-230.16803
2025-10-300.16714
2025-11-060.16752
2025-11-130.16704
2025-11-200.16801
2025-11-270.16882
2025-12-040.16747
2025-12-110.17645
2025-12-180.16831
2025-12-250.16970
2026-01-010.17015
2026-01-080.16812
2026-01-150.16860
2026-01-220.16844
2026-01-290.16704
2026-02-050.16746
2026-02-120.16693
2026-02-190.16861
2026-02-260.17079
2026-03-050.17865
2026-03-120.18598
2026-03-190.18621
2026-03-260.18728
2026-04-020.19180
2026-04-090.18897
2026-04-160.18443
2026-04-230.18627
2026-04-300.18988
2026-05-070.18742
2026-05-140.18801
2026-05-210.18880
2026-05-280.18571
2026-06-040.18443
2026-06-110.18466
2026-06-180.17824
2026-06-250.17627
2026-07-020.17457
2026-07-090.17649
2026-07-160.17962
2026-07-230.18244
2026-07-300.18140
2026-08-060.17708
2026-08-130.17870
2026-08-200.18071
2026-08-270.17901
2026-09-030.18146
2026-09-100.18268
2026-09-170.18573
2026-09-240.18392

High

0.19180

Low

0.16693

Average

0.17717

For developers

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

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