EUROPE · RESULTS
Veikkausliiga Results
Latest Veikkausliiga results: IF Gnistan 1-1 KuPS, FC Lahti 2-1 IFK Mariehamn, Ilves 2-0 FF Jaro. Full results with goals, dates and match ids for joining stats and odds are below.
LIVE DATA·Season 2026·Updated 09 Sept 2026, 08:08 UTC
- Tue 08 Sept, 16:00 UTCIF Gnistan1–1KuPS
- Tue 08 Sept, 15:00 UTCFC Lahti2–1IFK Mariehamn
- Tue 08 Sept, 15:00 UTCIlves2–0FF Jaro
- Tue 08 Sept, 15:00 UTCVPS1–0AC Oulu
- Tue 08 Sept, 15:00 UTCTPS0–0SJK
- Mon 31 Aug, 16:00 UTCVPS0–1FC Lahti
- Mon 31 Aug, 16:00 UTCIlves1–2HJK
- Mon 31 Aug, 16:00 UTCIFK Mariehamn2–0FF Jaro
- Mon 31 Aug, 16:00 UTCIF Gnistan1–1TPS
- Mon 31 Aug, 16:00 UTCInter Turku1–0KuPS
- Mon 31 Aug, 16:00 UTCAC Oulu0–0SJK
- Sun 23 Aug, 15:00 UTCTPS0–0Inter Turku
- Sun 23 Aug, 12:00 UTCHJK2–3IF Gnistan
- Sun 23 Aug, 12:00 UTCKuPS2–4IFK Mariehamn
- Sat 22 Aug, 14:00 UTCIlves0–1VPS
Get this via API
Get Veikkausliiga results via API
Fetch the latest final Veikkausliiga scores with competition_id=comp_2674.
GET /football/matches?competition_id=comp_2674&status=finished
Request
curl "https://api.thestatsapi.com/api/football/matches?competition_id=comp_2674&season_id=sn_1305664&status=finished" \
-H "Authorization: Bearer YOUR_API_KEY"JSON response
{
"data": [
{
"id": "mt_xxxx",
"competition_id": "comp_2674",
"matchday": 38,
"status": "finished",
"utc_date": "2026-09-08T16:00:00.000Z",
"home_team": {
"id": "tm_xxxx",
"name": "IF Gnistan"
},
"away_team": {
"id": "tm_yyyy",
"name": "KuPS"
},
"score": {
"home": 1,
"away": 1
}
}
]
}Frequently Asked Questions
What was the latest Veikkausliiga result?
IF Gnistan 1-1 KuPS on Tuesday 8 September.
How do I get Veikkausliiga results via API?
Call the matches endpoint with competition_id=comp_2674 and status=finished. Sign up for a 7-day free trial to generate an API key; every plan includes all competitions.
Get Veikkausliiga data via API
Start your 7-day free trial. All endpoints and every competition included on every plan.