.

© Photo: Bildbyrån

Sweden Mattias Elfström

#13 Göteborgs IK / Division 3 - 23/24

Premium Features
Pronunciation Bookmark Add to Roster Compare Player Submit Photo Submit Transfer
Discover premium
freestar.config.enabled_slots.push({ placementName: "eliteprospects_leaderboard_atf", slotId: "eliteprospects_leaderboard_atf" });
freestar.config.enabled_slots.push({ placementName: "eliteprospects_right_rail", slotId: "eliteprospects_right_rail" });
Database: 1 089 127 players
Last added: Greg Postil
EP Verified
Scoring Leaders
# Player GP G A TP
1. Olivier Archambault 45 14 45 59
2. Ryan Dmowski 44 30 27 57
3. Samuel Bucek 44 26 31 57
4. Carter Turnbull 41 25 31 56
5. Kaspars Daugavins 47 11 43 54
Show More

Mattias Elfström Facts

Date of Birth
Position
LW/RW
Age
27
Height
6'4" / 192 cm
Place of Birth
Weight
194 lbs / 88 kg
Nation
Shoots
L
Youth Team
Contract
-
Agency

Mattias Elfström Statistics

S Team League GP G A TP PIM +/-   POST GP G A TP PIM +/-
2011-12 Bäcken HC J18 J18 Div.1 -* -* -* -* -* -* |
2012-13 Borås HC J18 J18 Elit 31* 7* 11* 18* 12* -11* |
2013-14 Malmö Redhawks J18 J18 Elit 18* 9* 12* 21* 8* 2* |
Malmö Redhawks J18 J18 Allsvenskan 18* 1* 3* 4* 4* -9* |
Malmö Redhawks J20 J20 SuperElit 0* 0* 0* 0* 0* 0* | Playoffs 1 0 0 0 0 0
2014-15 Malmö Redhawks J18 J18 Elit 15* 6* 3* 9* 4* 8* |
Malmö Redhawks J18 J18 Allsvenskan 5* 2* 2* 4* 0* 2* | Playoffs 1 0 0 0 0 -2
Malmö Redhawks J20 J20 SuperElit 32* 3* 2* 5* 4* -5* | Playoffs 1 0 0 0 0 0
2015-16 Malmö Redhawks J20 J20 SuperElit 43* 11* 20* 31* 16* 8* | Playoffs 3 1 3 4 0 0
Malmö Redhawks SHL 5* 0* 0* 0* 2* 0* |
Tyringe SoSS HockeyEttan 2* 1* 1* 2* 0* 0* |
2016-17 Malmö Redhawks J20 J20 SuperElit 36* 18* 25* 43* 16* 12* | Playoffs 2 0 1 1 0 1
Malmö Redhawks SHL 4* 0* 0* 0* 0* 1* |
IK Pantern HockeyAllsvenskan 22* 1* 3* 4* 6* 1* |
Sweden U20 (all) International-Jr 3* 0* 0* 0* 0* -1* |
2017-18 Västerviks IK HockeyAllsvenskan 49* 5* 4* 9* 10* -5* | Kvalserien AS 8 1 2 3 2 2
Nybro Vikings IF HockeyEttan 1* 0* 0* 0* 2* 0* |
2018-19 Hanhals IF HockeyEttan 35* 13* 22* 35* 22* 4* | Qualification 2 0 0 0 0 -1
2019-20 IF Troja-Ljungby HockeyEttan 35* 10* 14* 24* 37* 11* |
2020-21 Hanhals IF HockeyEttan 26* 6* 11* 17* 6* -8* |
2021-22 Partille HK Division 3 7* 4* 9* 13* 0* -* |
Bäcken HC Division 2 17* 6* 7* 13* 18* -* | Relegation 10 4 11 15 2 -
2022-23 Bäcken HC Division 2 21* 7* 20* 27* 6* -* | Qualification 6 3 2 5 2 -
2023-24 Hovås HC Division 3 7* 8* 6* 14* 0* -* |
Göteborgs IK Division 3 4* 0* 1* 1* 0* -* |

Mattias Elfström Tournament Statistics

S Team League GP G A TP PIM +/-   POST GP G A TP PIM +/-
2014-15 Malmö Redhawks J20 JCWC 4* 0* 0* 0* 2* 0* |
freestar.config.enabled_slots.push({ placementName: "eliteprospects_incontent_1", slotId: "eliteprospects_incontent_1" });

Mattias Elfström Game Log

