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 FC1–0Cavalry FC
- Fri 24 Jul, 22:00 UTCHFX Wanderers FC2–3FC Supra Du Quebec
- Sat 18 Jul, 19:00 UTCCavalry FC1–1HFX Wanderers FC
- Fri 17 Jul, 23:00 UTCAtlético Ottawa1–1York United FC
- Fri 17 Jul, 23:00 UTCFC Supra Du Quebec1–5Vancouver FC
- Sun 05 Jul, 22:00 UTCPacific FC1–2HFX Wanderers FC
- Sun 05 Jul, 17:00 UTCFC Supra Du Quebec1–2Forge FC
- Sat 04 Jul, 23:00 UTCVancouver FC4–0York United FC
- Sat 04 Jul, 20:00 UTCAtlético Ottawa0–3Cavalry FC
- Wed 01 Jul, 20:00 UTCHFX Wanderers FC1–3Atlético Ottawa
- Wed 01 Jul, 17:00 UTCForge FC3–2Vancouver FC
- Fri 26 Jun, 21:30 UTCHFX Wanderers FC5–2Pacific FC
- Sun 14 Jun, 22:00 UTCVancouver FC0–0Pacific FC
- Sun 14 Jun, 22:00 UTCVancouver FC2–1Pacific FC
- Wed 10 Jun, 23:30 UTCYork United FC1–5Cavalry 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.