Skip to content

EGP to UZS exchange rate API

Egyptian Pound to Uzbekistan Sum · quoted 2026-09-25

228.2308

▼ +12.47% over 5Y

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 5 years, EGP/UZS traded between 223.7103 and 265.1934, averaged 249.7954 and fell 12.47%. 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 5Y

EGP/UZS over 5Y: show the values
PointEGP/UZS
2024-08-24260.7373
2024-10-07265.1934
2024-11-06260.3600
2024-12-06257.2185
2025-01-05254.2697
2025-02-04258.3341
2025-03-06254.7656
2025-04-06255.4427
2025-05-06258.4565
2025-06-07258.8585
2025-07-07258.5035
2025-08-06259.9784
2025-09-05255.4264
2025-10-06253.6645
2025-11-05252.7609
2025-12-05251.1376
2026-01-05253.0025
2026-02-04260.9890
2026-03-06243.0145
2026-04-05223.8263
2026-05-05223.7103
2026-06-06231.2095
2026-07-08244.4976
2026-08-07239.7569
2026-09-07231.3368

High

265.1934

Low

223.7103

Average

249.7954

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.