Skip to content

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

EGP/UZS over 1Y: show the values
PointEGP/UZS
2025-09-25253.3058
2025-10-02253.0619
2025-10-09253.5411
2025-10-16256.2114
2025-10-23253.3074
2025-10-30254.0637
2025-11-06253.0002
2025-11-13254.1679
2025-11-20251.3339
2025-11-27249.1450
2025-12-04252.1856
2025-12-12253.0302
2025-12-19253.2624
2025-12-26254.2279
2026-01-02252.0150
2026-01-09255.4783
2026-01-16253.6539
2026-01-23257.8430
2026-01-30258.8620
2026-02-06262.2951
2026-02-13261.9334
2026-02-20255.6516
2026-02-27253.1154
2026-03-06243.0145
2026-03-13231.5114
2026-03-20233.0009
2026-03-27231.0930
2026-04-03223.2999
2026-04-10230.1772
2026-04-17234.8978
2026-04-24229.0016
2026-05-01222.7978
2026-05-08230.6002
2026-05-16226.6488
2026-05-24226.2646
2026-05-31229.3993
2026-06-09231.8816
2026-06-16238.8843
2026-06-23241.5135
2026-06-30245.1250
2026-07-07246.4208
2026-07-14239.9296
2026-07-21234.4691
2026-07-28237.5784
2026-08-04238.9078
2026-08-11237.9705
2026-08-18235.8617
2026-08-26234.1188
2026-09-02231.6643
2026-09-09230.9376
2026-09-16226.1799
2026-09-23228.9396

High

262.2951

Low

222.7978

Average

242.5474

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP&currencies=UZS"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP&currencies=UZS");
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=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&currencies=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.