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 Gnistan11KuPS
  • Tue 08 Sept, 15:00 UTCFC Lahti21IFK Mariehamn
  • Tue 08 Sept, 15:00 UTCIlves20FF Jaro
  • Tue 08 Sept, 15:00 UTCVPS10AC Oulu
  • Tue 08 Sept, 15:00 UTCTPS00SJK
  • Mon 31 Aug, 16:00 UTCVPS01FC Lahti
  • Mon 31 Aug, 16:00 UTCIlves12HJK
  • Mon 31 Aug, 16:00 UTCIFK Mariehamn20FF Jaro
  • Mon 31 Aug, 16:00 UTCIF Gnistan11TPS
  • Mon 31 Aug, 16:00 UTCInter Turku10KuPS
  • Mon 31 Aug, 16:00 UTCAC Oulu00SJK
  • Sun 23 Aug, 15:00 UTCTPS00Inter Turku
  • Sun 23 Aug, 12:00 UTCHJK23IF Gnistan
  • Sun 23 Aug, 12:00 UTCKuPS24IFK Mariehamn
  • Sat 22 Aug, 14:00 UTCIlves01VPS
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.