EUROPE · RESULTS

Russian Premier League Results

Latest Russian Premier League results: Rubin Kazan 1-1 Akhmat Grozny, Baltika Kaliningrad 0-1 Lokomotiv Moscow, Dynamo Moscow 2-1 FC Spartak Moscow. Full results with goals, dates and match ids for joining stats and odds are below.

LIVE DATA·Season 26/27·Updated 08 Sept 2026, 21:33 UTC
  • Mon 07 Sept, 16:30 UTCRubin Kazan11Akhmat Grozny
  • Sun 06 Sept, 17:45 UTCBaltika Kaliningrad01Lokomotiv Moscow
  • Sun 06 Sept, 15:30 UTCDynamo Moscow21FC Spartak Moscow
  • Sun 06 Sept, 13:15 UTCDinamo Makhachkala20Rodina Moscow
  • Sun 06 Sept, 11:00 UTCOrenburg22Akron Togliatti
  • Sat 05 Sept, 16:00 UTCFC Rostov31Fakel Voronezh
  • Sat 05 Sept, 13:30 UTCZenit St. Petersburg12CSKA Moscow
  • Sat 05 Sept, 11:00 UTCKrylya Sovetov Samara22FK Krasnodar
  • Sun 30 Aug, 17:00 UTCRubin Kazan31Dinamo Makhachkala
  • Sun 30 Aug, 14:30 UTCFC Spartak Moscow11Orenburg
  • Sun 30 Aug, 12:00 UTCRodina Moscow03Baltika Kaliningrad
  • Sat 29 Aug, 17:00 UTCAkhmat Grozny33Krylya Sovetov Samara
  • Sat 29 Aug, 17:00 UTCLokomotiv Moscow01Dynamo Moscow
  • Sat 29 Aug, 14:30 UTCFK Krasnodar10FC Rostov
  • Sat 29 Aug, 12:00 UTCFakel Voronezh01Zenit St. Petersburg
Get this via API

Get Russian Premier League results via API

Fetch the latest final Russian Premier League scores with competition_id=comp_5824.

GET /football/matches?competition_id=comp_5824&status=finished

Request
curl "https://api.thestatsapi.com/api/football/matches?competition_id=comp_5824&season_id=sn_5749691&status=finished" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "id": "mt_xxxx",
      "competition_id": "comp_5824",
      "matchday": 7,
      "status": "finished",
      "utc_date": "2026-09-07T16:30:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "Rubin Kazan"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "Akhmat Grozny"
      },
      "score": {
        "home": 1,
        "away": 1
      }
    }
  ]
}

Frequently Asked Questions

What was the latest Russian Premier League result?

Rubin Kazan 1-1 Akhmat Grozny on Monday 7 September.

How do I get Russian Premier League results via API?

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

Get Russian Premier League data via API

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