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 SC20Abu Qair Semad
  • Tue 08 Sept, 17:00 UTCSmouha02Ceramica Cleopatra
  • Mon 07 Sept, 17:00 UTCNational Bank of Egypt31Ghazl El Mahalla
  • Mon 07 Sept, 17:00 UTCPetrojet21Al-Masry
  • Mon 07 Sept, 14:00 UTCAl-Ittihad Alexandria10Asyut Petroleum
  • Mon 07 Sept, 14:00 UTCCanal SC11Tala'ea El-Gaish
  • Thu 03 Sept, 17:00 UTCAl Ahly FC10Smouha
  • Wed 02 Sept, 17:00 UTCAbu Qair Semad02Al-Ittihad Alexandria
  • Wed 02 Sept, 17:00 UTCCeramica Cleopatra20Modern Sport FC
  • Wed 02 Sept, 14:00 UTCEl Gouna FC01Al-Mokawloon
  • Tue 01 Sept, 17:00 UTCWadi Degla00Canal SC
  • Tue 01 Sept, 14:00 UTCGhazl El Mahalla00ENPPI
  • Tue 01 Sept, 14:00 UTCTala'ea El-Gaish01ZED FC
  • Mon 31 Aug, 17:00 UTCZamalek SC21Petrojet
  • Mon 31 Aug, 17:00 UTCAl-Masry01Pyramids 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.