AFRICA · FIXTURES
Egyptian Premier League Fixtures
Next Egyptian Premier League fixtures: Modern Sport FC v Wadi Degla (Wednesday 9 September), Pyramids FC v El Gouna FC (Wednesday 9 September), ENPPI v ZED FC (Wednesday 9 September). Full schedule with kickoff times below, joined to results and odds by match id.
LIVE DATA·Season 26/27·Updated 09 Sept 2026, 06:51 UTC
- Wed 09 Sept, 14:00 UTCModern Sport FCvWadi Degla
- Wed 09 Sept, 14:00 UTCPyramids FCvEl Gouna FC
- Wed 09 Sept, 17:00 UTCENPPIvZED FC
- Wed 09 Sept, 17:00 UTCAl-MokawloonvAl Ahly FC
- Mon 14 Sept, 14:00 UTCTala'ea El-GaishvSmouha
- Mon 14 Sept, 17:00 UTCCeramica CleopatravNational Bank of Egypt
- Mon 14 Sept, 17:00 UTCZED FCvCanal SC
- Tue 15 Sept, 14:00 UTCAsyut PetroleumvModern Sport FC
- Tue 15 Sept, 14:00 UTCWadi DeglavAl-Mokawloon
- Tue 15 Sept, 17:00 UTCAl Ahly FCvAbu Qair Semad
- Tue 15 Sept, 17:00 UTCAl-MasryvAl-Ittihad Alexandria
- Wed 16 Sept, 14:00 UTCEl Gouna FCvPetrojet
- Wed 16 Sept, 17:00 UTCGhazl El MahallavZamalek SC
- Wed 16 Sept, 17:00 UTCENPPIvPyramids FC
- Sun 11 Oct, 14:00 UTCCanal SCvAl-Masry
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-09-09T14:00:00.000Z",
"home_team": {
"id": "tm_xxxx",
"name": "Modern Sport FC"
},
"away_team": {
"id": "tm_yyyy",
"name": "Wadi Degla"
}
}
]
}Frequently Asked Questions
When is the next Egyptian Premier League match?
Modern Sport FC play Wadi Degla on Wednesday 9 September.
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.