AFRICA · LEAGUE TABLE

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.

LIVE DATA·Season 26/27·Updated 09 Sept 2026, 04:19 UTC
Egyptian Premier League league table
#TeamPWDLGFGAGDPts
1Zamalek SC431071+610
2Pyramids FC330060+69
3Ceramica Cleopatra430183+59
4Al Ahly FC330062+49
5Tala'ea El-Gaish421154+17
6Al-Ittihad Alexandria421143+17
7Canal SC413043+16
8Al-Masry42025506
9National Bank of Egypt420245-16
10Wadi Degla312031+25
11Modern Sport FC31113304
12Petrojet411267-14
13ZED FC311112-14
14Al-Mokawloon310234-13
15Abu Qair Semad410316-53
16El Gouna FC302123-12
17Asyut Petroleum402213-22
18ENPPI301236-31
19Smouha401304-41
20Ghazl El Mahalla401318-71
Get this via API

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

Request
curl "https://api.thestatsapi.com/api/football/competitions/comp_84287/seasons/sn_8463990/standings" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "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
    }
  ]
}

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.