EUROPE · FIXTURES

Ukrainian Premier League Fixtures

Next Ukrainian Premier League fixtures: Kolos Kovalivka v Karpaty Lviv (Friday 11 September), LNZ Cherkasy v Obolon Kyiv (Saturday 12 September), FC Kryvbas Kryvyi Rih v Metalist 1925 (Saturday 12 September). Full schedule with kickoff times below, joined to results and odds by match id.

LIVE DATA·Season 26/27·Updated 09 Sept 2026, 06:52 UTC
  • Fri 11 Sept, 12:30 UTCKolos KovalivkavKarpaty Lviv
  • Sat 12 Sept, 10:00 UTCLNZ CherkasyvObolon Kyiv
  • Sat 12 Sept, 10:00 UTCFC Kryvbas Kryvyi RihvMetalist 1925
  • Sat 12 Sept, 15:00 UTCVeres RivnevKudrivka
  • Sun 13 Sept, 10:00 UTCFC Livyi Bereh KyivvPolissya Zhytomyr
  • Sun 13 Sept, 15:00 UTCBukovyna ChernivtsivZoria Luhansk
  • Mon 14 Sept, 12:30 UTCDynamo KyivvFC Epicentr Dunaivtsi
  • Mon 14 Sept, 15:00 UTCShakhtar DonetskvChornomorets Odesa
  • Sat 19 Sept, 13:00 UTCKudrivkavKolos Kovalivka
  • Sat 19 Sept, 13:00 UTCPolissya ZhytomyrvFC Kryvbas Kryvyi Rih
  • Sat 19 Sept, 13:00 UTCShakhtar DonetskvLNZ Cherkasy
  • Sat 19 Sept, 13:00 UTCChornomorets OdesavObolon Kyiv
  • Sat 19 Sept, 13:00 UTCFC Epicentr DunaivtsivFC Livyi Bereh Kyiv
  • Sat 19 Sept, 13:00 UTCZoria LuhanskvDynamo Kyiv
  • Sat 19 Sept, 13:00 UTCMetalist 1925vBukovyna Chernivtsi
Get this via API

Get Ukrainian Premier League fixtures via API

Fetch upcoming Ukrainian Premier League matches with competition_id=comp_8363.

GET /football/matches?competition_id=comp_8363&status=scheduled

Request
curl "https://api.thestatsapi.com/api/football/matches?competition_id=comp_8363&season_id=sn_0835283&status=scheduled" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "id": "mt_xxxx",
      "competition_id": "comp_8363",
      "matchday": 1,
      "status": "scheduled",
      "utc_date": "2026-09-11T12:30:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "Kolos Kovalivka"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "Karpaty Lviv"
      }
    }
  ]
}

Frequently Asked Questions

When is the next Ukrainian Premier League match?

Kolos Kovalivka play Karpaty Lviv on Friday 11 September.

How do I get Ukrainian Premier League fixtures via API?

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

Get Ukrainian Premier League data via API

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