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: show the values
| Point | EGP/UGX |
|---|---|
| 2025-09-25 | 72.6580 |
| 2025-10-02 | 72.4458 |
| 2025-10-09 | 72.2230 |
| 2025-10-16 | 72.6247 |
| 2025-10-23 | 73.2798 |
| 2025-10-30 | 73.3810 |
| 2025-11-06 | 73.7154 |
| 2025-11-13 | 76.3712 |
| 2025-11-20 | 76.6797 |
| 2025-11-27 | 76.0519 |
| 2025-12-04 | 74.5517 |
| 2025-12-12 | 74.7460 |
| 2025-12-19 | 75.0938 |
| 2025-12-26 | 75.9482 |
| 2026-01-02 | 75.9094 |
| 2026-01-09 | 76.1701 |
| 2026-01-16 | 75.2666 |
| 2026-01-23 | 74.4162 |
| 2026-01-30 | 75.9991 |
| 2026-02-06 | 76.0037 |
| 2026-02-13 | 75.6579 |
| 2026-02-20 | 75.4902 |
| 2026-02-27 | 75.0249 |
| 2026-03-06 | 73.4430 |
| 2026-03-13 | 71.5870 |
| 2026-03-20 | 72.2578 |
| 2026-03-27 | 70.4577 |
| 2026-04-03 | 69.0826 |
| 2026-04-10 | 69.3264 |
| 2026-04-17 | 71.3545 |
| 2026-04-24 | 70.7059 |
| 2026-05-01 | 70.1939 |
| 2026-05-08 | 71.1741 |
| 2026-05-16 | 70.9662 |
| 2026-05-24 | 71.4637 |
| 2026-05-31 | 72.0878 |
| 2026-06-09 | 72.7639 |
| 2026-06-16 | 73.8230 |
| 2026-06-23 | 73.3042 |
| 2026-06-30 | 74.4983 |
| 2026-07-07 | 74.7403 |
| 2026-07-14 | 72.9921 |
| 2026-07-21 | 72.5864 |
| 2026-07-28 | 74.4154 |
| 2026-08-04 | 74.5337 |
| 2026-08-11 | 74.3960 |
| 2026-08-18 | 73.8684 |
| 2026-08-26 | 74.1555 |
| 2026-09-02 | 74.0488 |
| 2026-09-09 | 74.0484 |
| 2026-09-16 | 75.1140 |
| 2026-09-23 | 75.8635 |
High
76.6797
Low
69.0826
Average
73.6764
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP¤cies=UGX"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP¤cies=UGX");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP¤cies=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¤cies=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.