EUROPE · RESULTS

Challenge League Results

Latest Challenge League results: Yverdon-Sport FC 4-1 Stade Nyonnais, Étoile Carouge FC 1-1 FC Wil 1900, FC Winterthur 4-0 Neuchâtel Xamax. Full results with goals, dates and match ids for joining stats and odds are below.

LIVE DATA·Season 26/27·Updated 08 Sept 2026, 23:51 UTC
  • Sun 06 Sept, 12:00 UTCYverdon-Sport FC41Stade Nyonnais
  • Fri 04 Sept, 18:15 UTCÉtoile Carouge FC11FC Wil 1900
  • Fri 04 Sept, 18:15 UTCFC Winterthur40Neuchâtel Xamax
  • Fri 04 Sept, 17:30 UTCFC Aarau32FC Rapperswil-Jona
  • Fri 04 Sept, 17:30 UTCSC Kriens02FC Stade-Lausanne-Ouchy
  • Tue 01 Sept, 17:30 UTCNeuchâtel Xamax12Yverdon-Sport FC
  • Tue 01 Sept, 17:30 UTCStade Nyonnais22FC Winterthur
  • Tue 01 Sept, 17:30 UTCFC Stade-Lausanne-Ouchy30Étoile Carouge FC
  • Tue 01 Sept, 17:30 UTCFC Rapperswil-Jona11SC Kriens
  • Mon 31 Aug, 18:15 UTCFC Wil 190022FC Aarau
  • Fri 28 Aug, 18:15 UTCÉtoile Carouge FC21FC Rapperswil-Jona
  • Fri 28 Aug, 18:15 UTCFC Aarau21Neuchâtel Xamax
  • Fri 28 Aug, 17:30 UTCYverdon-Sport FC11FC Wil 1900
  • Fri 28 Aug, 17:30 UTCSC Kriens30Stade Nyonnais
  • Fri 28 Aug, 17:30 UTCFC Winterthur11FC Stade-Lausanne-Ouchy
Get this via API

Get Challenge League results via API

Fetch the latest final Challenge League scores with competition_id=comp_6258.

GET /football/matches?competition_id=comp_6258&status=finished

Request
curl "https://api.thestatsapi.com/api/football/matches?competition_id=comp_6258&season_id=sn_4581761&status=finished" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "id": "mt_xxxx",
      "competition_id": "comp_6258",
      "matchday": 7,
      "status": "finished",
      "utc_date": "2026-09-06T12:00:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "Yverdon-Sport FC"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "Stade Nyonnais"
      },
      "score": {
        "home": 4,
        "away": 1
      }
    }
  ]
}

Frequently Asked Questions

What was the latest Challenge League result?

Yverdon-Sport FC 4-1 Stade Nyonnais on Sunday 6 September.

How do I get Challenge League results via API?

Call the matches endpoint with competition_id=comp_6258 and status=finished. Sign up for a 7-day free trial to generate an API key; every plan includes all competitions.

Get Challenge League data via API

Start your 7-day free trial. All endpoints and every competition included on every plan.