EUROPE · LEAGUE TABLE

Russian Premier League Table

As of 9 September 2026, FK Krasnodar lead the Russian Premier League 26/27 with 19 points from 7 matches, 4 points clear of CSKA Moscow. Fakel Voronezh sit bottom on 2. Full table with goal difference and form below.

LIVE DATA·Season 26/27·Updated 09 Sept 2026, 03:43 UTC
Russian Premier League league table
#TeamPWDLGFGAGDPts
1FK Krasnodar7610136+719
2CSKA Moscow7430117+415
3FC Spartak Moscow7412127+513
4Dynamo Moscow7412108+213
5Zenit St. Petersburg7403146+812
6Dinamo Makhachkala74031210+212
7Baltika Kaliningrad7313107+310
8Rubin Kazan7241109+110
9FC Rostov72231011-18
10Orenburg715179-28
11Akhmat Grozny7142109+17
12Krylya Sovetov Samara71421012-27
13Lokomotiv Moscow713368-26
14Akron Togliatti7043817-94
15Rodina Moscow7115819-114
16Fakel Voronezh7025410-62
Get this via API

Get the Russian Premier League table via API

Fetch the live Russian Premier League standings with competition_id=comp_5824. The same shape works for every competition and season.

GET /football/competitions/comp_5824/seasons/{season_id}/standings

Request
curl "https://api.thestatsapi.com/api/football/competitions/comp_5824/seasons/sn_5749691/standings" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "team": {
        "id": "tm_xxxx",
        "name": "FK Krasnodar"
      },
      "position": 1,
      "matches_played": 7,
      "wins": 6,
      "draws": 1,
      "losses": 0,
      "goals_for": 13,
      "goals_against": 6,
      "goal_difference": 7,
      "points": 19
    }
  ]
}

Frequently Asked Questions

Who is top of the Russian Premier League?

FK Krasnodar are top of the Russian Premier League 26/27 with 19 points from 7 matches, 4 points clear of CSKA Moscow.

How many teams are in the Russian Premier League?

16 teams compete in the Russian Premier League 26/27.

How do I get the Russian Premier League table via API?

Call the standings endpoint with competition_id=comp_5824 and the season id. Sign up for a 7-day free trial, generate an API key, and every plan includes all competitions and endpoints.

How many seasons of Russian Premier League data are available?

TheStatsAPI has 7 seasons of Russian Premier League data, going back to 20/21, including historical final tables.

Get Russian Premier League data via API

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