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 Nijmegen22Excelsior
  • Tue 08 Sept, 12:00 UTCFC Utrecht33Go Ahead Eagles
  • Sun 06 Sept, 14:45 UTCADO Den Haag23Fortuna Sittard
  • Sun 06 Sept, 12:30 UTCSC Telstar22SC Cambuur
  • Sun 06 Sept, 12:30 UTCSC Heerenveen23AZ Alkmaar
  • Sun 06 Sept, 10:15 UTCFC Groningen22FC Twente
  • Sat 05 Sept, 19:00 UTCWillem II Tilburg03Excelsior
  • Sat 05 Sept, 18:00 UTCAFC Ajax13PSV Eindhoven
  • Sat 05 Sept, 14:30 UTCNEC Nijmegen13Feyenoord
  • Fri 04 Sept, 18:00 UTCSparta Rotterdam22PEC Zwolle
  • Sun 30 Aug, 18:00 UTCSC Cambuur14FC Twente
  • Sun 30 Aug, 14:45 UTCSC Telstar04AFC Ajax
  • Sun 30 Aug, 12:30 UTCFeyenoord22ADO Den Haag
  • Sun 30 Aug, 12:30 UTCWillem II Tilburg22SC Heerenveen
  • Sun 30 Aug, 10:15 UTCFC Utrecht16PSV 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.