AFRICA · RESULTS
Egyptian Premier League Results
Latest Egyptian Premier League results: Ghazl El Mahalla 4-2 Haras El Hedoud, National Bank of Egypt 2-2 Al-Ittihad Alexandria, Al-Mokawloon 3-1 Modern Sport FC. Full results with goals, dates and match ids for joining stats and odds are below.
FINAL·Season 25/26·Updated 26 Jul 2026, 03:37 UTC
- Fri 29 May, 17:00 UTCGhazl El Mahalla4–2Haras El Hedoud
- Fri 29 May, 17:00 UTCNational Bank of Egypt2–2Al-Ittihad Alexandria
- Fri 29 May, 14:00 UTCAl-Mokawloon3–1Modern Sport FC
- Fri 29 May, 14:00 UTCZED FC1–1Ismailia Electricity Club
- Thu 28 May, 14:00 UTCIsmaily1–2Pharco FC
- Thu 28 May, 14:00 UTCPetrojet1–2El Gouna FC
- Thu 28 May, 14:00 UTCTala'ea El-Gaish0–2Wadi Degla
- Sat 23 May, 17:00 UTCModern Sport FC0–0Ghazl El Mahalla
- Sat 23 May, 17:00 UTCHaras El Hedoud0–3Petrojet
- Sat 23 May, 17:00 UTCIsmailia Electricity Club2–2Al-Mokawloon
- Sat 23 May, 17:00 UTCAl-Ittihad Alexandria3–0Ismaily
- Thu 21 May, 17:00 UTCWadi Degla2–2ZED FC
- Wed 20 May, 17:00 UTCPyramids FC2–1Smouha
- Wed 20 May, 17:00 UTCZamalek SC1–0Ceramica Cleopatra
- Wed 20 May, 17:00 UTCAl-Masry0–2Al Ahly FC
Get this via API
Get Egyptian Premier League results via API
Fetch the latest final Egyptian Premier League scores with competition_id=comp_84287.
GET /football/matches?competition_id=comp_84287&status=finished
Request
curl "https://api.thestatsapi.com/api/football/matches?competition_id=comp_84287&season_id=sn_3075465&status=finished" \
-H "Authorization: Bearer YOUR_API_KEY"JSON response
{
"data": [
{
"id": "mt_xxxx",
"competition_id": "comp_84287",
"matchday": 13,
"status": "finished",
"utc_date": "2026-05-29T17:00:00.000Z",
"home_team": {
"id": "tm_xxxx",
"name": "Ghazl El Mahalla"
},
"away_team": {
"id": "tm_yyyy",
"name": "Haras El Hedoud"
},
"score": {
"home": 4,
"away": 2
}
}
]
}Frequently Asked Questions
What was the latest Egyptian Premier League result?
Ghazl El Mahalla 4-2 Haras El Hedoud on Friday 29 May.
How do I get Egyptian Premier League results via API?
Call the matches endpoint with competition_id=comp_84287 and status=finished. Sign up for a 7-day free trial to generate an API key; every plan includes all competitions.
Get Egyptian Premier League data via API
Start your 7-day free trial. All endpoints and every competition included on every plan.