Logical "or" (Vertical bar). Filter the column for content that matches text from either side of the bar
2
&& or AND
Logical "and". Filter the column for content that matches text from either side of the operator.
3
/\d/
Add any regex to the query to use in the query ("mig" flags can be included /\w/mig)
4
< <= >= >
Find alphabetical or numerical values less than or greater than or equal to the filtered query
5
! or !=
Not operator, or not exactly match. Filter the column with content that do not match the query. Include an equal (=), single (') or double quote (") to exactly not match a filter.
6
" or =
To exactly match the search query, add a quote, apostrophe or equal sign to the beginning and/or end of the query
7
- or to
Find a range of values. Make sure there is a space before and after the dash (or the word "to")
8
?
Wildcard for a single, non-space character.
8
*
Wildcard for zero or more non-space characters.
9
~
Perform a fuzzy search (matches sequential characters) by adding a tilde to the beginning of the query
10
text
Any text entered in the filter will match text found within the column
Logical "or" (Vertical bar). Filter the column for content that matches text from either side of the bar
2
&& or AND
Logical "and". Filter the column for content that matches text from either side of the operator.
3
/\d/
Add any regex to the query to use in the query ("mig" flags can be included /\w/mig)
4
< <= >= >
Find alphabetical or numerical values less than or greater than or equal to the filtered query
5
! or !=
Not operator, or not exactly match. Filter the column with content that do not match the query. Include an equal (=), single (') or double quote (") to exactly not match a filter.
6
" or =
To exactly match the search query, add a quote, apostrophe or equal sign to the beginning and/or end of the query
7
- or to
Find a range of values. Make sure there is a space before and after the dash (or the word "to")
8
?
Wildcard for a single, non-space character.
8
*
Wildcard for zero or more non-space characters.
9
~
Perform a fuzzy search (matches sequential characters) by adding a tilde to the beginning of the query
10
text
Any text entered in the filter will match text found within the column
Logical "or" (Vertical bar). Filter the column for content that matches text from either side of the bar
2
&& or AND
Logical "and". Filter the column for content that matches text from either side of the operator.
3
/\d/
Add any regex to the query to use in the query ("mig" flags can be included /\w/mig)
4
< <= >= >
Find alphabetical or numerical values less than or greater than or equal to the filtered query
5
! or !=
Not operator, or not exactly match. Filter the column with content that do not match the query. Include an equal (=), single (') or double quote (") to exactly not match a filter.
6
" or =
To exactly match the search query, add a quote, apostrophe or equal sign to the beginning and/or end of the query
7
- or to
Find a range of values. Make sure there is a space before and after the dash (or the word "to")
8
?
Wildcard for a single, non-space character.
8
*
Wildcard for zero or more non-space characters.
9
~
Perform a fuzzy search (matches sequential characters) by adding a tilde to the beginning of the query
10
text
Any text entered in the filter will match text found within the column
Logical "or" (Vertical bar). Filter the column for content that matches text from either side of the bar
2
&& or AND
Logical "and". Filter the column for content that matches text from either side of the operator.
3
/\d/
Add any regex to the query to use in the query ("mig" flags can be included /\w/mig)
4
< <= >= >
Find alphabetical or numerical values less than or greater than or equal to the filtered query
5
! or !=
Not operator, or not exactly match. Filter the column with content that do not match the query. Include an equal (=), single (') or double quote (") to exactly not match a filter.
6
" or =
To exactly match the search query, add a quote, apostrophe or equal sign to the beginning and/or end of the query
7
- or to
Find a range of values. Make sure there is a space before and after the dash (or the word "to")
8
?
Wildcard for a single, non-space character.
8
*
Wildcard for zero or more non-space characters.
9
~
Perform a fuzzy search (matches sequential characters) by adding a tilde to the beginning of the query
10
text
Any text entered in the filter will match text found within the column
Logical "or" (Vertical bar). Filter the column for content that matches text from either side of the bar
2
&& or AND
Logical "and". Filter the column for content that matches text from either side of the operator.
3
/\d/
Add any regex to the query to use in the query ("mig" flags can be included /\w/mig)
4
< <= >= >
Find alphabetical or numerical values less than or greater than or equal to the filtered query
5
! or !=
Not operator, or not exactly match. Filter the column with content that do not match the query. Include an equal (=), single (') or double quote (") to exactly not match a filter.
6
" or =
To exactly match the search query, add a quote, apostrophe or equal sign to the beginning and/or end of the query
7
- or to
Find a range of values. Make sure there is a space before and after the dash (or the word "to")
8
?
Wildcard for a single, non-space character.
8
*
Wildcard for zero or more non-space characters.
9
~
Perform a fuzzy search (matches sequential characters) by adding a tilde to the beginning of the query
10
text
Any text entered in the filter will match text found within the column
Nikita Kucherov, Brayden Point, Clayton Keller, Carter Verhaeghe, Pavel Buchnevich
Gardien
#1 : Sergei Bobrovsky, #2 : Stuart Skinner
Lignes d’attaque personnalisées en prolongation
Nikita Kucherov, Brayden Point, Clayton Keller, Carter Verhaeghe, Pavel Buchnevich, Eetu Luostarinen, Eetu Luostarinen, Cal Clutterbuck, Connor Dewar, A.J. Greer, Ben Meyers
Lignes de défense personnalisées en prolongation
Brady Skjei, Alex Vlasic, Erik Brannstrom, Erik Johnson, Noah Juulsen
Astuces sur les filtres (anglais seulement)
Priority
Type
Description
1
| or OR
Logical "or" (Vertical bar). Filter the column for content that matches text from either side of the bar
2
&& or AND
Logical "and". Filter the column for content that matches text from either side of the operator.
3
/\d/
Add any regex to the query to use in the query ("mig" flags can be included /\w/mig)
4
< <= >= >
Find alphabetical or numerical values less than or greater than or equal to the filtered query
5
! or !=
Not operator, or not exactly match. Filter the column with content that do not match the query. Include an equal (=), single (') or double quote (") to exactly not match a filter.
6
" or =
To exactly match the search query, add a quote, apostrophe or equal sign to the beginning and/or end of the query
7
- or to
Find a range of values. Make sure there is a space before and after the dash (or the word "to")
8
?
Wildcard for a single, non-space character.
8
*
Wildcard for zero or more non-space characters.
9
~
Perform a fuzzy search (matches sequential characters) by adding a tilde to the beginning of the query
10
text
Any text entered in the filter will match text found within the column
Logical "or" (Vertical bar). Filter the column for content that matches text from either side of the bar
2
&& or AND
Logical "and". Filter the column for content that matches text from either side of the operator.
3
/\d/
Add any regex to the query to use in the query ("mig" flags can be included /\w/mig)
4
< <= >= >
Find alphabetical or numerical values less than or greater than or equal to the filtered query
5
! or !=
Not operator, or not exactly match. Filter the column with content that do not match the query. Include an equal (=), single (') or double quote (") to exactly not match a filter.
6
" or =
To exactly match the search query, add a quote, apostrophe or equal sign to the beginning and/or end of the query
7
- or to
Find a range of values. Make sure there is a space before and after the dash (or the word "to")
8
?
Wildcard for a single, non-space character.
8
*
Wildcard for zero or more non-space characters.
9
~
Perform a fuzzy search (matches sequential characters) by adding a tilde to the beginning of the query
10
text
Any text entered in the filter will match text found within the column
Logical "or" (Vertical bar). Filter the column for content that matches text from either side of the bar
2
&& or AND
Logical "and". Filter the column for content that matches text from either side of the operator.
3
/\d/
Add any regex to the query to use in the query ("mig" flags can be included /\w/mig)
4
< <= >= >
Find alphabetical or numerical values less than or greater than or equal to the filtered query
5
! or !=
Not operator, or not exactly match. Filter the column with content that do not match the query. Include an equal (=), single (') or double quote (") to exactly not match a filter.
6
" or =
To exactly match the search query, add a quote, apostrophe or equal sign to the beginning and/or end of the query
7
- or to
Find a range of values. Make sure there is a space before and after the dash (or the word "to")
8
?
Wildcard for a single, non-space character.
8
*
Wildcard for zero or more non-space characters.
9
~
Perform a fuzzy search (matches sequential characters) by adding a tilde to the beginning of the query
10
text
Any text entered in the filter will match text found within the column
Espoir
Nom de l’équipe
Année de repêchage
Choix total
Information
Lien
Alfons Freij
Kings
Andrew Gibson
Kings
Artyom Galimov
Kings
Brennan Menell
Kings
Devin Kaplan
Kings
Dylan Mackinnon
Kings
Easton Cowan
Kings
Elias Salomonsson
Kings
Ilya Protas
Kings
Jack Bar
Kings
Jamieson Rees
Kings
Kalan Lind
Kings
Linus Eriksson
Kings
Lukas Fischer
Kings
Mikhail Ye. Ilyin
Kings
Nathan Smith
Kings
Nico Myatovic
Kings
Noah Beck
Kings
Simon Robertsson
Kings
2021
48
Trevor Hoskin
Kings
Tyson Hind
Kings
Vladislav Kamenev
Kings
Choix au repêchage
Année
R1
R2
R3
R4
R5
2025
VGS
Buf LAK ANA NJD PIT WAS NYR
LAK
LAK
2026
MIN
LAK CAR
LAK
LAK PIT
LAK
2027
MIN
LAK MTL BOS
LAK
LAK
LAK
2028
LAK
LAK
LAK
LAK
LAK
2029
LAK
LAK
LAK
LAK
LAK
test
Par Daniel Dechesne (Kings) Le Friday 6th August 2021 / 3:30pm
[2024-10-19 22:10:47] - TRADE : From Golden Knights to Kings : Riley Kidney, Y:2025-RND:1-VGS. [2024-10-19 22:10:47] - TRADE : From Kings to Golden Knights : Y:2026-RND:1-PHI. [2024-10-14 20:15:20] - Ivan Demidov has been deleted from Kings. [2024-10-14 01:07:20] - Linus Eriksson has been added to Kings. [2024-10-14 01:07:10] - Trevor Hoskin has been added to Kings. [2024-10-14 01:07:01] - Lukas Fischer has been added to Kings. [2024-10-14 01:06:53] - Ilya Protas has been added to Kings. [2024-10-14 01:06:45] - Alfons Freij has been added to Kings. [2024-10-14 01:06:35] - Ivan Demidov has been added to Kings. [2024-10-02 14:57:31] - Kings hired Jim Hiller for 1 000 000 $ for 3 year(s). [2024-10-02 14:57:30] - Kings fired Brad Larsen. [2024-10-01 02:37:12] - Maxim Groshev was added to Kings. [2024-09-28 01:08:27] - A.J. Greer was added to Kings. [2024-09-28 00:31:24] - Cal Clutterbuck was added to Kings. [2024-09-28 00:30:42] - Erik Johnson was added to Kings. [2024-09-28 00:30:08] - Derek Forbort was added to Kings. [2024-09-23 14:14:51] - Team Name Change : Islanders changed name to Reigns [2024-09-23 14:14:13] - Team Name Change : Baker changed name to Kings [2024-09-23 14:09:05] - Team Name Change : none changed name to Baker [2024-09-23 13:48:50] - Team Name Change : Islanders changed name to none [2024-09-08 17:08:40] - Jalen Chatfield was released. [2024-09-08 17:08:40] - Islanders paid 0 $ to release Jalen Chatfield. [2024-09-08 17:08:34] - Jake DeBrusk was released. [2024-09-08 17:08:34] - Islanders paid 0 $ to release Jake DeBrusk. [2024-09-08 17:08:29] - Daniel Sprong was released. [2024-09-08 17:08:29] - Islanders paid 0 $ to release Daniel Sprong. [2024-09-08 13:16:28] - General Manager Change : Islanders hired general manager Mickael Baker [2024-09-08 13:16:28] - General Manager Change : Islanders fired general manager Zack Beaudoin [2024-09-08 13:14:13] - Haydn Fleury was released. [2024-09-08 13:14:13] - Islanders paid 0 $ to release Haydn Fleury. [2024-09-08 13:14:03] - Caleb Jones was released. [2024-09-08 13:14:03] - Islanders paid 0 $ to release Caleb Jones. [2024-09-08 13:13:44] - Kyle Turris was released. [2024-09-08 13:13:44] - Islanders paid 0 $ to release Kyle Turris. [2024-09-08 13:13:39] - Nick Cousins was released. [2024-09-08 13:13:39] - Islanders paid 0 $ to release Nick Cousins. [2024-09-08 13:13:34] - Oskar Sundqvist was released. [2024-09-08 13:13:34] - Islanders paid 0 $ to release Oskar Sundqvist. [2024-09-08 13:13:27] - Will Butcher was released. [2024-09-08 13:13:27] - Islanders paid 0 $ to release Will Butcher. [2024-04-17 12:34:34] - Islanders didn't make playoff for year 2023. [2024-04-17 12:34:34] - Islanders didn't make playoff for year 2023. [2024-03-21 19:44:55] - TRADE : From Islanders to Blue Jackets : Y:2026-RND:5-ANA. [2024-03-21 19:44:55] - TRADE : From Blue Jackets to Islanders : Daniil Chechelev. [2024-03-10 22:30:14] - TRADE : From Islanders to Senators : Brandon Hagel. [2024-03-10 22:30:14] - TRADE : From Senators to Islanders : Eetu Luostarinen, Y:2026-RND:1-TOR, Y:2026-RND:1-PHI. [2024-03-06 21:26:29] - TRADE : From Rangers to Islanders : Y:2025-RND:2-NYR. [2024-03-06 21:26:29] - TRADE : From Islanders to Rangers : Y:2026-RND:2-NYR. [2024-03-06 21:13:18] - TRADE : From Islanders to Rangers : Ilya Samsonov. [2024-03-06 21:13:18] - TRADE : From Rangers to Islanders : Y:2026-RND:2-NYR, Y:2026-RND:5-ANA. [2024-03-05 03:18:16] - New Record for Team's Most Penalties Minutes (35) in 1 Game for Islanders! [2024-02-17 14:23:58] - TRADE : From Islanders to Sabres : Mark Scheifele, Miles Wood. [2024-02-17 14:23:58] - TRADE : From Sabres to Islanders : Pavel Buchnevich, Daniel Sprong, Conor Timmins, Mikhail Ye. Ilyin (P). [2023-11-28 22:44:53] - New Record for Team's Most Penalties Minutes (30) in 1 Game for Islanders! [2023-11-08 20:42:48] - New Record for Team's Most Penalties Minutes (21) in 1 Game for Islanders! [2023-10-26 21:03:11] - Cole Schwindt was added to Islanders. [2023-10-26 21:03:07] - Ben Meyers was added to Islanders. [2023-10-26 21:02:52] - Oskar Olausson was added to Islanders. [2023-10-26 21:02:33] - Anttoni Honka was added to Islanders. [2023-10-26 21:02:25] - Alex Vlasic was added to Islanders. [2023-10-17 21:20:31] - Oskar Sundqvist was added to Islanders. [2023-10-17 21:18:08] - Islanders hired Brad Lauer for 1 000 000 $ for 3 year(s). [2023-10-17 21:17:30] - Islanders hired Brad Larsen for 1 000 000 $ for 3 year(s). [2023-10-14 21:35:50] - TRADE : From Islanders to Devils : Andrew Cogliano. [2023-10-14 21:35:50] - TRADE : From Devils to Islanders : Caleb Jones. [2023-10-14 21:34:19] - TRADE : From Islanders to Capitals : Ryan Ellis. [2023-10-14 21:34:19] - TRADE : From Capitals to Islanders : Josh Brook. [2023-10-14 01:08:33] - TRADE : From Stars to Islanders : Mark Scheifele. [2023-10-14 01:08:33] - TRADE : From Islanders to Stars : Bo Horvat. [2023-10-14 00:47:22] - Connor Dewar was added to Islanders. [2023-10-14 00:33:50] - Jalen Chatfield was added to Islanders. [2023-10-10 03:21:35] - Dylan Mackinnon has been added to Islanders. [2023-10-10 03:21:25] - Andrew Gibson has been added to Islanders. [2023-10-10 03:21:16] - Nico Myatovic has been added to Islanders. [2023-10-10 03:21:05] - Easton Cowan has been added to Islanders. [2023-10-10 02:47:07] - TRADE : From Islanders to Hurricanes : Zach Werenski. [2023-10-10 02:47:07] - TRADE : From Hurricanes to Islanders : Devin Kaplan (P), Cole schwindt (P), Y:2026-RND:2-CAR, Y:2024-RND:3-CAR, Y:2027-RND:2-BOS. [2023-10-10 02:31:06] - Nick Cousins was added to Islanders. [2023-10-10 02:30:53] - Miles Wood was added to Islanders. [2023-10-10 02:30:34] - Andrew Cogliano was added to Islanders. [2023-10-06 01:06:48] - Team Name Change : Ckeckers changed name to Islanders [2023-10-06 01:04:58] - Team Name Change : Kraken changed name to Islanders [2023-10-03 21:14:20] - TRADE : From Kraken to Golden Knights : Samuel Girard. [2023-10-01 23:49:51] - Dominik Kubalik was released. [2023-10-01 23:49:51] - Kraken paid 0 $ to release Dominik Kubalik. [2023-10-01 23:49:44] - Artem Zub was released. [2023-10-01 23:49:44] - Kraken paid 0 $ to release Artem Zub. [2023-09-28 23:44:43] - Trevor van Riemsdyk was released. [2023-09-28 23:44:43] - Kraken paid 0 $ to release Trevor van Riemsdyk. [2023-09-28 23:44:38] - Sonny Milano was released. [2023-09-28 23:44:38] - Kraken paid 0 $ to release Sonny Milano. [2023-09-28 23:44:32] - Patrick Brown was released. [2023-09-28 23:44:32] - Kraken paid 0 $ to release Patrick Brown. [2023-09-28 23:44:19] - Carter Rowney was released. [2023-09-28 23:44:19] - Kraken paid 0 $ to release Carter Rowney. [2023-09-28 23:44:07] - Mikko Koskinen was released. [2023-09-28 23:44:07] - Kraken paid 0 $ to release Mikko Koskinen. [2023-09-28 23:44:01] - Michael Dal Colle was released. [2023-09-28 23:44:01] - Kraken paid 0 $ to release Michael Dal Colle. [2023-09-28 23:43:56] - Brett Connolly was released. [2023-09-28 23:43:56] - Kraken paid 0 $ to release Brett Connolly. [2023-09-28 23:42:04] - Brennan Menell has been added to Kraken. [2023-09-28 23:41:43] - Brennan Menell was released by Kraken [2023-09-19 22:33:41] - Kalan Lind has been added to Kraken. [2023-09-19 22:32:47] - General Manager Change : Kraken hired general manager Zack Beaudoin [2023-09-19 22:32:47] - General Manager Change : Kraken fired general manager Daniel Deschenes [2023-06-30 22:10:39] - Gerard Gallant contract with Kraken has ended. [2023-06-30 22:10:39] - D.J. Smith contract with Ckeckers has ended. [2023-04-19 22:20:14] - Kraken was eliminated at round 2 of year 2022. [2023-04-06 22:26:25] - Ckeckers didn't make playoff for year 2022. [2023-03-05 18:19:58] - TRADE : From Kraken to Penguins : Kris Russell. [2023-03-05 00:16:40] - TRADE : From Kraken to Sabres : Evander Kane, Y:2024-RND:4-SEA. [2023-03-05 00:16:40] - TRADE : From Sabres to Kraken : Jake DeBrusk, Y:2025-RND:2-Buf, Y:2025-RND:2-LAK. [2023-03-05 00:09:02] - TRADE : From Penguins to Kraken : Artem Zub. [2023-03-05 00:09:02] - TRADE : From Kraken to Penguins : Y:2023-RND:4-PIT, Y:2024-RND:4-BOS. [2023-01-09 23:15:13] - TRADE : From Penguins to Kraken : Samuel Girard, Y:2026-RND:4-PIT. [2023-01-09 23:15:13] - TRADE : From Kraken to Penguins : Artem Zub. [2022-12-28 20:13:27] - TRADE : From Senators to Kraken : Sonny Milano. [2022-12-28 20:13:27] - TRADE : From Kraken to Senators : Noel Acciari. [2022-11-23 22:26:10] - TRADE : From Sabres to Kraken : Sergei Bobrovsky. [2022-11-23 22:26:10] - TRADE : From Kraken to Sabres : Max Pacioretty. [2022-10-20 21:05:21] - Nathan Smith has been added to Kraken. [2022-10-17 21:14:04] - TRADE : From Kraken to Senators : Brady Tkachuk. [2022-10-17 21:14:04] - TRADE : From Senators to Kraken : Carter Verhaeghe, Brandon Hagel, Ryan Ellis, Y:2027-RND:1-TOR. [2022-10-13 22:16:31] - Ben Meyers has been added to Kraken. [2022-10-04 21:01:05] - Elias Salomonsson has been added to Kraken. [2022-10-01 23:38:45] - TRADE : From Kraken to Maple Leafs : Anders Lee. [2022-10-01 23:38:45] - TRADE : From Maple Leafs to Kraken : Noah Juulsen, Patrick Brown, Y:2024-RND:3-WPG. [2022-09-29 22:49:19] - TRADE : From Kraken to Jets : Jesper Bratt, Y:2025-RND:1-SEA, Y:2027-RND:1-SEA. [2022-09-29 22:49:19] - TRADE : From Jets to Kraken : Nikita Kucherov, Y:2025-RND:2-PIT, Y:2027-RND:2-WPG. [2022-09-28 16:09:38] - TRADE : From Devils to Kraken : Bo Horvat, Y:2025-RND:2-NJD. [2022-09-28 16:09:38] - TRADE : From Kraken to Devils : Brock Boeser. [2022-09-27 21:20:27] - Carter Rowney was added to Kraken. [2022-09-26 21:39:11] - TRADE : From Kraken to Bruins : Vitek Vanecek. [2022-09-26 21:39:11] - TRADE : From Bruins to Kraken : Stuart Skinner, Y:2024-RND:4-BOS, Y:2025-RND:2-BOS. [2022-09-26 16:33:20] - Alex Biega was released. [2022-09-25 23:12:36] - Mikko Koskinen was added to Kraken. [2022-09-21 23:36:59] - Kris Russell was added to Kraken. [2022-09-21 23:36:29] - Trevor van Riemsdyk was added to Kraken. [2022-09-16 22:10:39] - Noel Acciari was added to Kraken. [2022-09-07 21:17:53] - Tuukka Rask was released. [2022-09-07 21:17:53] - Kraken paid 0 $ to release Tuukka Rask. [2022-09-07 21:17:47] - Travis Zajac was released. [2022-09-07 21:17:47] - Kraken paid 0 $ to release Travis Zajac. [2022-09-07 21:17:36] - Rickard Rakell was released. [2022-09-07 21:17:36] - Kraken paid 0 $ to release Rickard Rakell. [2022-09-07 21:16:42] - Phil Kessel was released. [2022-09-07 21:16:42] - Kraken paid 0 $ to release Phil Kessel. [2022-09-07 21:16:36] - Kevan Miller was released. [2022-09-07 21:16:36] - Kraken paid 0 $ to release Kevan Miller. [2022-09-07 21:16:31] - Josh Manson was released. [2022-09-07 21:16:31] - Kraken paid 0 $ to release Josh Manson. [2022-09-07 21:16:24] - Greg Pateryn was released. [2022-09-07 21:16:24] - Kraken paid 0 $ to release Greg Pateryn. [2022-09-07 21:16:19] - Eric Staal was released. [2022-09-07 21:16:19] - Kraken paid 0 $ to release Eric Staal. [2022-09-07 21:16:13] - Bobby Ryan was released. [2022-09-07 21:16:13] - Kraken paid 0 $ to release Bobby Ryan. [2022-09-07 21:16:08] - Artem Anisimov was released. [2022-09-07 21:16:08] - Kraken paid 0 $ to release Artem Anisimov. [2022-09-07 21:16:03] - Malcolm Subban was released. [2022-09-07 21:16:03] - Kraken paid 0 $ to release Malcolm Subban. [2022-09-07 21:15:58] - Nic Petan was released. [2022-09-07 21:15:58] - Kraken paid 0 $ to release Nic Petan. [2022-09-04 14:55:20] - TRADE : From Canadiens to Kraken : Dominik Kubalik. [2022-09-04 14:55:20] - TRADE : From Kraken to Canadiens : Y:2022-RND:3-NYR. [2022-08-31 16:14:48] - Vladislav Kamenev has been added to Kraken. [2022-08-31 16:14:03] - Vladislav Kamenev was released by Kraken [2022-08-24 20:45:51] - TRADE : From Kraken to Oilers : Y:2022-RND:2-TOR. [2022-08-24 20:45:51] - TRADE : From Oilers to Kraken : Evander Kane. [2022-08-22 21:56:12] - TRADE : From Kraken to Jets : Y:2026-RND:1-SEA, Y:2023-RND:2-NYR, Y:2025-RND:2-EDM, Y:2022-RND:3-CAR, Y:2025-RND:3-Buf. [2022-08-22 21:56:12] - TRADE : From Jets to Kraken : Brock Boeser. [2022-08-22 21:52:39] - TRADE : From Kraken to Penguins : Thomas Chabot, Y:2022-RND:1-SEA, Y:2022-RND:2-FLA, Y:2022-RND:2-BOS, Y:2022-RND:3-PIT. [2022-08-22 21:52:39] - TRADE : From Penguins to Kraken : Brayden Point, Zach Werenski. [2022-05-18 01:44:24] - Kraken was eliminated at round 2 of year 2021. [2022-05-17 21:52:48] - Ckeckers was eliminated at round 2 of year 2021. [2022-03-06 18:36:48] - TRADE : From Jets to Kraken : Brett Connolly, Kyle Turris, Thomas Chabot. [2022-03-06 18:36:48] - TRADE : From Kraken to Jets : Kirby Dach, Pius Suter, Colton Dach (P), Y:2025-RND:2-OTT, Y:2023-RND:2-EDM, Y:2022-RND:2-PIT, Y:2025-RND:1-TOR. [2022-03-04 18:13:08] - TRADE : From Kraken to Avalanche : Connor Brown. [2022-03-04 18:13:08] - TRADE : From Avalanche to Kraken : Haydn Fleury, Y:2025-RND:2-EDM. [2022-03-03 20:37:01] - New Record for Team's Most Points (25) in 1 Game for Kraken! [2022-03-03 20:37:01] - New Record for Team's Most Assists (16) in 1 Game for Kraken! [2022-03-03 20:37:01] - New Record for Team's Most Goals (9) in 1 Game for Kraken! [2022-03-02 16:14:39] - TRADE : From Maple Leafs to Kraken : Y:2022-RND:4-SEA. [2022-03-02 16:14:39] - TRADE : From Kraken to Maple Leafs : Alex Galchenyuk. [2022-02-02 21:03:38] - TRADE : From Canadiens to Kraken : Alex Galchenyuk. [2022-02-02 21:03:38] - TRADE : From Kraken to Canadiens : Y:2022-RND:5-SEA. [2021-12-12 21:43:06] - TRADE : From Kraken to Jets : William Eklund (P), Simon Edvinsson (P), Y:2024-RND:1-Buf, Y:2024-RND:1-EDM, Y:2024-RND:1-MTL. [2021-12-12 21:43:06] - TRADE : From Jets to Kraken : Brady Tkachuk. [2021-12-06 22:23:40] - TRADE : From Coyotes to Kraken : Oskar Olausson (P), Y:2023-RND:5-ARI. [2021-12-06 22:23:40] - TRADE : From Kraken to Coyotes : Nazem Kadri. [2021-10-08 23:47:49] - New Record for Team's Most Shots Blocked (24) in 1 Game for Kraken! [2021-10-08 23:45:00] - New Record for Team's Most Points (19) in 1 Game for Kraken! [2021-10-08 23:45:00] - New Record for Team's Most Assists (12) in 1 Game for Kraken! [2021-10-06 22:59:13] - Ckeckers hired D.J. Smith for 500 000 $ for 2 year(s). [2021-10-06 22:58:53] - Ckeckers fired Sheldon Keefe. [2021-10-06 11:53:47] - TRADE : From Senators to Kraken : Clayton Keller, Pius Suter, Will Butcher, Y:2025-RND:2-OTT. [2021-10-06 11:53:47] - TRADE : From Kraken to Senators : Roman Josi. [2021-10-05 22:07:43] - Brett Connolly was released. [2021-10-05 22:07:43] - Kraken paid 0 $ to release Brett Connolly. [2021-10-02 23:33:53] - Travis Zajac was added to Kraken. [2021-09-30 22:52:59] - Travis Zajac was released. [2021-09-30 22:52:59] - Kraken paid 0 $ to release Travis Zajac. [2021-09-28 22:39:19] - TRADE : From Jets to Kraken : Travis Zajac. [2021-09-28 22:14:11] - TRADE : From Kraken to Avalanche : Calle Jarnkrok, Ross Colton, Haydn Fleury, Y:2022-RND:4-SEA. [2021-09-28 22:14:11] - TRADE : From Avalanche to Kraken : Rickard Rakell, Nazem Kadri, Brennan Menell, Y:2022-RND:2-PIT. [2021-09-23 22:21:25] - Greg Pateryn was added to Kraken. [2021-09-23 22:21:06] - Eric Staal was added to Kraken. [2021-09-23 22:20:55] - Bobby Ryan was added to Kraken. [2021-09-20 23:11:02] - Kevan Miller was added to Kraken. [2021-09-20 23:10:52] - Artem Anisimov was added to Kraken. [2021-09-20 22:37:14] - TRADE : From Kraken to Panthers : Y:2024-RND:4-WPG. [2021-09-20 22:37:14] - TRADE : From Panthers to Kraken : Phil Kessel. [2021-08-29 21:00:11] - Sam Gagner was released. [2021-08-29 21:00:11] - Kraken paid 0 $ to release Sam Gagner. [2021-08-29 21:00:00] - Par Lindholm was released. [2021-08-29 21:00:00] - Kraken paid 0 $ to release Par Lindholm. [2021-08-29 20:59:56] - Dan Hamhuis was released. [2021-08-29 20:59:56] - Kraken paid 0 $ to release Dan Hamhuis. [2021-08-29 14:08:37] - Jack Bar has been added to Kraken. [2021-08-29 13:38:24] - Tyson Hind has been added to Kraken. [2021-08-08 22:06:51] - Ross Colton was added to Kraken. [2021-08-08 22:03:26] - Simon Robertsson has been added to Kraken. [2021-08-08 22:01:33] - Colton Dach has been added to Kraken. [2021-08-08 21:46:45] - Team Name Change : Rampage changed name to Ckeckers [2021-08-08 21:45:52] - Team Name Change : Krakens changed name to Kraken [2021-08-08 21:45:41] - General Manager Change : Krakens hired general manager Daniel Deschenes [2021-08-08 21:45:41] - General Manager Change : Krakens fired general manager Daniel Dechesne [2021-08-08 21:44:27] - Team Name Change : Blues changed name to Krakens [2021-07-30 23:35:45] - Vitek Vanecek was added to Blues. [2021-07-28 16:40:57] - William Eklund has been added to Blues. [2021-07-28 16:40:31] - Simon Edvinsson has been added to Blues. [2021-07-25 11:31:03] - Artem Zub was added to Blues. [2021-07-24 13:01:54] - TRADE : From Blues to Canadiens : Y:2024-RND:1-STL, Y:2021-RND:5-STL. [2021-07-24 13:01:54] - TRADE : From Canadiens to Blues : Y:2021-RND:1-FLA. [2021-07-24 12:57:00] - TRADE : From Blues to Devils : Y:2021-RND:2-VGK, Y:2021-RND:2-BOS, Y:2021-RND:3-NYR. [2021-07-24 12:57:00] - TRADE : From Devils to Blues : Y:2021-RND:1-NJD. [2021-07-19 23:40:23] - TRADE : From Sabres to Blues : Y:2021-RND:2-BOS, Y:2025-RND:3-Buf. [2021-07-19 23:40:23] - TRADE : From Blues to Sabres : Jared McCann. [2021-07-16 22:47:48] - TRADE : From Oilers to Blues : Y:2022-RND:2-BOS. [2021-07-16 22:47:48] - TRADE : From Blues to Oilers : Rasmus Sandin. [2021-07-16 22:44:00] - TRADE : From Blues to Lightning : Tyler Seguin. [2021-07-16 22:44:00] - TRADE : From Lightning to Blues : Y:2022-RND:3-NYR, Y:2023-RND:4-PIT, Y:2021-RND:3-TBL. [2021-07-16 22:41:42] - TRADE : From Blues to Penguins : Brayden Point. [2021-07-16 22:41:42] - TRADE : From Penguins to Blues : Kirby Dach, Erik Brannstrom, Ilya Samsonov, Y:2024-RND:1-EDM, Y:2022-RND:2-TOR. [2021-07-15 20:00:51] - TRADE : From Maple Leafs to Blues : Y:2022-RND:3-CBJ. [2021-07-15 20:00:51] - TRADE : From Blues to Maple Leafs : Jimmy Vesey. [2021-07-11 23:34:52] - TRADE : From Stars to Blues : Jesper Bratt, Roman Josi, Y:2021-RND:2-FLA. [2021-07-11 23:34:52] - TRADE : From Blues to Stars : Hampus Lindholm, Seth Jones. [2021-07-10 00:37:15] - TRADE : From Blues to Maple Leafs : Alexander Radulov. [2021-07-10 00:37:15] - TRADE : From Maple Leafs to Blues : Michael Dal Colle, Noah Beck (P), Y:2021-RND:2-MIN, Y:2024-RND:1-MTL, Y:2025-RND:1-TOR. [2021-07-10 00:23:05] - TRADE : From Blues to Lightning : Y:2023-RND:1-TOR. [2021-07-10 00:23:05] - TRADE : From Lightning to Blues : Y:2022-RND:1-STL. [2021-07-08 22:50:37] - TRADE : From Sabres to Blues : Y:2024-RND:1-Buf. [2021-07-08 22:50:37] - TRADE : From Blues to Sabres : Y:2024-RND:2-Buf. [2021-07-07 23:40:59] - TRADE : From Predators to Blues : Seth Jones. [2021-07-07 23:40:59] - TRADE : From Blues to Predators : Shayne Gostisbehere, Quinton Byfield (P), Y:2021-RND:2-PIT, Y:2023-RND:5-STL. [2021-07-07 23:39:37] - TRADE : From Kings to Blues : Calle Jarnkrok, Shayne Gostisbehere, Y:2021-RND:2-PIT. [2021-07-07 23:39:37] - TRADE : From Blues to Kings : Evander Kane. [2021-07-06 20:04:02] - TRADE : From Oilers to Blues : Max Pacioretty, Tuukka Rask. [2021-07-06 20:04:02] - TRADE : From Blues to Oilers : Elvis Merzlikins, Vince Dunn, Travis Sanheim, Y:2021-RND:2-MTL. [2021-07-05 23:30:42] - TRADE : From Jets to Blues : Y:2022-RND:3-PIT, Y:2024-RND:4-WPG. [2021-07-05 23:30:42] - TRADE : From Blues to Jets : Patric Hornqvist. [2021-07-05 23:30:05] - TRADE : From Jets to Blues : Y:2021-RND:1-WPG, Y:2023-RND:1-TOR. [2021-07-05 23:30:05] - TRADE : From Blues to Jets : Joel Farabee, Y:2023-RND:3-MTL. [2021-07-05 23:22:58] - TRADE : From Sabres to Blues : Y:2021-RND:1-Buf, Y:2024-RND:2-Buf, Y:2021-RND:2-MTL. [2021-07-05 23:22:58] - TRADE : From Blues to Sabres : Shakir Mukhamadullin (P), Y:2022-RND:1-COL, Y:2022-RND:1-PHI. [2021-05-31 22:39:20] - Rampage was eliminated at round 2 of year 2020. [2021-05-25 22:32:16] - Blues was eliminated at round 1 of year 2020. [2021-03-27 22:54:51] - TRADE : From Blue Jackets to Blues : Dan Hamhuis, Alex Biega. [2021-03-27 22:54:51] - TRADE : From Blues to Blue Jackets : Y:2025-RND:5-STL. [2021-03-24 20:06:40] - TRADE : From Canadiens to Blues : Brady Skjei, Y:2023-RND:3-MTL. [2021-03-24 20:06:40] - TRADE : From Blues to Canadiens : Jonas Brodin, Y:2023-RND:4-STL. [2021-03-22 21:29:51] - TRADE : From Jets to Blues : Jared McCann, Quinton Byfield (P), Y:2022-RND:1-COL. [2021-03-22 21:29:51] - TRADE : From Blues to Jets : Brock Boeser. [2021-03-13 21:01:09] - New Record for Team's Most Hits (44) in 1 Game for Blues! [2021-03-09 22:37:59] - TRADE : From Blues to Lightning : Eric Staal. [2021-03-09 22:37:59] - TRADE : From Lightning to Blues : Y:2023-RND:2-NYR. [2021-02-22 21:09:10] - TRADE : From Blues to Bruins : Matthew Tkachuk. [2021-02-22 21:09:10] - TRADE : From Bruins to Blues : Anders Lee, Joel Farabee, Y:2021-RND:2-CBJ, Y:2021-RND:2-VGK. [2021-01-13 22:27:08] - New Record for Team's Most Shots Blocked (22) in 1 Game for Blues! [2020-12-31 13:17:57] - New Record for Team's Most Points (17) in 1 Game for Blues! [2020-12-31 13:17:57] - New Record for Team's Most Assists (11) in 1 Game for Blues! [2020-12-29 20:53:06] - New Record for Team's Most Goals (7) in 1 Game for Blues! [2020-12-22 20:48:58] - New Record for Team's Most Points (16) in 1 Game for Blues! [2020-12-20 21:06:40] - TRADE : From Jets to Blues : Haydn Fleury, Matthew Tkachuk, Travis Sanheim, Y:2022-RND:1-PHI, Y:2023-RND:2-EDM, Y:2023-RND:2-STL. [2020-12-20 21:06:40] - TRADE : From Blues to Jets : Cale Makar, Ondrej Kase, Y:2021-RND:4-STL. [2020-12-09 22:24:04] - New Record for Team's Most Penalties Minutes (19) in 1 Game for Blues! [2020-12-03 21:56:35] - TRADE : From Penguins to Blues : Y:2021-RND:3-NYR. [2020-12-03 21:56:35] - TRADE : From Blues to Penguins : P.K. Subban. [2020-11-23 14:16:22] - Jimmy Vesey was added to Blues. [2020-11-22 02:07:46] - Sam Gagner was added to Blues. [2020-11-11 23:46:22] - TRADE : From Blues to Sabres : Matt Murray. [2020-10-26 00:32:40] - Artyom Galimov has been added to Blues. [2020-10-26 00:24:13] - Maxim Groshev has been added to Blues. [2020-10-25 23:39:17] - Shakir Mukhamadullin has been added to Blues. [2020-10-02 22:17:39] - Matt Stajan was released. [2020-10-02 22:17:39] - Blues paid 0 $ to release Matt Stajan. [2020-10-02 22:17:30] - Johan Larsson was released. [2020-10-02 22:17:30] - Blues paid 0 $ to release Johan Larsson. [2020-10-02 22:17:22] - TJ Brodie was released. [2020-10-02 22:17:22] - Blues paid 0 $ to release TJ Brodie. [2020-10-01 21:42:00] - TRADE : From Blues to Rangers : Kevin Hayes. [2020-10-01 21:42:00] - TRADE : From Rangers to Blues : Nic Petan, Y:2022-RND:3-CAR. [2020-09-30 16:05:31] - TRADE : From Blues to Panthers : Yanni Gourde, Y:2020-RND:1-WPG. [2020-09-30 16:05:31] - TRADE : From Panthers to Blues : Tyler Seguin, Y:2022-RND:2-FLA, Y:2023-RND:3-FLA, Y:2024-RND:3-FLA. [2020-09-23 20:57:13] - TRADE : From Blues to Lightning : Tomas Nosek (72), Y:2022-RND:3-STL. [2020-09-23 20:57:13] - TRADE : From Lightning to Blues : Connor Brown (76). [2020-06-28 21:49:01] - TRADE : From Jets to Blues : Brett Connolly (73), P.K. Subban (74), Y:2020-RND:1-LAK, Y:2020-RND:1-WPG. [2020-06-28 21:49:01] - TRADE : From Blues to Jets : Jonathan Toews (81), Y:2022-RND:1-STL, Y:2023-RND:1-STL.
[2024-12-04 20:23:09] Kings lines for next game are empty. Current rosters/lines are not erased. [2024-11-30 03:33:36] Reigns lines for next game are empty. Current rosters/lines are not erased. [2024-11-30 03:33:36] Game 352 - Unknown Player from Reigns is injured (Bruised Right Foot) and is out for 1 week. [2024-11-29 22:36:09] Kings lines for next game are empty. Current rosters/lines are not erased. [2024-11-28 00:59:57] Kings lines for next game are empty. Current rosters/lines are not erased. [2024-11-26 23:31:20] Reigns lines for next game are empty. Current rosters/lines are not erased. [2024-11-25 22:41:58] Reigns lines for next game are empty. Current rosters/lines are not erased. [2024-11-25 02:11:49] Kings lines for next game are empty. Current rosters/lines are not erased. [2024-11-23 00:22:14] Both Kings and Reigns lines for next game are empty. Current rosters/lines are not erased. [2024-11-23 00:22:14] Game 306 - Unknown Player from Reigns is injured (Back) and is out for 1 month. [2024-11-21 22:54:51] Last 7 Days Pro Star : 1 - Nikolaj Ehlers of Sabres (5-2-7) / 2 - Brayden Point of Kings (4-3-7) / 3 - Brandon Saad of Wild (5-2-7) [2024-11-20 23:08:16] Both Kings and Reigns lines for next game are empty. Current rosters/lines are not erased. [2024-11-19 09:22:41] Both Kings and Reigns lines for next game are empty. Current rosters/lines are not erased. [2024-11-16 23:39:17] Kings lines for next game are empty. Current rosters/lines are not erased. [2024-11-16 23:39:04] Auto Lines Function has been run for Kings. [2024-11-16 23:39:04] Auto Roster Partial Function has been run for Kings. [2024-11-16 23:39:04] Kings roster errors : Not enough Forward available in Pro Team! 11 Dressed. 12 Required.
Some errors will be automatically fixed.
[2024-11-16 19:35:56] Reigns lines for next game are empty. Current rosters/lines are not erased. [2024-11-13 20:19:36] Nikita Kucherov from Kings is back from Exhaustion. [2024-11-13 20:19:15] Both Kings and Reigns lines for next game are empty. Current rosters/lines are not erased. [2024-11-13 20:19:15] Game 244 - Unknown Player from Reigns is injured (Sports Hernia) and is out for 1 week. [2024-11-13 20:19:14] Nikita Kucherov from Kings is injured from Exhaustion. [2024-11-13 20:19:09] Auto Lines Function has been run for Kings. [2024-11-13 20:19:09] Kings lines errors : Normal line # 1 RW is empty.
PP line 1 RW is empty.
PK line 1 C is empty.
4 vs 4 line 1 C is empty.
PK3 line 1 forward is empty.
LastMinOff line RW is empty.
LastMinDef line RW is empty.
Penalty Shot Player #1 is empty.
OT Forward #1 is empty.
[2024-11-13 20:19:09] Auto Roster Partial Function has been run for Kings. [2024-11-13 20:19:09] Kings roster errors : Not enough Forward available in Pro Team! 11 Dressed. 12 Required.
Some errors will be automatically fixed.
[2024-11-11 20:39:30] Nikita Kucherov from Kings is back from Exhaustion. [2024-11-10 22:17:36] Both Kings and Reigns lines for next game are empty. Current rosters/lines are not erased. [2024-11-10 22:17:34] Nikita Kucherov from Kings is injured from Exhaustion. [2024-11-10 22:17:27] Auto Lines Function has been run for Kings. [2024-11-10 22:17:27] Kings lines errors : Normal line # 1 RW is empty.
Normal line # 4 LW is empty.
Normal line # 4 RW is empty.
Unknown Player is used twice in Normal line #4
PP line 1 RW is empty.
PK line 1 C is empty.
4 vs 4 line 1 C is empty.
PK3 line 1 forward is empty.
LastMinOff line RW is empty.
LastMinDef line RW is empty.
Extra Forward #1 is empty.
Penalty Shot Player #1 is empty.
Extra Forward #4 is empty.
OT Forward #1 is empty.
[2024-11-10 22:17:27] Auto Roster Partial Function has been run for Kings. [2024-11-10 22:17:27] Kings roster errors : Not enough Forward available in Pro Team! 11 Dressed. 12 Required.
Some errors will be automatically fixed.
[2024-11-10 12:35:51] Nikita Kucherov from Kings is back from Exhaustion. [2024-11-09 00:29:28] Both Kings and Reigns lines for next game are empty. Current rosters/lines are not erased. [2024-11-09 00:29:27] Nikita Kucherov from Kings is injured from Exhaustion. [2024-11-07 00:35:43] Kings lines for next game are empty. Current rosters/lines are not erased. [2024-11-05 00:38:06] Both Kings and Reigns lines for next game are empty. Current rosters/lines are not erased. [2024-11-05 00:37:47] Reigns lines for next game are empty. Current rosters/lines are not erased. [2024-11-04 09:36:13] Reigns lines for next game are empty. Current rosters/lines are not erased. [2024-11-02 03:40:14] Kings lines for next game are empty. Current rosters/lines are not erased. [2024-11-01 01:16:50] Both Kings and Reigns lines for next game are empty. Current rosters/lines are not erased. [2024-10-30 22:01:02] Reigns lines for next game are empty. Current rosters/lines are not erased. [2024-10-29 00:31:10] Kings lines for next game are empty. Current rosters/lines are not erased. [2024-10-26 23:21:24] Reigns lines for next game are empty. Current rosters/lines are not erased. [2024-10-26 23:21:22] Game 131 - Unknown Player from Reigns is injured (Broken Right Foot Toe) and is out for 2 months. [2024-10-25 23:20:44] Kings lines for next game are empty. Current rosters/lines are not erased. [2024-10-25 23:20:37] Auto Lines Function has been run for Kings. [2024-10-25 23:20:37] Kings lines errors : Normal line # 1 C is empty.
PP line 1 C is empty.
PK line 1 LW is empty.
4 vs 4 line 1 LW is empty.
PK3 line 2 forward is empty.
LastMinOff line C is empty.
LastMinDef line C is empty.
Penalty Shot Player #2 is empty.
OT Forward #2 is empty.
[2024-10-24 22:39:54] Reigns lines for next game are empty. Current rosters/lines are not erased.