.

© Photo: Timo Savela

Germany Eric Mik

#12 Eisbären Berlin / DEL - 23/24

Premium Features
Pronunciation Bookmark Add to Roster Compare Player Submit Photo Submit Transfer
Discover premium
GAMES
GP
G
A
TP
+/-
5
1
0
1
-4
10
1
0
1
-3
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 087 075 players
Last added: Drew MacDonald
EP Verified
Scoring Leaders
# Player GP G A TP
1. Jan Urbas 47 21 31 52
2. Ziga Jeglic 52 14 36 50
3. Gregor MacLeod 47 10 40 50
4. Kenny Agostino 48 14 34 48
5. Marcel Noebels 50 13 34 47
Show More

Eric Mik Facts

Date of Birth
Position
D
Age
24
Height
6'0" / 182 cm
Place of Birth
Weight
183 lbs / 83 kg
Nation
Shoots
L
Youth Team
-
Contract
23/24
Agency
Highlights
2-time DEL Champion 2

Eric Mik Statistics

S Team League GP G A TP PIM +/-   POST GP G A TP PIM +/-
2013-14 ECC Preussen Juniors Berlin U16 Schüler-BL 25* 2* 7* 9* 20* -* |
2014-15 Eisbären Juniors Berlin U16 Schüler-BL 28* 2* 4* 6* 14* -* | Playoffs 5 0 1 1 8 -
2015-16 Eisbären Juniors Berlin U16 Schüler-BL 30* 7* 10* 17* 44* -* |
2016-17 Eisbären Juniors Berlin U19 DNL 39* 2* 13* 15* 18* 12* | Playoffs 5 1 2 3 0 1
Germany U17 (all) International-Jr 10* 0* 1* 1* 25* -* |
2017-18 Eisbären Juniors Berlin U19 DNL Q 12* 3* 6* 9* 18* -* |
Eisbären Juniors Berlin U19 DNL 28* 10* 19* 29* 28* -* | Playoffs 6 1 6 7 4 -
Germany U18 WJC-18 D1A 5* 0* 2* 2* 0* 8* |
Germany U18 (all) International-Jr 22* 0* 11* 11* 6* -* |
2018-19 Eisbären Juniors Berlin U20 “C” DNL U20 33* 10* 20* 30* 36* -* | Playoffs 5 5 2 7 4 -
Eisbären Berlin DEL 6* 0* 0* 0* 0* -3* |
Lausitzer Füchse DEL2 2* 0* 0* 0* 0* -2* |
Germany U19 (all) “A” International-Jr 4* 0* 1* 1* 2* -* |
2019-20 Eisbären Berlin DEL 4* 0* 0* 0* 0* 1* |
Lausitzer Füchse DEL2 42* 1* 11* 12* 12* 14* |
Germany U20 WJC-20 7* 1* 1* 2* 2* 3* |
Germany U20 (all) International-Jr 15* 2* 6* 8* 6* -* |
2020-21 Eisbären Berlin DEL 33* 0* 4* 4* 4* 6* | Playoffs 9 0 0 0 2 0
Lausitzer Füchse DEL2 19* 1* 4* 5* 8* -2* |
2021-22 Eisbären Berlin DEL 55* 2* 13* 15* 10* 15* | Playoffs 12 0 1 1 0 -2
2022-23 Eisbären Berlin DEL 46* 0* 15* 15* 14* -6* |
Germany (all) International 6* 0* 0* 0* 4* -3* |
2023-24 Eisbären Berlin DEL 50* 6* 3* 9* 4* 6* | Playoffs 1 0 0 0 0 -2
Germany (all) International 2* 0* 3* 3* 2* 2* |

Eric Mik Tournament Statistics

