NORTH AMERICA · RESULTS

Canadian Premier League Results

Latest Canadian Premier League results: Vancouver FC 1-0 Cavalry FC, HFX Wanderers FC 2-3 FC Supra Du Quebec, Cavalry FC 1-1 HFX Wanderers FC. Full results with goals, dates and match ids for joining stats and odds are below.

LIVE DATA·Season 2026·Updated 26 Jul 2026, 03:36 UTC
  • Sat 25 Jul, 02:00 UTCVancouver FC10Cavalry FC
  • Fri 24 Jul, 22:00 UTCHFX Wanderers FC23FC Supra Du Quebec
  • Sat 18 Jul, 19:00 UTCCavalry FC11HFX Wanderers FC
  • Fri 17 Jul, 23:00 UTCAtlético Ottawa11York United FC
  • Fri 17 Jul, 23:00 UTCFC Supra Du Quebec15Vancouver FC
  • Sun 05 Jul, 22:00 UTCPacific FC12HFX Wanderers FC
  • Sun 05 Jul, 17:00 UTCFC Supra Du Quebec12Forge FC
  • Sat 04 Jul, 23:00 UTCVancouver FC40York United FC
  • Sat 04 Jul, 20:00 UTCAtlético Ottawa03Cavalry FC
  • Wed 01 Jul, 20:00 UTCHFX Wanderers FC13Atlético Ottawa
  • Wed 01 Jul, 17:00 UTCForge FC32Vancouver FC
  • Fri 26 Jun, 21:30 UTCHFX Wanderers FC52Pacific FC
  • Sun 14 Jun, 22:00 UTCVancouver FC00Pacific FC
  • Sun 14 Jun, 22:00 UTCVancouver FC21Pacific FC
  • Wed 10 Jun, 23:30 UTCYork United FC15Cavalry FC
Get this via API

Get Canadian Premier League results via API

Fetch the latest final Canadian Premier League scores with competition_id=comp_194097.

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

Request
curl "https://api.thestatsapi.com/api/football/matches?competition_id=comp_194097&season_id=sn_6135818&status=finished" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "id": "mt_xxxx",
      "competition_id": "comp_194097",
      "matchday": 1,
      "status": "finished",
      "utc_date": "2026-07-25T02:00:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "Vancouver FC"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "Cavalry FC"
      },
      "score": {
        "home": 1,
        "away": 0
      }
    }
  ]
}

Frequently Asked Questions

What was the latest Canadian Premier League result?

Vancouver FC 1-0 Cavalry FC on Saturday 25 July.

How do I get Canadian Premier League results via API?

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

Get Canadian Premier League data via API

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