Date Team Opp Score G A TP PIM +/- SOG PPG SHG TOI
HockeyEttan
2021-02-21T15:00:00+0000 Hanhals IF @ KRIF Hockey
2021-02-17T18:00:00+0000 Hanhals IF vs Kalmar HC
2021-02-14T15:00:00+0000 Hanhals IF @ Kalmar HC
2021-02-12T18:00:00+0000 Hanhals IF vs Tyringe SoSS
2021-02-10T18:00:00+0000 Hanhals IF @ Halmstad Hammers HC
2021-02-05T18:00:00+0000 Hanhals IF vs Tranås AIF
2021-02-03T18:00:00+0000 Hanhals IF @ Borås HC
2021-01-10T15:00:00+0000 Hanhals IF @ KRIF Hockey
2020-12-30T18:00:00+0000 Hanhals IF @ Nybro Vikings IF
2020-12-28T18:00:00+0000 Hanhals IF @ Vimmerby HC
$(function() { $('.daterange').daterangepicker({ 'linkedCalendars': false, 'showCustomRangeLabel': false, 'opens': 'center', 'drops': 'auto', 'locale': { 'cancelLabel': 'Clear' }, }, function (start, end, label) { let container = $('#game-logs'); $('input[name="from"]', container).val(start.format('YYYY-MM-DD')); $('input[name="to"]', container).val(end.format('YYYY-MM-DD')); changeGameLogsFilter(); }).on('cancel.daterangepicker', function(ev, picker) { let container = $('#game-logs'); $('input[name="from"]', container).val(''); $('input[name="to"]', container).val(''); changeGameLogsFilter(); }); $('.daterange-opener').click(function() { $('.daterange').click(); }); });
freestar.config.enabled_slots.push({ placementName: "eliteprospects_incontent_2", slotId: "eliteprospects_incontent_2" });

Mattias Elfström Career Totals

Team Years GP G A TP PPG PIM +/- | Years GP G A TP PPG PIM +/-
Borås HC J18 1 31* 7* 11* 18* 0.58* 12* -11* | 0 * * * * * *
Bäcken HC 2 38* 13* 27* 40* 1.05* 24* -* | 2 16 7 * 13 * 20 * 1.25 * 4 * - *
Bäcken HC J18 1 -* -* -* -* -* -* -* | 0 * * * * * *
Göteborgs IK 1 4* 0* 1* 1* 0.25* 0* -* | 0 * * * * * *
Hanhals IF 2 61* 19* 33* 52* 0.85* 28* -4* | 1 2 0 * 0 * 0 * 0.00 * 0 * -1 *
Hovås HC 1 7* 8* 6* 14* 2.00* 0* -* | 0 * * * * * *
IF Troja-Ljungby 1 35* 10* 14* 24* 0.69* 37* 11* | 0 * * * * * *
IK Pantern 1 22* 1* 3* 4* 0.18* 6* 1* | 0 * * * * * *
Malmö Redhawks 2 9* 0* 0* 0* 0.00* 2* 1* | 0 * * * * * *
Malmö Redhawks J18 2 56* 18* 20* 38* 0.68* 16* 3* | 1 1 0 * 0 * 0 * 0.00 * 0 * -2 *
Malmö Redhawks J20 4 115* 32* 47* 79* 0.69* 38* 15* | 4 7 1 * 4 * 5 * 0.71 * 0 * 1 *
Nybro Vikings IF 1 1* 0* 0* 0* 0.00* 2* 0* | 0 * * * * * *
Partille HK 1 7* 4* 9* 13* 1.86* 0* -* | 0 * * * * * *
Sweden U20 (all) 1 3* 0* 0* 0* 0.00* 0* -1* | 0 * * * * * *
Tyringe SoSS 1 2* 1* 1* 2* 1.00* 0* 0* | 0 * * * * * *
Västerviks IK 1 49* 5* 4* 9* 0.18* 10* -5* | 1 8 1 * 2 * 3 * 0.38 * 2 * 2 *

Mattias Elfström Skill Rating

Powered by Franchise Hockey Manager

Shooting Accuracy
15
Strength
14
Teamwork
13
Passing
13

Mattias Elfström Career Highlights

Season
Awards by season
freestar.config.enabled_slots.push({ placementName: "eliteprospects_incontent_2", slotId: "eliteprospects_incontent_2" });

Mattias Elfström Connections

Transactions
DATE STATUS FROM TO SOURCE
05/29/2020
05/29/2020 Confirmed IF Troja-Ljungby Hanhals IF
05/22/2019
05/22/2019 Confirmed Hanhals IF IF Troja-Ljungby
09/21/2018
09/21/2018 Confirmed Västerviks IK Hanhals IF
05/05/2017
05/05/2017 Confirmed Malmö Redhawks J20 Västerviks IK
05/21/2013
05/21/2013 Confirmed Borås HC J18 Malmö Redhawks J18

Not Activated Sections

Endorsements
Images
Videos
Fitness Results
Referrals
Education
Attachments
Contract & Eligibility
Preferred Equipment
Housing & Billeting
Expected Compensation & Benefits
Injury Records
Player Q&A
Are you Mattias Elfström?
Verify your profile to customize the page further. See example here.

Post a scouting report/trivia/player comment in English (visible here)

var playerCommentEndpoint = " https://www.eliteprospects.com/premiumApi/getPlayerCommentsAnon/212529/player "; var deletePlayerCommentEndpoint = " '' ";