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 Toluca2–0CF Monterrey
- Sun 06 Sept, 22:00 UTCClub León1–0Club América
- Thu 03 Sept, 03:30 UTCClub América2–2CF Monterrey
- Thu 03 Sept, 01:00 UTCCD Toluca2–0Club León
- Thu 27 Aug, 02:45 UTCClub América2–0Columbus Crew
- Thu 27 Aug, 00:30 UTCCD Toluca2–0Austin FC
- Wed 26 Aug, 02:30 UTCClub León3–0Real Salt Lake
- Wed 26 Aug, 00:30 UTCCF Monterrey2–1Chicago Fire
- Fri 14 Aug, 02:30 UTCPortland Timbers3–1Club Tijuana
- Fri 14 Aug, 01:00 UTCCruz Azul1–2Chicago Fire
- Fri 14 Aug, 00:30 UTCClub América1–1Austin FC
- Thu 13 Aug, 23:30 UTCNew York City FC1–2Club Necaxa
- Thu 13 Aug, 23:00 UTCPhiladelphia Union0–2Santos Laguna
- Thu 13 Aug, 02:30 UTCSeattle Sounders FC1–2CD Guadalajara
- Thu 13 Aug, 02:30 UTCLos Angeles FC1–1Queré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.