NORTH AMERICA · RESULTS

Canadian Premier League Results

Latest Canadian Premier League results: Vancouver FC 1-1 Pacific FC, FC Supra Du Quebec 1-1 Cavalry FC, Pacific FC 1-1 York United FC. Full results with goals, dates and match ids for joining stats and odds are below.

LIVE DATA·Season 2026·Updated 15 Aug 2026, 04:44 UTC
  • Sat 15 Aug, 01:00 UTCVancouver FC11Pacific FC
  • Sun 09 Aug, 00:00 UTCFC Supra Du Quebec11Cavalry FC
  • Sat 08 Aug, 21:00 UTCPacific FC11York United FC
  • Sat 08 Aug, 17:00 UTCAtlético Ottawa21HFX Wanderers FC
  • Fri 07 Aug, 23:00 UTCForge FC01Vancouver FC
  • Sun 02 Aug, 22:00 UTCHFX Wanderers FC00Forge FC
  • Sun 02 Aug, 01:00 UTCCavalry FC50York United FC
  • Sat 01 Aug, 22:00 UTCVancouver FC31Atlético Ottawa
  • Sat 01 Aug, 02:00 UTCPacific FC12FC Supra Du Quebec
  • Wed 29 Jul, 01:00 UTCCavalry FC21FC Supra Du Quebec
  • Sun 26 Jul, 21:00 UTCYork United FC13Forge FC
  • Sun 26 Jul, 18:00 UTCAtlético Ottawa32Pacific FC
  • 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
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-08-15T01:00:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "Vancouver FC"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "Pacific FC"
      },
      "score": {
        "home": 1,
        "away": 1
      }
    }
  ]
}

Frequently Asked Questions

What was the latest Canadian Premier League result?

Vancouver FC 1-1 Pacific FC on Saturday 15 August.

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.