NORTH AMERICA · RESULTS

Leagues Cup Results

Latest Leagues Cup results: CD Toluca 2-0 CF Monterrey, Club León 1-0 Club América, Club América 2-2 CF Monterrey. Full results with goals, dates and match ids for joining stats and odds are below.

FINAL·Season 2026·Updated 09 Sept 2026, 08:23 UTC
  • Mon 07 Sept, 01:15 UTCCD Toluca20CF Monterrey
  • Sun 06 Sept, 22:00 UTCClub León10Club América
  • Thu 03 Sept, 03:30 UTCClub América22CF Monterrey
  • Thu 03 Sept, 01:00 UTCCD Toluca20Club León
  • Thu 27 Aug, 02:45 UTCClub América20Columbus Crew
  • Thu 27 Aug, 00:30 UTCCD Toluca20Austin FC
  • Wed 26 Aug, 02:30 UTCClub León30Real Salt Lake
  • Wed 26 Aug, 00:30 UTCCF Monterrey21Chicago Fire
  • Fri 14 Aug, 02:30 UTCPortland Timbers31Club Tijuana
  • Fri 14 Aug, 01:00 UTCCruz Azul12Chicago Fire
  • Fri 14 Aug, 00:30 UTCClub América11Austin FC
  • Thu 13 Aug, 23:30 UTCNew York City FC12Club Necaxa
  • Thu 13 Aug, 23:00 UTCPhiladelphia Union02Santos Laguna
  • Thu 13 Aug, 02:30 UTCSeattle Sounders FC12CD Guadalajara
  • Thu 13 Aug, 02:30 UTCLos Angeles FC11Querétaro FC
Get this via API

Get Leagues Cup results via API

Fetch the latest final Leagues Cup scores with competition_id=comp_586572.

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

Request
curl "https://api.thestatsapi.com/api/football/matches?competition_id=comp_586572&season_id=sn_5729999&status=finished" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "id": "mt_xxxx",
      "competition_id": "comp_586572",
      "matchday": 29,
      "status": "finished",
      "utc_date": "2026-09-07T01:15:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "CD Toluca"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "CF Monterrey"
      },
      "score": {
        "home": 2,
        "away": 0
      }
    }
  ]
}

Frequently Asked Questions

What was the latest Leagues Cup result?

CD Toluca 2-0 CF Monterrey on Monday 7 September.

How do I get Leagues Cup results via API?

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

Get Leagues Cup data via API

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