EGP to UZS exchange rate API
Egyptian Pound to Uzbekistan Sum · quoted 2026-09-25
228.2308
▼ +9.90% over 1Y
1 EGP = 228.2308 UZS · 1 UZS = 0.004382 EGP · Get this rate via the API
1 EGP buys 228.2308 UZS as of 2026-09-25, so 1 UZS buys 0.004382 EGP. Over the last year, EGP/UZS traded between 222.7978 and 262.2951, averaged 242.5474 and fell 9.90%. The API holds daily EGP/UZS rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
EGP/UZS over 1Y: show the values
| Point | EGP/UZS |
|---|---|
| 2025-09-25 | 253.3058 |
| 2025-10-02 | 253.0619 |
| 2025-10-09 | 253.5411 |
| 2025-10-16 | 256.2114 |
| 2025-10-23 | 253.3074 |
| 2025-10-30 | 254.0637 |
| 2025-11-06 | 253.0002 |
| 2025-11-13 | 254.1679 |
| 2025-11-20 | 251.3339 |
| 2025-11-27 | 249.1450 |
| 2025-12-04 | 252.1856 |
| 2025-12-12 | 253.0302 |
| 2025-12-19 | 253.2624 |
| 2025-12-26 | 254.2279 |
| 2026-01-02 | 252.0150 |
| 2026-01-09 | 255.4783 |
| 2026-01-16 | 253.6539 |
| 2026-01-23 | 257.8430 |
| 2026-01-30 | 258.8620 |
| 2026-02-06 | 262.2951 |
| 2026-02-13 | 261.9334 |
| 2026-02-20 | 255.6516 |
| 2026-02-27 | 253.1154 |
| 2026-03-06 | 243.0145 |
| 2026-03-13 | 231.5114 |
| 2026-03-20 | 233.0009 |
| 2026-03-27 | 231.0930 |
| 2026-04-03 | 223.2999 |
| 2026-04-10 | 230.1772 |
| 2026-04-17 | 234.8978 |
| 2026-04-24 | 229.0016 |
| 2026-05-01 | 222.7978 |
| 2026-05-08 | 230.6002 |
| 2026-05-16 | 226.6488 |
| 2026-05-24 | 226.2646 |
| 2026-05-31 | 229.3993 |
| 2026-06-09 | 231.8816 |
| 2026-06-16 | 238.8843 |
| 2026-06-23 | 241.5135 |
| 2026-06-30 | 245.1250 |
| 2026-07-07 | 246.4208 |
| 2026-07-14 | 239.9296 |
| 2026-07-21 | 234.4691 |
| 2026-07-28 | 237.5784 |
| 2026-08-04 | 238.9078 |
| 2026-08-11 | 237.9705 |
| 2026-08-18 | 235.8617 |
| 2026-08-26 | 234.1188 |
| 2026-09-02 | 231.6643 |
| 2026-09-09 | 230.9376 |
| 2026-09-16 | 226.1799 |
| 2026-09-23 | 228.9396 |
High
262.2951
Low
222.7978
Average
242.5474
Get this rate via the API
One GET request returns the EGP/UZS 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=UZS"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP¤cies=UZS");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP¤cies=UZS").json()Replace YOUR_API_KEY with the key from your dashboard.
EGP/UZS API questions
How do I get the EGP/UZS exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP¤cies=UZS, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest EGP/UZS rate in rates.UZS.
How far back does EGP/UZS historical data go?
Daily EGP/UZS 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/UZS 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.