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 Kazan1–1Akhmat Grozny
- Sun 06 Sept, 17:45 UTCBaltika Kaliningrad0–1Lokomotiv Moscow
- Sun 06 Sept, 15:30 UTCDynamo Moscow2–1FC Spartak Moscow
- Sun 06 Sept, 13:15 UTCDinamo Makhachkala2–0Rodina Moscow
- Sun 06 Sept, 11:00 UTCOrenburg2–2Akron Togliatti
- Sat 05 Sept, 16:00 UTCFC Rostov3–1Fakel Voronezh
- Sat 05 Sept, 13:30 UTCZenit St. Petersburg1–2CSKA Moscow
- Sat 05 Sept, 11:00 UTCKrylya Sovetov Samara2–2FK Krasnodar
- Sun 30 Aug, 17:00 UTCRubin Kazan3–1Dinamo Makhachkala
- Sun 30 Aug, 14:30 UTCFC Spartak Moscow1–1Orenburg
- Sun 30 Aug, 12:00 UTCRodina Moscow0–3Baltika Kaliningrad
- Sat 29 Aug, 17:00 UTCAkhmat Grozny3–3Krylya Sovetov Samara
- Sat 29 Aug, 17:00 UTCLokomotiv Moscow0–1Dynamo Moscow
- Sat 29 Aug, 14:30 UTCFK Krasnodar1–0FC Rostov
- Sat 29 Aug, 12:00 UTCFakel Voronezh0–1Zenit 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.