AFRICA · RESULTS

Egyptian Premier League Results

Latest Egyptian Premier League results: Ghazl El Mahalla 4-2 Haras El Hedoud, National Bank of Egypt 2-2 Al-Ittihad Alexandria, Al-Mokawloon 3-1 Modern Sport FC. Full results with goals, dates and match ids for joining stats and odds are below.

FINAL·Season 25/26·Updated 26 Jul 2026, 03:37 UTC
  • Fri 29 May, 17:00 UTCGhazl El Mahalla42Haras El Hedoud
  • Fri 29 May, 17:00 UTCNational Bank of Egypt22Al-Ittihad Alexandria
  • Fri 29 May, 14:00 UTCAl-Mokawloon31Modern Sport FC
  • Fri 29 May, 14:00 UTCZED FC11Ismailia Electricity Club
  • Thu 28 May, 14:00 UTCIsmaily12Pharco FC
  • Thu 28 May, 14:00 UTCPetrojet12El Gouna FC
  • Thu 28 May, 14:00 UTCTala'ea El-Gaish02Wadi Degla
  • Sat 23 May, 17:00 UTCModern Sport FC00Ghazl El Mahalla
  • Sat 23 May, 17:00 UTCHaras El Hedoud03Petrojet
  • Sat 23 May, 17:00 UTCIsmailia Electricity Club22Al-Mokawloon
  • Sat 23 May, 17:00 UTCAl-Ittihad Alexandria30Ismaily
  • Thu 21 May, 17:00 UTCWadi Degla22ZED FC
  • Wed 20 May, 17:00 UTCPyramids FC21Smouha
  • Wed 20 May, 17:00 UTCZamalek SC10Ceramica Cleopatra
  • Wed 20 May, 17:00 UTCAl-Masry02Al Ahly 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_3075465&status=finished" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "id": "mt_xxxx",
      "competition_id": "comp_84287",
      "matchday": 13,
      "status": "finished",
      "utc_date": "2026-05-29T17:00:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "Ghazl El Mahalla"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "Haras El Hedoud"
      },
      "score": {
        "home": 4,
        "away": 2
      }
    }
  ]
}

Frequently Asked Questions

What was the latest Egyptian Premier League result?

Ghazl El Mahalla 4-2 Haras El Hedoud on Friday 29 May.

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.