EGP to UZS exchange rate API
Egyptian Pound to Uzbekistan Sum · quoted 2026-09-25
228.2308
▼ +9.50% over YTD
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 year to date, EGP/UZS traded between 225.8677 and 263.3935, averaged 238.7196 and fell 9.50%. 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 YTD: show the values
| Point | EGP/UZS |
|---|---|
| 2025-12-31 | 252.1778 |
| 2026-01-07 | 253.4310 |
| 2026-01-14 | 255.9889 |
| 2026-01-21 | 254.4122 |
| 2026-01-28 | 258.4776 |
| 2026-02-04 | 260.9890 |
| 2026-02-11 | 263.3935 |
| 2026-02-18 | 258.8667 |
| 2026-02-25 | 254.7240 |
| 2026-03-04 | 243.9633 |
| 2026-03-11 | 234.2656 |
| 2026-03-18 | 231.5459 |
| 2026-03-25 | 231.6977 |
| 2026-04-01 | 226.3322 |
| 2026-04-08 | 225.8677 |
| 2026-04-15 | 232.9706 |
| 2026-04-22 | 232.6464 |
| 2026-04-29 | 227.9934 |
| 2026-05-06 | 226.2898 |
| 2026-05-14 | 228.3690 |
| 2026-05-21 | 227.6407 |
| 2026-05-29 | 229.9906 |
| 2026-06-05 | 231.1736 |
| 2026-06-14 | 231.8271 |
| 2026-06-21 | 241.2402 |
| 2026-06-28 | 242.3194 |
| 2026-07-05 | 243.1542 |
| 2026-07-12 | 242.7862 |
| 2026-07-19 | 238.0585 |
| 2026-07-26 | 234.2267 |
| 2026-08-02 | 234.3227 |
| 2026-08-09 | 240.7788 |
| 2026-08-16 | 236.7597 |
| 2026-08-24 | 233.1889 |
| 2026-08-31 | 233.2153 |
| 2026-09-07 | 231.3368 |
| 2026-09-14 | 227.7635 |
| 2026-09-21 | 227.6490 |
High
263.3935
Low
225.8677
Average
238.7196
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.