Skip to content

USD to EGP exchange rate API

US Dollar to Egyptian Pound · quoted 2026-09-25

51.7516

▲ +7.45% over 1Y

1 USD = 51.7516 EGP · 1 EGP = 0.01932 USD · Get this rate via the API

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

USD/EGP over 1Y

USD/EGP over 1Y: show the values
PointUSD/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-1147.5454
2025-12-1847.5778
2025-12-2547.5401
2026-01-0147.6777
2026-01-0847.2673
2026-01-1547.2830
2026-01-2247.2373
2026-01-2946.8336
2026-02-0546.9378
2026-02-1246.8253
2026-02-1947.2910
2026-02-2647.9177
2026-03-0550.1623
2026-03-1252.2073
2026-03-1952.2465
2026-03-2652.6814
2026-04-0253.9640
2026-04-0953.1654
2026-04-1651.8657
2026-04-2352.3930
2026-04-3053.4002
2026-05-0752.7166
2026-05-1452.8964
2026-05-2153.0948
2026-05-2852.2202
2026-06-0451.8689
2026-06-1151.9295
2026-06-1849.9198
2026-06-2549.5662
2026-07-0249.0886
2026-07-0949.6250
2026-07-1650.5043
2026-07-2351.3007
2026-07-3050.9694
2026-08-0649.7564
2026-08-1350.2161
2026-08-2050.7755
2026-08-2750.2443
2026-09-0350.9358
2026-09-1051.2861
2026-09-1752.1417
2026-09-2451.6382

High

53.9640

Low

46.8253

Average

49.7696

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

USD/EGP API questions

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

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

How far back does USD/EGP historical data go?

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