Skip to content

EGP to UGX exchange rate API

Egyptian Pound to Uganda Shilling · quoted 2026-09-25

75.8879

▲ +4.45% over 1Y

1 EGP = 75.8879 UGX · 1 UGX = 0.01318 EGP · Get this rate via the API

1 EGP buys 75.8879 UGX as of 2026-09-25, so 1 UGX buys 0.01318 EGP. Over the last year, EGP/UGX traded between 69.0826 and 76.6797, averaged 73.6764 and rose 4.45%. The API holds daily EGP/UGX rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

EGP/UGX over 1Y

EGP/UGX over 1Y: show the values
PointEGP/UGX
2025-09-2572.6580
2025-10-0272.4458
2025-10-0972.2230
2025-10-1672.6247
2025-10-2373.2798
2025-10-3073.3810
2025-11-0673.7154
2025-11-1376.3712
2025-11-2076.6797
2025-11-2776.0519
2025-12-0474.5517
2025-12-1274.7460
2025-12-1975.0938
2025-12-2675.9482
2026-01-0275.9094
2026-01-0976.1701
2026-01-1675.2666
2026-01-2374.4162
2026-01-3075.9991
2026-02-0676.0037
2026-02-1375.6579
2026-02-2075.4902
2026-02-2775.0249
2026-03-0673.4430
2026-03-1371.5870
2026-03-2072.2578
2026-03-2770.4577
2026-04-0369.0826
2026-04-1069.3264
2026-04-1771.3545
2026-04-2470.7059
2026-05-0170.1939
2026-05-0871.1741
2026-05-1670.9662
2026-05-2471.4637
2026-05-3172.0878
2026-06-0972.7639
2026-06-1673.8230
2026-06-2373.3042
2026-06-3074.4983
2026-07-0774.7403
2026-07-1472.9921
2026-07-2172.5864
2026-07-2874.4154
2026-08-0474.5337
2026-08-1174.3960
2026-08-1873.8684
2026-08-2674.1555
2026-09-0274.0488
2026-09-0974.0484
2026-09-1675.1140
2026-09-2375.8635

High

76.6797

Low

69.0826

Average

73.6764

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

EGP/UGX API questions

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

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

How far back does EGP/UGX historical data go?

Daily EGP/UGX 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/UGX 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.