AFRICA · RESULTS
Egyptian Premier League Results
Latest Egyptian Premier League results: Zamalek SC 2-0 Abu Qair Semad, Smouha 0-2 Ceramica Cleopatra, National Bank of Egypt 3-1 Ghazl El Mahalla. Full results with goals, dates and match ids for joining stats and odds are below.
LIVE DATA·Season 26/27·Updated 08 Sept 2026, 21:30 UTC
- Tue 08 Sept, 17:00 UTCZamalek SC2–0Abu Qair Semad
- Tue 08 Sept, 17:00 UTCSmouha0–2Ceramica Cleopatra
- Mon 07 Sept, 17:00 UTCNational Bank of Egypt3–1Ghazl El Mahalla
- Mon 07 Sept, 17:00 UTCPetrojet2–1Al-Masry
- Mon 07 Sept, 14:00 UTCAl-Ittihad Alexandria1–0Asyut Petroleum
- Mon 07 Sept, 14:00 UTCCanal SC1–1Tala'ea El-Gaish
- Thu 03 Sept, 17:00 UTCAl Ahly FC1–0Smouha
- Wed 02 Sept, 17:00 UTCAbu Qair Semad0–2Al-Ittihad Alexandria
- Wed 02 Sept, 17:00 UTCCeramica Cleopatra2–0Modern Sport FC
- Wed 02 Sept, 14:00 UTCEl Gouna FC0–1Al-Mokawloon
- Tue 01 Sept, 17:00 UTCWadi Degla0–0Canal SC
- Tue 01 Sept, 14:00 UTCGhazl El Mahalla0–0ENPPI
- Tue 01 Sept, 14:00 UTCTala'ea El-Gaish0–1ZED FC
- Mon 31 Aug, 17:00 UTCZamalek SC2–1Petrojet
- Mon 31 Aug, 17:00 UTCAl-Masry0–1Pyramids 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_8463990&status=finished" \
-H "Authorization: Bearer YOUR_API_KEY"JSON response
{
"data": [
{
"id": "mt_xxxx",
"competition_id": "comp_84287",
"matchday": 4,
"status": "finished",
"utc_date": "2026-09-08T17:00:00.000Z",
"home_team": {
"id": "tm_xxxx",
"name": "Zamalek SC"
},
"away_team": {
"id": "tm_yyyy",
"name": "Abu Qair Semad"
},
"score": {
"home": 2,
"away": 0
}
}
]
}Frequently Asked Questions
What was the latest Egyptian Premier League result?
Zamalek SC 2-0 Abu Qair Semad on Tuesday 8 September.
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.