Egyptian Premier League Table
As of 9 September 2026, Zamalek SC lead the Egyptian Premier League 26/27 with 10 points from 4 matches, 1 point clear of Pyramids FC. Ghazl El Mahalla sit bottom on 1. Full table with goal difference and form below.
| # | Team | P | W | D | L | GF | GA | GD | Pts |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Zamalek SC | 4 | 3 | 1 | 0 | 7 | 1 | +6 | 10 |
| 2 | Pyramids FC | 3 | 3 | 0 | 0 | 6 | 0 | +6 | 9 |
| 3 | Ceramica Cleopatra | 4 | 3 | 0 | 1 | 8 | 3 | +5 | 9 |
| 4 | Al Ahly FC | 3 | 3 | 0 | 0 | 6 | 2 | +4 | 9 |
| 5 | Tala'ea El-Gaish | 4 | 2 | 1 | 1 | 5 | 4 | +1 | 7 |
| 6 | Al-Ittihad Alexandria | 4 | 2 | 1 | 1 | 4 | 3 | +1 | 7 |
| 7 | Canal SC | 4 | 1 | 3 | 0 | 4 | 3 | +1 | 6 |
| 8 | Al-Masry | 4 | 2 | 0 | 2 | 5 | 5 | 0 | 6 |
| 9 | National Bank of Egypt | 4 | 2 | 0 | 2 | 4 | 5 | -1 | 6 |
| 10 | Wadi Degla | 3 | 1 | 2 | 0 | 3 | 1 | +2 | 5 |
| 11 | Modern Sport FC | 3 | 1 | 1 | 1 | 3 | 3 | 0 | 4 |
| 12 | Petrojet | 4 | 1 | 1 | 2 | 6 | 7 | -1 | 4 |
| 13 | ZED FC | 3 | 1 | 1 | 1 | 1 | 2 | -1 | 4 |
| 14 | Al-Mokawloon | 3 | 1 | 0 | 2 | 3 | 4 | -1 | 3 |
| 15 | Abu Qair Semad | 4 | 1 | 0 | 3 | 1 | 6 | -5 | 3 |
| 16 | El Gouna FC | 3 | 0 | 2 | 1 | 2 | 3 | -1 | 2 |
| 17 | Asyut Petroleum | 4 | 0 | 2 | 2 | 1 | 3 | -2 | 2 |
| 18 | ENPPI | 3 | 0 | 1 | 2 | 3 | 6 | -3 | 1 |
| 19 | Smouha | 4 | 0 | 1 | 3 | 0 | 4 | -4 | 1 |
| 20 | Ghazl El Mahalla | 4 | 0 | 1 | 3 | 1 | 8 | -7 | 1 |
Get the Egyptian Premier League table via API
Fetch the live Egyptian Premier League standings with competition_id=comp_84287. The same shape works for every competition and season.
GET /football/competitions/comp_84287/seasons/{season_id}/standings
curl "https://api.thestatsapi.com/api/football/competitions/comp_84287/seasons/sn_8463990/standings" \
-H "Authorization: Bearer YOUR_API_KEY"{
"data": [
{
"team": {
"id": "tm_xxxx",
"name": "Zamalek SC"
},
"position": 1,
"matches_played": 4,
"wins": 3,
"draws": 1,
"losses": 0,
"goals_for": 7,
"goals_against": 1,
"goal_difference": 6,
"points": 10
}
]
}Egyptian Premier League resources
Fixtures, results, player and team stats for Egyptian Premier League.
Upcoming kickoffs with dates and times.
Latest final scores.
See every competition, country, and data type we cover.
Frequently Asked Questions
Who is top of the Egyptian Premier League?
Zamalek SC are top of the Egyptian Premier League 26/27 with 10 points from 4 matches, 1 point clear of Pyramids FC.
How many teams are in the Egyptian Premier League?
20 teams compete in the Egyptian Premier League 26/27.
How do I get the Egyptian Premier League table via API?
Call the standings endpoint with competition_id=comp_84287 and the season id. Sign up for a 7-day free trial, generate an API key, and every plan includes all competitions and endpoints.
How many seasons of Egyptian Premier League data are available?
TheStatsAPI has 7 seasons of Egyptian Premier League data, going back to 20/21, including historical final tables.
Get Egyptian Premier League data via API
Start your 7-day free trial. All endpoints and every competition included on every plan.