EUROPE · RESULTS

Russian Cup Results

Latest Russian Cup results: Tekstilshchik Ivanovo 1-0 Arsenal Tula, FC Ryazan 0-2 Spartak Kostroma, Dynamo Moscow 3-0 Akhmat Grozny. Full results with goals, dates and match ids for joining stats and odds are below.

LIVE DATA·Season 26/27·Updated 09 Sept 2026, 08:00 UTC
  • Tue 08 Sept, 16:30 UTCTekstilshchik Ivanovo10Arsenal Tula
  • Tue 08 Sept, 14:00 UTCFC Ryazan02Spartak Kostroma
  • Thu 03 Sept, 16:30 UTCDynamo Moscow30Akhmat Grozny
  • Wed 02 Sept, 17:45 UTCBaltika Kaliningrad00Krylya Sovetov Samara
  • Wed 02 Sept, 17:45 UTCFC Spartak Moscow31Rodina Moscow
  • Wed 02 Sept, 15:30 UTCZenit St. Petersburg30Dinamo Makhachkala
  • Wed 02 Sept, 13:15 UTCOrenburg11Rubin Kazan
  • Tue 01 Sept, 17:45 UTCFC Rostov20CSKA Moscow
  • Tue 01 Sept, 15:00 UTCFakel Voronezh11FK Krasnodar
  • Tue 01 Sept, 13:15 UTCAkron Togliatti00Lokomotiv Moscow
  • Thu 27 Aug, 16:30 UTC2DROTS Moscow03FC Murom
  • Thu 27 Aug, 16:30 UTCDynamo St. Petersburg11Dinamo Vologda
  • Thu 27 Aug, 13:00 UTCLuki-Energia Velikie Luki41FC Cherepovets
  • Thu 27 Aug, 10:30 UTCDinamo Barnaul50Irtysh Omsk
  • Wed 26 Aug, 16:00 UTCVolgar Astrakhan30Spartak Nalchik
Get this via API

Get Russian Cup results via API

Fetch the latest final Russian Cup scores with competition_id=comp_2999.

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

Request
curl "https://api.thestatsapi.com/api/football/matches?competition_id=comp_2999&season_id=sn_4582580&status=finished" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "id": "mt_xxxx",
      "competition_id": "comp_2999",
      "matchday": 4,
      "status": "finished",
      "utc_date": "2026-09-08T16:30:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "Tekstilshchik Ivanovo"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "Arsenal Tula"
      },
      "score": {
        "home": 1,
        "away": 0
      }
    }
  ]
}

Frequently Asked Questions

What was the latest Russian Cup result?

Tekstilshchik Ivanovo 1-0 Arsenal Tula on Tuesday 8 September.

How do I get Russian Cup results via API?

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

Get Russian Cup data via API

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