Skip to content

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

EGP/UZS over YTD: show the values
PointEGP/UZS
2025-12-31252.1778
2026-01-07253.4310
2026-01-14255.9889
2026-01-21254.4122
2026-01-28258.4776
2026-02-04260.9890
2026-02-11263.3935
2026-02-18258.8667
2026-02-25254.7240
2026-03-04243.9633
2026-03-11234.2656
2026-03-18231.5459
2026-03-25231.6977
2026-04-01226.3322
2026-04-08225.8677
2026-04-15232.9706
2026-04-22232.6464
2026-04-29227.9934
2026-05-06226.2898
2026-05-14228.3690
2026-05-21227.6407
2026-05-29229.9906
2026-06-05231.1736
2026-06-14231.8271
2026-06-21241.2402
2026-06-28242.3194
2026-07-05243.1542
2026-07-12242.7862
2026-07-19238.0585
2026-07-26234.2267
2026-08-02234.3227
2026-08-09240.7788
2026-08-16236.7597
2026-08-24233.1889
2026-08-31233.2153
2026-09-07231.3368
2026-09-14227.7635
2026-09-21227.6490

High

263.3935

Low

225.8677

Average

238.7196

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.