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 Olympic0–5IFK Göteborg
- Thu 27 Aug, 16:30 UTCHusqvarna FF0–7GAIS
- Thu 27 Aug, 16:30 UTCLindö FF1–5Malmö FF
- Thu 27 Aug, 16:30 UTCFootball Primetime3–6Helsingborgs IF
- Thu 27 Aug, 15:30 UTCFalu BS FK2–1IF Brommapojkarna
- Wed 26 Aug, 16:30 UTCBollstanäs SK0–2United IK Nordic
- Wed 26 Aug, 16:30 UTCDalstorps IF0–2Norrby IF
- Wed 26 Aug, 16:30 UTCSkövde AIK1–2Halmstads BK
- Wed 26 Aug, 16:30 UTCFC Stockholm Internazionale0–3Hammarby IF
- Wed 26 Aug, 16:30 UTCFriska Viljor FC0–2IK Sirius
- Tue 25 Aug, 16:30 UTCEskilsminne IF1–1Örgryte IS
- Tue 25 Aug, 16:30 UTCUtsiktens BK1–2BK Häcken
- Thu 20 Aug, 16:30 UTCHässleholms IF0–0Landskrona BoIS
- Thu 20 Aug, 16:30 UTCFC Arlanda1–2Östersunds FK
- Thu 20 Aug, 16:30 UTCPiteå IF0–3AIK
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.