EUROPE · RESULTS

Svenska Cupen Results

Latest Svenska Cupen results: BK Olympic 0-5 IFK Göteborg, Husqvarna FF 0-7 GAIS, Lindö FF 1-5 Malmö FF. Full results with goals, dates and match ids for joining stats and odds are below.

LIVE DATA·Season 26/27·Updated 09 Sept 2026, 04:07 UTC
  • Wed 02 Sept, 17:00 UTCBK Olympic05IFK Göteborg
  • Thu 27 Aug, 16:30 UTCHusqvarna FF07GAIS
  • Thu 27 Aug, 16:30 UTCLindö FF15Malmö FF
  • Thu 27 Aug, 16:30 UTCFootball Primetime36Helsingborgs IF
  • Thu 27 Aug, 15:30 UTCFalu BS FK21IF Brommapojkarna
  • Wed 26 Aug, 16:30 UTCBollstanäs SK02United IK Nordic
  • Wed 26 Aug, 16:30 UTCDalstorps IF02Norrby IF
  • Wed 26 Aug, 16:30 UTCSkövde AIK12Halmstads BK
  • Wed 26 Aug, 16:30 UTCFC Stockholm Internazionale03Hammarby IF
  • Wed 26 Aug, 16:30 UTCFriska Viljor FC02IK Sirius
  • Tue 25 Aug, 16:30 UTCEskilsminne IF11Örgryte IS
  • Tue 25 Aug, 16:30 UTCUtsiktens BK12BK Häcken
  • Thu 20 Aug, 16:30 UTCHässleholms IF00Landskrona BoIS
  • Thu 20 Aug, 16:30 UTCFC Arlanda12Östersunds FK
  • Thu 20 Aug, 16:30 UTCPiteå IF03AIK
Get this via API

Get Svenska Cupen results via API

Fetch the latest final Svenska Cupen scores with competition_id=comp_1112.

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

Request
curl "https://api.thestatsapi.com/api/football/matches?competition_id=comp_1112&season_id=sn_6194230&status=finished" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "id": "mt_xxxx",
      "competition_id": "comp_1112",
      "matchday": 2,
      "status": "finished",
      "utc_date": "2026-09-02T17:00:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "BK Olympic"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "IFK Göteborg"
      },
      "score": {
        "home": 0,
        "away": 5
      }
    }
  ]
}

Frequently Asked Questions

What was the latest Svenska Cupen result?

BK Olympic 0-5 IFK Göteborg on Wednesday 2 September.

How do I get Svenska Cupen results via API?

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

Get Svenska Cupen data via API

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