AFRICA · FIXTURES
Egyptian Premier League Fixtures
Next Egyptian Premier League fixtures: Wadi Degla v ZED FC (Friday 21 August), Abu Qair Semad v National Bank of Egypt (Friday 21 August), Zamalek SC v Al-Ittihad Alexandria (Friday 21 August). Full schedule with kickoff times below, joined to results and odds by match id.
LIVE DATA·Season 26/27·Updated 17 Aug 2026, 02:01 UTC
- Fri 21 Aug, 14:00 UTCWadi DeglavZED FC
- Fri 21 Aug, 17:00 UTCAbu Qair SemadvNational Bank of Egypt
- Fri 21 Aug, 17:00 UTCZamalek SCvAl-Ittihad Alexandria
- Sat 22 Aug, 14:00 UTCPetrojetvAsyut Petroleum
- Sat 22 Aug, 14:00 UTCTala'ea El-GaishvAl-Mokawloon
- Sat 22 Aug, 17:00 UTCAl-MasryvSmouha
- Sat 22 Aug, 17:00 UTCGhazl El MahallavPyramids FC
- Sun 23 Aug, 14:00 UTCEl Gouna FCvModern Sport FC
- Sun 23 Aug, 17:00 UTCAl Ahly FCvENPPI
- Sun 23 Aug, 17:00 UTCCeramica CleopatravCanal SC
- Wed 26 Aug, 14:00 UTCSmouhavAsyut Petroleum
- Wed 26 Aug, 17:00 UTCPetrojetvTala'ea El-Gaish
- Wed 26 Aug, 17:00 UTCNational Bank of EgyptvZamalek SC
- Thu 27 Aug, 14:00 UTCModern Sport FCvGhazl El Mahalla
- Thu 27 Aug, 17:00 UTCPyramids FCvAbu Qair Semad
Get this via API
Get Egyptian Premier League fixtures via API
Fetch upcoming Egyptian Premier League matches with competition_id=comp_84287.
GET /football/matches?competition_id=comp_84287&status=scheduled
Request
curl "https://api.thestatsapi.com/api/football/matches?competition_id=comp_84287&season_id=sn_8463990&status=scheduled" \
-H "Authorization: Bearer YOUR_API_KEY"JSON response
{
"data": [
{
"id": "mt_xxxx",
"competition_id": "comp_84287",
"matchday": 1,
"status": "scheduled",
"utc_date": "2026-08-21T14:00:00.000Z",
"home_team": {
"id": "tm_xxxx",
"name": "Wadi Degla"
},
"away_team": {
"id": "tm_yyyy",
"name": "ZED FC"
}
}
]
}Frequently Asked Questions
When is the next Egyptian Premier League match?
Wadi Degla play ZED FC on Friday 21 August.
How do I get Egyptian Premier League fixtures via API?
Call the matches endpoint with competition_id=comp_84287 and status=scheduled. 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.