.

© Photo: Bildbyrån

Sweden Fred Nilsson

#3 Leksands IF / SHL - 24/25

Premium Features
Pronunciation Bookmark Add to Roster Compare Player Submit Photo Submit Transfer
Discover premium
GAMES
GP
G
A
TP
+/-
5
0
0
0
+1
10
1
1
2
+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 089 167 players
Last added: Alisa Åkerman
EP Verified
Scoring Leaders
# Player GP G A TP
1. Mavrik Bourque 71 26 51 77
2. Rocco Grimaldi 72 36 37 73
3. Adam Gaudette 67 44 27 71
4. T.J. Tynan 71 9 57 66
5. Georgii Merkulov 67 30 35 65
Show More

Fred Nilsson Facts

Date of Birth
Position
D
Age
21
Height
6'1" / 185 cm
Place of Birth
Weight
179 lbs / 81 kg
Nation
Shoots
R
Youth Team
Contract
25/26
Agency

Fred Nilsson Statistics

S Team League GP G A TP PIM +/-   POST GP G A TP PIM +/-
2016-17 Bollnäs IS U16 U16 Div.1 17* 3* 10* 13* 18* -* | Playoffs 3 0 0 0 0 -
Bollnäs IS Division 3 3* 0* 0* 0* 0* -* |
2017-18 Skellefteå AIK U16 U16 Elit 4* 1* 3* 4* 2* -* | Playoffs QC 6 0 1 1 0 -
Skellefteå AIK U16 U16 SM 6* 1* 0* 1* 2* -* |
Skellefteå AIK J18 J18 Elit 13* 1* 8* 9* 8* 11* |
Skellefteå AIK J18 J18 Allsvenskan 11* 2* 1* 3* 6* -5* | Playoffs 2 0 0 0 2 -2
Sweden U16 (all) International-Jr 3* 0* 0* 0* 0* -2* |
2018-19 Skellefteå AIK J18 J18 Elit 17* 2* 9* 11* 6* -* |
Skellefteå AIK J18 J18 Allsvenskan 18* 0* 9* 9* 8* 12* | Playoffs 6 0 3 3 6 1
Skellefteå AIK J20 J20 SuperElit 9* 0* 0* 0* 0* -5* |
2019-20 Skellefteå AIK J18 J18 Elit 4* 1* 1* 2* 0* -* |
Skellefteå AIK J18 J18 Allsvenskan 8* 2* 3* 5* 2* 0* |
Skellefteå AIK J20 J20 SuperElit 31* 1* 5* 6* 4* 6* |
Sweden U18 (all) International-Jr 4* 0* 1* 1* 2* 1* |
2020-21 Skellefteå AIK J20 J20 Nationell 15* 0* 8* 8* 14* -11* |
SK Lejon HockeyEttan 12* 0* 2* 2* 8* -10* | Relegation 4 0 1 1 6 -1
2021-22 Skellefteå AIK J20 J20 Nationell 32* 2* 11* 13* 49* -6* | Playoffs 2 0 1 1 2 -2
Skellefteå AIK SHL 11* 0* 0* 0* 4* 1* | Playoffs 2 0 0 0 0 -1
2022-23 Kristianstads IK HockeyAllsvenskan 48* 0* 6* 6* 10* 1* |
2023-24 Leksands IF J20 J20 Nationell 3* 1* 2* 3* 0* 2* |
Leksands IF SHL 22* 0* 0* 0* 2* 1* |
Mora IK HockeyAllsvenskan 18* 0* 2* 2* 0* -2* | Qualification 12 1 1 2 0 3
2024-25 Leksands IF SHL -* -* -* -* -* -* |

Fred Nilsson Tournament Statistics

S Team League GP G A TP PIM +/-   POST GP G A TP PIM +/-
2016-17 Hälsingland TV-Pucken 11* 1* 2* 3* 8* -* |
Sweden Selects U15 WSI U15 5* 0* 0* 0* 2* -* |
2017-18 Hälsingland “A” TV-Pucken 11* 0* 2* 2* 6* -* |
freestar.config.enabled_slots.push({ placementName: "eliteprospects_incontent_1", slotId: "eliteprospects_incontent_1" });

