EUROPE · RESULTS
Eredivisie Results
Latest Eredivisie results: NEC Nijmegen 2-2 Excelsior, FC Utrecht 3-3 Go Ahead Eagles, ADO Den Haag 2-3 Fortuna Sittard. Full results with goals, dates and match ids for joining stats and odds are below.
LIVE DATA·Season 26/27·Updated 09 Sept 2026, 05:56 UTC
- Tue 08 Sept, 16:45 UTCNEC Nijmegen2–2Excelsior
- Tue 08 Sept, 12:00 UTCFC Utrecht3–3Go Ahead Eagles
- Sun 06 Sept, 14:45 UTCADO Den Haag2–3Fortuna Sittard
- Sun 06 Sept, 12:30 UTCSC Telstar2–2SC Cambuur
- Sun 06 Sept, 12:30 UTCSC Heerenveen2–3AZ Alkmaar
- Sun 06 Sept, 10:15 UTCFC Groningen2–2FC Twente
- Sat 05 Sept, 19:00 UTCWillem II Tilburg0–3Excelsior
- Sat 05 Sept, 18:00 UTCAFC Ajax1–3PSV Eindhoven
- Sat 05 Sept, 14:30 UTCNEC Nijmegen1–3Feyenoord
- Fri 04 Sept, 18:00 UTCSparta Rotterdam2–2PEC Zwolle
- Sun 30 Aug, 18:00 UTCSC Cambuur1–4FC Twente
- Sun 30 Aug, 14:45 UTCSC Telstar0–4AFC Ajax
- Sun 30 Aug, 12:30 UTCFeyenoord2–2ADO Den Haag
- Sun 30 Aug, 12:30 UTCWillem II Tilburg2–2SC Heerenveen
- Sun 30 Aug, 10:15 UTCFC Utrecht1–6PSV Eindhoven
Get this via API
Get Eredivisie results via API
Fetch the latest final Eredivisie scores with competition_id=comp_3809.
GET /football/matches?competition_id=comp_3809&status=finished
Request
curl "https://api.thestatsapi.com/api/football/matches?competition_id=comp_3809&season_id=sn_5744954&status=finished" \
-H "Authorization: Bearer YOUR_API_KEY"JSON response
{
"data": [
{
"id": "mt_xxxx",
"competition_id": "comp_3809",
"matchday": 3,
"status": "finished",
"utc_date": "2026-09-08T16:45:00.000Z",
"home_team": {
"id": "tm_xxxx",
"name": "NEC Nijmegen"
},
"away_team": {
"id": "tm_yyyy",
"name": "Excelsior"
},
"score": {
"home": 2,
"away": 2
}
}
]
}Frequently Asked Questions
What was the latest Eredivisie result?
NEC Nijmegen 2-2 Excelsior on Tuesday 8 September.
How do I get Eredivisie results via API?
Call the matches endpoint with competition_id=comp_3809 and status=finished. Sign up for a 7-day free trial to generate an API key; every plan includes all competitions.
Get Eredivisie data via API
Start your 7-day free trial. All endpoints and every competition included on every plan.