EUROPE · RESULTS
Stoiximan Super League Results
Latest Stoiximan Super League results: Panetolikos 1-2 Asteras Aktor, AE Kifisia 3-2 AE Larisa, Atromitos Athens 6-0 MGS Panserraikos. Full results with goals, dates and match ids for joining stats and odds are below.
FINAL·Season 25/26·Updated 26 Jul 2026, 03:41 UTC
- Thu 21 May, 16:00 UTCPanetolikos1–2Asteras Aktor
- Thu 21 May, 16:00 UTCAE Kifisia3–2AE Larisa
- Thu 21 May, 15:00 UTCAtromitos Athens6–0MGS Panserraikos
- Sun 17 May, 16:30 UTCAEK Athens1–1Olympiacos FC
- Sun 17 May, 16:30 UTCPanathinaikos2–2PAOK
- Sun 17 May, 14:00 UTCAris Thessaloniki3–0APO Levadiakos
- Sun 17 May, 14:00 UTCOFI Crete3–1NPS Volos
- Sun 17 May, 12:00 UTCMGS Panserraikos1–1Panetolikos
- Sat 16 May, 16:00 UTCAsteras Aktor0–0AE Kifisia
- Sat 16 May, 16:00 UTCAE Larisa2–1Atromitos Athens
- Wed 13 May, 16:30 UTCPAOK1–1AEK Athens
- Wed 13 May, 16:30 UTCOlympiacos FC1–0Panathinaikos
- Wed 13 May, 14:00 UTCNPS Volos1–2Aris Thessaloniki
- Wed 13 May, 14:00 UTCAPO Levadiakos3–2OFI Crete
- Tue 12 May, 16:00 UTCAsteras Aktor1–0MGS Panserraikos
Get this via API
Get Stoiximan Super League results via API
Fetch the latest final Stoiximan Super League scores with competition_id=comp_4008.
GET /football/matches?competition_id=comp_4008&status=finished
Request
curl "https://api.thestatsapi.com/api/football/matches?competition_id=comp_4008&season_id=sn_4504055&status=finished" \
-H "Authorization: Bearer YOUR_API_KEY"JSON response
{
"data": [
{
"id": "mt_xxxx",
"competition_id": "comp_4008",
"matchday": 10,
"status": "finished",
"utc_date": "2026-05-21T16:00:00.000Z",
"home_team": {
"id": "tm_xxxx",
"name": "Panetolikos"
},
"away_team": {
"id": "tm_yyyy",
"name": "Asteras Aktor"
},
"score": {
"home": 1,
"away": 2
}
}
]
}Frequently Asked Questions
What was the latest Stoiximan Super League result?
Panetolikos 1-2 Asteras Aktor on Thursday 21 May.
How do I get Stoiximan Super League results via API?
Call the matches endpoint with competition_id=comp_4008 and status=finished. Sign up for a 7-day free trial to generate an API key; every plan includes all competitions.
Get Stoiximan Super League data via API
Start your 7-day free trial. All endpoints and every competition included on every plan.