S Team League GP G A TP PIM +/-   POST GP G A TP PIM +/-
2017-18 Germany U18 5-Ntn Zuchwil 4* 0* 0* 0* 0* 2* |
2021-22 Eisbären Berlin Champions HL 6* 0* 0* 0* 2* 1* |
2022-23 Eisbären Berlin Champions HL 6* 0* 0* 0* 2* 0* |
Germany Deutschland Cup 2* 0* 0* 0* 0* 1* |
freestar.config.enabled_slots.push({ placementName: "eliteprospects_incontent_1", slotId: "eliteprospects_incontent_1" });

Eric Mik Game Log

Date Team Opp Score G A TP PIM +/- SOG PPG SHG TOI
DEL
2024-03-17T15:30:00+0000 Eisbären Berlin vs Adler Mannheim
2024-03-08T18:30:00+0000 Eisbären Berlin vs Fischtown Pinguins
2024-03-03T13:00:00+0000 Eisbären Berlin @ EHC München
2024-03-01T18:30:00+0000 Eisbären Berlin @ Straubing Tigers
2024-02-25T18:00:00+0000 Eisbären Berlin vs Iserlohn Roosters
2024-02-21T18:30:00+0000 Eisbären Berlin @ Kölner Haie
2024-02-18T13:00:00+0000 Eisbären Berlin vs ERC Ingolstadt
2024-02-16T18:30:00+0000 Eisbären Berlin vs Augsburger Panther
2024-02-13T18:30:00+0000 Eisbären Berlin @ Schwenninger Wild Wings
2024-02-02T18:30:00+0000 Eisbären Berlin vs Adler Mannheim
$(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" });

Eric Mik Career Totals

League Years GP G A TP PPG PIM +/- | Years GP G A TP PPG PIM +/-
5-Ntn Zuchwil 1 4* 0* 0* 0* 0.00* 0* 2* | 0 * * * * * *
Champions HL 2 12* 0* 0* 0* 0.00* 4* 1* | 0 * * * * * *
DEL 6 194* 8* 35* 43* 0.22* 32* 19* | 3 22 0 * 1 * 1 * 0.05 * 2 * -4 *
DEL2 3 63* 2* 15* 17* 0.27* 20* 10* | 0 * * * * * *
Deutschland Cup 1 2* 0* 0* 0* 0.00* 0* 1* | 0 * * * * * *
DNL 2 67* 12* 32* 44* 0.66* 46* 12* | 2 11 2 * 8 * 10 * 0.91 * 4 * 1 *
DNL Q 1 12* 3* 6* 9* 0.75* 18* -* | 0 * * * * * *
DNL U20 1 33* 10* 20* 30* 0.91* 36* -* | 1 5 5 * 2 * 7 * 1.40 * 4 * - *
International 2 8* 0* 3* 3* 0.38* 6* -1* | 0 * * * * * *
International-Jr 4 51* 2* 19* 21* 0.41* 39* -* | 0 * * * * * *
Schüler-BL 3 83* 11* 21* 32* 0.39* 78* -* | 1 5 0 * 1 * 1 * 0.20 * 8 * - *
WJC-18 D1A 1 5* 0* 2* 2* 0.40* 0* 8* | 0 * * * * * *
WJC-20 1 7* 1* 1* 2* 0.29* 2* 3* | 0 * * * * * *
* Some data is missing to provide a correct summary.

Eric Mik Skill Rating

Powered by Franchise Hockey Manager

Teamwork
14
Puckhandling
14
Acceleration
14
Speed
13

Eric Mik Career Highlights

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

Eric Mik Connections

Transactions
DATE STATUS FROM TO SOURCE
05/12/2022
05/12/2022 Extension Eisbären Berlin Eisbären Berlin
05/10/2021
05/10/2021 Extension Eisbären Berlin Eisbären Berlin
10/20/2018
10/20/2018 Loan Eisbären Juniors Berlin U20 Lausitzer Füchse

Not Activated Sections

Endorsements
Videos
Fitness Results
Referrals
Education
Attachments
Contract & Eligibility
Preferred Equipment
Housing & Billeting
Expected Compensation & Benefits
Injury Records
Player Q&A
Are you Eric Mik?
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/266723/player "; var deletePlayerCommentEndpoint = " '' ";