NORTH AMERICA · RESULTS

CONCACAF Gold Cup Results

Latest CONCACAF Gold Cup results: Honduras 2-0 Bermuda, Costa Rica 6-1 Belize, Nicaragua 0-1 Guadeloupe. Full results with goals, dates and match ids for joining stats and odds are below.

FINAL·Season 2025·Updated 26 Jul 2026, 03:37 UTC
  • Wed 26 Mar, 02:00 UTCHonduras20Bermuda
  • Wed 26 Mar, 01:00 UTCCosta Rica61Belize
  • Wed 26 Mar, 00:30 UTCNicaragua01Guadeloupe
  • Wed 26 Mar, 00:30 UTCGuatemala20Guyana
  • Wed 26 Mar, 00:00 UTCJamaica30Saint Vincent and the Grenadines
  • Tue 25 Mar, 23:00 UTCMartinique01Suriname
  • Tue 25 Mar, 23:00 UTCTrinidad and Tobago40Cuba
  • Sat 22 Mar, 02:00 UTCBelize07Costa Rica
  • Sat 22 Mar, 01:00 UTCGuyana32Guatemala
  • Sat 22 Mar, 00:00 UTCGuadeloupe10Nicaragua
  • Fri 21 Mar, 23:00 UTCBermuda35Honduras
  • Fri 21 Mar, 23:00 UTCSaint Vincent and the Grenadines11Jamaica
  • Fri 21 Mar, 22:00 UTCSuriname10Martinique
  • Fri 21 Mar, 20:00 UTCCuba12Trinidad and Tobago
Get this via API

Get CONCACAF Gold Cup results via API

Fetch the latest final CONCACAF Gold Cup scores with competition_id=comp_1376.

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

Request
curl "https://api.thestatsapi.com/api/football/matches?competition_id=comp_1376&season_id=sn_1394195&status=finished" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "id": "mt_xxxx",
      "competition_id": "comp_1376",
      "matchday": 1,
      "status": "finished",
      "utc_date": "2025-03-26T02:00:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "Honduras"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "Bermuda"
      },
      "score": {
        "home": 2,
        "away": 0
      }
    }
  ]
}

Frequently Asked Questions

What was the latest CONCACAF Gold Cup result?

Honduras 2-0 Bermuda on Wednesday 26 March.

How do I get CONCACAF Gold Cup results via API?

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

Get CONCACAF Gold Cup data via API

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