Skip to content

PAB to EGP exchange rate API

Balboa to Egyptian Pound · quoted 2026-09-25

51.7667

▲ +7.48% over 1Y

1 PAB = 51.7667 EGP · 1 EGP = 0.01932 PAB · Get this rate via the API

1 PAB buys 51.7667 EGP as of 2026-09-25, so 1 EGP buys 0.01932 PAB. Over the last year, PAB/EGP traded between 46.8505 and 54.3297, averaged 49.7210 and rose 7.48%. The API holds daily PAB/EGP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

PAB/EGP over 1Y

PAB/EGP over 1Y: show the values
PointPAB/EGP
2025-09-2548.1621
2025-10-0247.7867
2025-10-0947.5579
2025-10-1647.5971
2025-10-2347.5719
2025-10-3047.2540
2025-11-0647.3569
2025-11-1347.1940
2025-11-2047.4009
2025-11-2747.6654
2025-12-0447.5445
2025-12-1247.5389
2025-12-1947.5649
2025-12-2647.5480
2026-01-0247.6890
2026-01-0947.2462
2026-01-1647.2406
2026-01-2347.1034
2026-01-3046.8976
2026-02-0646.8582
2026-02-1346.8505
2026-02-2047.5353
2026-02-2747.9497
2026-03-0650.1211
2026-03-1352.3659
2026-03-2052.2414
2026-03-2752.7333
2026-04-0354.3297
2026-04-1053.1573
2026-04-1751.7871
2026-04-2452.6156
2026-05-0153.5692
2026-05-0852.5489
2026-05-1652.8797
2026-05-2452.9525
2026-05-3152.3205
2026-06-0951.8623
2026-06-1650.2495
2026-06-2349.7410
2026-06-3049.1859
2026-07-0748.8222
2026-07-1450.5417
2026-07-2151.0532
2026-07-2850.5944
2026-08-0450.2034
2026-08-1150.1184
2026-08-1850.3866
2026-08-2650.2826
2026-09-0251.0015
2026-09-0951.1358
2026-09-1652.0436
2026-09-2351.4862

High

54.3297

Low

46.8505

Average

49.7210

For developers

Get this rate via the API

One GET request returns the PAB/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=PAB&currencies=EGP"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB&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=PAB&currencies=EGP").json()

Replace YOUR_API_KEY with the key from your dashboard.

PAB/EGP API questions

How do I get the PAB/EGP exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB&currencies=EGP, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest PAB/EGP rate in rates.EGP.

How far back does PAB/EGP historical data go?

Daily PAB/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 PAB/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.