NORTH AMERICA · FIXTURES
Canadian Premier League Fixtures
Next Canadian Premier League fixtures: York United FC v Pacific FC (Wednesday 9 September), FC Supra Du Quebec v HFX Wanderers FC (Saturday 12 September), Forge FC v Atlético Ottawa (Saturday 12 September). Full schedule with kickoff times below, joined to results and odds by match id.
LIVE DATA·Season 2026·Updated 09 Sept 2026, 07:18 UTC
- Wed 09 Sept, 23:30 UTCYork United FCvPacific FC
- Sat 12 Sept, 20:00 UTCFC Supra Du QuebecvHFX Wanderers FC
- Sat 12 Sept, 23:00 UTCForge FCvAtlético Ottawa
- Sun 13 Sept, 19:00 UTCYork United FCvVancouver FC
- Sun 13 Sept, 22:00 UTCPacific FCvCavalry FC
- Sat 19 Sept, 21:00 UTCCavalry FCvForge FC
- Sun 20 Sept, 00:00 UTCPacific FCvVancouver FC
- Sun 20 Sept, 16:00 UTCAtlético OttawavFC Supra Du Quebec
- Sun 20 Sept, 19:00 UTCHFX Wanderers FCvYork United FC
- Thu 24 Sept, 02:00 UTCVancouver FCvYork United FC
- Sat 26 Sept, 01:00 UTCCavalry FCvFC Supra Du Quebec
- Sat 26 Sept, 20:00 UTCHFX Wanderers FCvAtlético Ottawa
- Sat 26 Sept, 23:00 UTCVancouver FCvForge FC
- Sun 27 Sept, 18:00 UTCYork United FCvPacific FC
- Wed 30 Sept, 23:00 UTCAtlético OttawavCavalry FC
Get this via API
Get Canadian Premier League fixtures via API
Fetch upcoming Canadian Premier League matches with competition_id=comp_194097.
GET /football/matches?competition_id=comp_194097&status=scheduled
Request
curl "https://api.thestatsapi.com/api/football/matches?competition_id=comp_194097&season_id=sn_6135818&status=scheduled" \
-H "Authorization: Bearer YOUR_API_KEY"JSON response
{
"data": [
{
"id": "mt_xxxx",
"competition_id": "comp_194097",
"matchday": 1,
"status": "scheduled",
"utc_date": "2026-09-09T23:30:00.000Z",
"home_team": {
"id": "tm_xxxx",
"name": "York United FC"
},
"away_team": {
"id": "tm_yyyy",
"name": "Pacific FC"
}
}
]
}Frequently Asked Questions
When is the next Canadian Premier League match?
York United FC play Pacific FC on Wednesday 9 September.
How do I get Canadian Premier League fixtures via API?
Call the matches endpoint with competition_id=comp_194097 and status=scheduled. 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.