Skip to content

EGP to UAH exchange rate API

Egyptian Pound to Hryvnia · quoted 2026-09-25

0.86865

▼ +2.18% over YTD

1 EGP = 0.86865 UAH · 1 UAH = 1.1512 EGP · Get this rate via the API

1 EGP buys 0.86865 UAH as of 2026-09-25, so 1 UAH buys 1.1512 EGP. Over the year to date, EGP/UAH traded between 0.80539 and 0.92145, averaged 0.87304 and fell 2.18%. The API holds daily EGP/UAH rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

EGP/UAH over YTD

EGP/UAH over YTD: show the values
PointEGP/UAH
2025-12-310.88797
2026-01-070.90013
2026-01-140.91571
2026-01-210.91267
2026-01-280.91673
2026-02-040.91892
2026-02-110.92101
2026-02-180.92145
2026-02-250.90397
2026-03-040.87062
2026-03-110.84569
2026-03-180.84025
2026-03-250.83573
2026-04-010.81302
2026-04-080.80539
2026-04-150.83469
2026-04-220.85104
2026-04-290.83227
2026-05-060.82527
2026-05-140.83061
2026-05-210.83303
2026-05-290.84773
2026-06-050.85591
2026-06-140.86875
2026-06-210.89838
2026-06-280.90525
2026-07-050.90634
2026-07-120.89512
2026-07-190.88357
2026-07-260.87311
2026-08-020.87583
2026-08-090.90172
2026-08-160.89042
2026-08-240.88019
2026-08-310.88060
2026-09-070.87688
2026-09-140.86381
2026-09-210.86018

High

0.92145

Low

0.80539

Average

0.87304

For developers

Get this rate via the API

One GET request returns the EGP/UAH 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=UAH"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP&currencies=UAH");
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=UAH").json()

Replace YOUR_API_KEY with the key from your dashboard.

EGP/UAH API questions

How do I get the EGP/UAH exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP&currencies=UAH, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest EGP/UAH rate in rates.UAH.

How far back does EGP/UAH historical data go?

Daily EGP/UAH 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/UAH 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.