EUROPE · FIXTURES

Ukrainian Premier League Fixtures

Next Ukrainian Premier League fixtures: FC Kryvbas Kryvyi Rih v FC Livyi Bereh Kyiv (Saturday 15 August), Kudrivka v Obolon Kyiv (Saturday 15 August), Karpaty Lviv v Bukovyna Chernivtsi (Saturday 15 August). Full schedule with kickoff times below, joined to results and odds by match id.

LIVE DATA·Season 26/27·Updated 15 Aug 2026, 07:11 UTC
  • Sat 15 Aug, 10:00 UTCFC Kryvbas Kryvyi RihvFC Livyi Bereh Kyiv
  • Sat 15 Aug, 12:30 UTCKudrivkavObolon Kyiv
  • Sat 15 Aug, 15:00 UTCKarpaty LvivvBukovyna Chernivtsi
  • Sun 16 Aug, 10:00 UTCLNZ CherkasyvChornomorets Odesa
  • Sun 16 Aug, 12:30 UTCMetalist 1925vShakhtar Donetsk
  • Sun 16 Aug, 15:00 UTCDynamo KyivvKolos Kovalivka
  • Mon 17 Aug, 15:00 UTCPolissya ZhytomyrvZoria Luhansk
  • Sat 29 Aug, 13:00 UTCFC Livyi Bereh KyivvKarpaty Lviv
  • Sat 29 Aug, 13:00 UTCLNZ CherkasyvVeres Rivne
  • Sat 29 Aug, 13:00 UTCKudrivkavFC Epicentr Dunaivtsi
  • Sat 29 Aug, 13:00 UTCShakhtar DonetskvPolissya Zhytomyr
  • Sat 29 Aug, 13:00 UTCChornomorets OdesavFC Kryvbas Kryvyi Rih
  • Sat 29 Aug, 13:00 UTCKolos KovalivkavObolon Kyiv
  • Sat 29 Aug, 13:00 UTCBukovyna ChernivtsivDynamo Kyiv
  • Sat 29 Aug, 13:00 UTCZoria LuhanskvMetalist 1925
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-08-15T10:00:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "FC Kryvbas Kryvyi Rih"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "FC Livyi Bereh Kyiv"
      }
    }
  ]
}

Frequently Asked Questions

When is the next Ukrainian Premier League match?

FC Kryvbas Kryvyi Rih play FC Livyi Bereh Kyiv on Saturday 15 August.

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.