Eligible Skaters for the {{ draft_year }} NHL Entry Draft


The following sortable and searchable table contains all skaters from QMJHL, OHL, WHL and USHL that are eligible for the {{ draft_year}} NHL Entry Draft. For a description of the workflow and a detailed explanation of the methodology refer to this post on the Portolan Blog. There is also a corresponding table for goalies.

Last modified: {{ last_modified }}


|
Name Team League Position Shoots Height Weight DOB Country
{{ stat.first_name }} {{ stat.last_name }} {{ stat.team[2] }} {{ stat.league }} {{ stat.position }} {{ stat.shoots }} {{ stat.height.toFixed(2) }} {{ stat.weight }} {{ stat.dob | date : 'yyyy-MM-dd' }}
Name Team +/- PIM PPG PPA PPP SHG SHA SHP
{{ stat.first_name }} {{ stat.last_name }} {{ stat.team[2] }} {{ stat.plus_minus }} {{ stat.penalty_minutes }} {{ stat.power_play_goals }} {{ stat.power_play_assists }} {{ stat.power_play_points }} {{ stat.short_handed_goals }} {{ stat.short_handed_assists }} {{ stat.short_handed_points }}
Name Team DDA GP G A Pts. SH S% P/G
{{ stat.first_name }} {{ stat.last_name }} {{ stat.team[2] }} {{ stat.draft_day_age.toFixed(3) }} {{ stat.games_played }} {{ stat.goals }} {{ stat.assists }} {{ stat.points }} {{ stat.shots }} {{ stat.shooting_percentage.toFixed(1) }} {{ stat.points_per_game.toFixed(2) }}