Fred Nilsson Game Log

Date Team Opp Score G A TP PIM +/- SOG PPG SHG TOI
HockeyAllsvenskan
2024-04-12T19:00:00+0200 Mora IK vs Djurgårdens IF
2024-04-10T19:00:00+0200 Mora IK @ Djurgårdens IF
2024-04-08T19:00:00+0200 Mora IK vs Djurgårdens IF
2024-04-06T18:30:00+0200 Mora IK vs Djurgårdens IF
2024-04-04T19:00:00+0200 Mora IK @ Djurgårdens IF
2024-04-02T19:00:00+0200 Mora IK @ Djurgårdens IF
2024-03-27T18:00:00+0000 Mora IK vs AIK
2024-03-25T18:00:00+0000 Mora IK @ AIK
2024-03-23T17:30:00+0000 Mora IK vs AIK
2024-03-21T18:00:00+0000 Mora IK vs AIK
$(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" });

Fred Nilsson Career Totals

Team Years GP G A TP PPG PIM +/- | Years GP G A TP PPG PIM +/-
Bollnäs IS 1 3* 0* 0* 0* 0.00* 0* -* | 0 * * * * * *
Bollnäs IS U16 1 17* 3* 10* 13* 0.76* 18* -* | 1 3 0 * 0 * 0 * 0.00 * 0 * - *
Hälsingland 2 22* 1* 4* 5* 0.23* 14* -* | 0 * * * * * *
Kristianstads IK 1 48* 0* 6* 6* 0.13* 10* 1* | 0 * * * * * *
Leksands IF 2 22* 0* 0* 0* 0.00* 2* 1* | 0 * * * * * *
Leksands IF J20 1 3* 1* 2* 3* 1.00* 0* 2* | 0 * * * * * *
Mora IK 1 18* 0* 2* 2* 0.11* 0* -2* | 1 12 1 * 1 * 2 * 0.17 * 0 * 3 *
SK Lejon 1 12* 0* 2* 2* 0.17* 8* -10* | 1 4 0 * 1 * 1 * 0.25 * 6 * -1 *
Skellefteå AIK 1 11* 0* 0* 0* 0.00* 4* 1* | 1 2 0 * 0 * 0 * 0.00 * 0 * -1 *
Skellefteå AIK J18 3 71* 8* 31* 39* 0.55* 30* 18* | 2 8 0 * 3 * 3 * 0.38 * 8 * -1 *
Skellefteå AIK J20 4 87* 3* 24* 27* 0.31* 67* -16* | 1 2 0 * 1 * 1 * 0.50 * 2 * -2 *
Skellefteå AIK U16 1 10* 2* 3* 5* 0.50* 4* -* | 1 6 0 * 1 * 1 * 0.17 * 0 * - *
Sweden Selects U15 1 5* 0* 0* 0* 0.00* 2* -* | 0 * * * * * *
Sweden U16 (all) 1 3* 0* 0* 0* 0.00* 0* -2* | 0 * * * * * *
Sweden U18 (all) 1 4* 0* 1* 1* 0.25* 2* 1* | 0 * * * * * *
* Some data is missing to provide a correct summary.

Fred Nilsson Skill Rating

Powered by Franchise Hockey Manager

Puckhandling
14
Teamwork
13
Speed
13
Passing
13

Fred Nilsson Career Highlights

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

Fred Nilsson Connections

Transactions
DATE STATUS FROM TO SOURCE
02/06/2024
02/06/2024 Extension Leksands IF Leksands IF
01/11/2024
01/11/2024 Loan Leksands IF Mora IK
09/12/2023
09/12/2023 Extension Leksands IF Leksands IF
07/25/2023
07/25/2023 Confirmed Kristianstads IK Leksands IF
06/08/2022
06/08/2022 Confirmed Skellefteå AIK J20 Kristianstads IK

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 Fred Nilsson?
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/468144/player "; var deletePlayerCommentEndpoint = " '' ";