27-10-2025 в 20:00, Ледовая арена «ICE RINK Новоселье», 5-й дивизион
27-10-2025 в 21:15, Ледовая арена Шуваловский лед, 3-й дивизион
27-10-2025 в 21:30, Север Парк, 6-й дивизион
27-10-2025 в 21:30, Ледовая арена «Академия Динамо» - Мебельная ул. 33А, 5-й дивизион
28-10-2025 в 20:05, ФОК Ижорец, 5-й дивизион
28-10-2025 в 23:00, Север Парк, 7-й дивизион
28-10-2025 в 23:00, Газпром (Передовиков), Арена А, 7-й дивизион
28-10-2025 в 23:00, Ледовая арена «Ладога», 7-й дивизион
29-10-2025 в 21:00, Ледовый комплекс «АСК-С», 6-й дивизион
29-10-2025 в 21:30, Ледовая арена ФОК «Гололед», 6-й дивизион
Prime - Российский производитель хоккейной экипировки Официальный дилер хоккейных клюшек «ЗаряД» в Санкт-Петербурге

Сезон 2025-2026

Курзенева Софья #5634

  • Дата рождения: 17.10.2005
  • Возраст: 20
  • Рост: 169
  • Вес: 58
  • Статус: Любитель 2 звезды
Курзенева Софья

Заявки

5-й дивизион Турнир Заявлен Команда Номер Амплуа

Регулярное первенство

5-й дивизион

20.10.2025 Легион 72 Вратарь
7-й дивизион Турнир Заявлен Команда Номер Амплуа

Регулярное первенство

7-й дивизион

09.10.2025 Легион 2023 72 Вратарь
Предсезонный 2025, Группа B (6-й дивизион) Турнир Заявлен Команда Номер Амплуа

Предсезонный турнир

Предсезонный 2025, Группа B (6-й дивизион)

02.09.2025 Легион 72 Вратарь
Летний кубок 2025. 7-й дивизион. Плей-офф Турнир Заявлен Команда Номер Амплуа

Летний кубок 2025

Летний кубок 2025. 7-й дивизион. Плей-офф

27.08.2025 Легион 2023 72 Вратарь
Летний кубок 2025. 7-й дивизион Турнир Заявлен Команда Номер Амплуа

Летний кубок 2025

Летний кубок 2025. 7-й дивизион

03.07.2025 Легион 2023 72 Вратарь

Статистика

SELECT tournament.id , tournament.name , tournament.hash , game_result_composition.player_id , game_result_composition.team_id , COUNT(game.id) AS game_count , (SELECT COUNT(game_result_score.id) FROM game_result_score JOIN game ON game.id = game_result_score.game_id AND game.publish_results = 1 WHERE game_result_score.team_id = game_result_composition.team_id AND ((game_result_score.player_id = game_result_composition.player_id) OR (assistent1_id = game_result_composition.player_id) OR (assistent2_id = game_result_composition.player_id)) AND game.tournament_id = tournament.id ) AS player_point , (SELECT COUNT(game_result_score.id) FROM game_result_score JOIN game ON game.id = game_result_score.game_id AND game.publish_results = 1 WHERE game_result_score.team_id = game_result_composition.team_id AND game_result_score.player_id = game_result_composition.player_id AND game.tournament_id = tournament.id ) AS player_goal , (SELECT COUNT(game_result_score.id) FROM game_result_score JOIN game ON game.id = game_result_score.game_id AND game.publish_results = 1 WHERE game_result_score.team_id = game_result_composition.team_id AND ((assistent1_id = game_result_composition.player_id) OR (assistent2_id = game_result_composition.player_id)) AND game.tournament_id = tournament.id ) AS player_assistent , (SELECT SUM(minute) FROM game_result_penalty JOIN game ON game.id = game_result_penalty.game_id AND game.publish_results = 1 WHERE game_result_penalty.team_id = game_result_composition.team_id AND player_id = game_result_composition.player_id AND game.tournament_id = tournament.id ) AS player_penalty ,( SELECT SUM(game_result_plus_minus.point) FROM game_result_plus_minus JOIN game ON game.id = game_result_plus_minus.game_id AND game.publish_results = 1 WHERE team_id = game_result_composition.team_id AND player_id = game_result_composition.player_id AND game.tournament_id = tournament.id ) AS player_plus_minus , (SELECT SUM(shoot_1)+SUM(shoot_2)+SUM(shoot_3) FROM game_result_goalkeeper JOIN game ON game.id = game_result_goalkeeper.game_id AND game.publish_results = 1 WHERE team_id = game_result_composition.team_id AND game.tournament_id = tournament.id AND player_id = game_result_composition.player_id) AS goalkeeper_shoots , (SELECT SUM(goals_missed) FROM game_result_goalkeeper JOIN game ON game.id = game_result_goalkeeper.game_id AND game.publish_results = 1 WHERE team_id = game_result_composition.team_id AND game.tournament_id = tournament.id AND player_id = game_result_composition.player_id) AS goalkeeper_goals_missed , (SELECT SUM(reflected_shoots) FROM game_result_goalkeeper JOIN game ON game.id = game_result_goalkeeper.game_id AND game.publish_results = 1 WHERE team_id = game_result_composition.team_id AND game.tournament_id = tournament.id AND player_id = game_result_composition.player_id) AS goalkeeper_reflected_shoots , (SELECT SUM(reflected_shoots) / (SUM(shoot_1)+SUM(shoot_2)+SUM(shoot_3)) FROM game_result_goalkeeper JOIN game ON game.id = game_result_goalkeeper.game_id AND game.publish_results = 1 WHERE team_id = game_result_composition.team_id AND game.tournament_id = tournament.id AND player_id = game_result_composition.player_id) AS goalkeeper_percent , player_request.player_position_id , championship.name AS championship_name FROM game_result_composition JOIN game ON game.id = game_result_composition.game_id AND game.publish_results = 1 JOIN player_request ON player_request.id = game_result_composition.player_request_id JOIN tournament ON tournament.id = game.tournament_id JOIN championship ON championship.id = tournament.championship_id JOIN game_series ON game_series.id = game.game_series_id WHERE game_result_composition.player_id = '5634' AND tournament.season_id = '10' GROUP BY tournament.id ORDER BY tournament.id DESC
Сезон 2025-2026 М Б Ш % ШТ
7-й дивизион 7-й дивизион 1 14
ср.14
3
ср.3
78.57% 0
ср.0
Соперники Дата матча Б Ш % ШТ
Легион 2023 - Vikings 13 октября 2025 14 3 78.57% 0
Летний кубок 2025. 7-й дивизион. Плей-офф Летний кубок 2025. 7-й дивизион. Плей-офф 4 84
ср.21
9
ср.2.3
89.29% 0
ср.0
Соперники Дата матча Б Ш % ШТ
Остров 2 - Легион 2023 02 сентября 2025 17 2 88.24% 0
Легион 2023 - Остров 2 05 сентября 2025 22 2 90.91% 0
Royals United - Легион 2023 12 сентября 2025 21 2 90.48% 0
Легион 2023 - Royals United 15 сентября 2025 24 3 87.5% 0
Предсезонный 2025, Группа B (6-й дивизион) Предсезонный 2025, Группа B (6-й дивизион) 1 29
ср.29
8
ср.8
72.41% 0
ср.0
Соперники Дата матча Б Ш % ШТ
Ржавый якорь - Легион 09 сентября 2025 29 8 72.41% 0
SELECT tournament.id , tournament.name , tournament.hash , game_result_composition.player_id , game_result_composition.team_id , COUNT(game.id) AS game_count , (SELECT COUNT(game_result_score.id) FROM game_result_score JOIN game ON game.id = game_result_score.game_id AND game.publish_results = 1 WHERE game_result_score.team_id = game_result_composition.team_id AND ((game_result_score.player_id = game_result_composition.player_id) OR (assistent1_id = game_result_composition.player_id) OR (assistent2_id = game_result_composition.player_id)) AND game.tournament_id = tournament.id ) AS player_point , (SELECT COUNT(game_result_score.id) FROM game_result_score JOIN game ON game.id = game_result_score.game_id AND game.publish_results = 1 WHERE game_result_score.team_id = game_result_composition.team_id AND game_result_score.player_id = game_result_composition.player_id AND game.tournament_id = tournament.id ) AS player_goal , (SELECT COUNT(game_result_score.id) FROM game_result_score JOIN game ON game.id = game_result_score.game_id AND game.publish_results = 1 WHERE game_result_score.team_id = game_result_composition.team_id AND ((assistent1_id = game_result_composition.player_id) OR (assistent2_id = game_result_composition.player_id)) AND game.tournament_id = tournament.id ) AS player_assistent , (SELECT SUM(minute) FROM game_result_penalty JOIN game ON game.id = game_result_penalty.game_id AND game.publish_results = 1 WHERE game_result_penalty.team_id = game_result_composition.team_id AND player_id = game_result_composition.player_id AND game.tournament_id = tournament.id ) AS player_penalty ,( SELECT SUM(game_result_plus_minus.point) FROM game_result_plus_minus JOIN game ON game.id = game_result_plus_minus.game_id AND game.publish_results = 1 WHERE team_id = game_result_composition.team_id AND player_id = game_result_composition.player_id AND game.tournament_id = tournament.id ) AS player_plus_minus , (SELECT SUM(shoot_1)+SUM(shoot_2)+SUM(shoot_3) FROM game_result_goalkeeper JOIN game ON game.id = game_result_goalkeeper.game_id AND game.publish_results = 1 WHERE team_id = game_result_composition.team_id AND game.tournament_id = tournament.id AND player_id = game_result_composition.player_id) AS goalkeeper_shoots , (SELECT SUM(goals_missed) FROM game_result_goalkeeper JOIN game ON game.id = game_result_goalkeeper.game_id AND game.publish_results = 1 WHERE team_id = game_result_composition.team_id AND game.tournament_id = tournament.id AND player_id = game_result_composition.player_id) AS goalkeeper_goals_missed , (SELECT SUM(reflected_shoots) FROM game_result_goalkeeper JOIN game ON game.id = game_result_goalkeeper.game_id AND game.publish_results = 1 WHERE team_id = game_result_composition.team_id AND game.tournament_id = tournament.id AND player_id = game_result_composition.player_id) AS goalkeeper_reflected_shoots , (SELECT SUM(reflected_shoots) / (SUM(shoot_1)+SUM(shoot_2)+SUM(shoot_3)) FROM game_result_goalkeeper JOIN game ON game.id = game_result_goalkeeper.game_id AND game.publish_results = 1 WHERE team_id = game_result_composition.team_id AND game.tournament_id = tournament.id AND player_id = game_result_composition.player_id) AS goalkeeper_percent , player_request.player_position_id , championship.name AS championship_name FROM game_result_composition JOIN game ON game.id = game_result_composition.game_id AND game.publish_results = 1 JOIN player_request ON player_request.id = game_result_composition.player_request_id JOIN tournament ON tournament.id = game.tournament_id JOIN championship ON championship.id = tournament.championship_id JOIN game_series ON game_series.id = game.game_series_id WHERE game_result_composition.player_id = '5634' AND tournament.season_id = '9' GROUP BY tournament.id ORDER BY tournament.id DESC
Сезон 2024-2025 М Б Ш % ШТ
7-й Дивизион 7-й Дивизион 24 389
ср.16.2
61
ср.2.5
84.32% 0
ср.0
Соперники Дата матча Б Ш % ШТ
Max Pro Start - Легион 2023 06 ноября 2024 14 3 78.57% 0
Бунтари - Легион 2023 14 ноября 2024 26 3 88.46% 0
GT - Легион 2023 26 ноября 2024 4 1 75% 0
Легион 2023 - Рать 1703 18 ноября 2024 12 4 66.67% 0
Рать 1703 - Легион 2023 08 декабря 2024 18 2 88.89% 0
Легион 2023 - Vikings 09 декабря 2024 17 3 82.35% 0
Легион 2023 - GT 18 декабря 2024 10 0 100% 0
Легион 2023 - Max Pro Start 23 декабря 2024 17 2 88.24% 0
Легион 2023 - Бунтари 15 января 2025 24 8 66.67% 0
Vikings - Легион 2023 22 января 2025 9 5 44.44% 0
Рать 1703 - Легион 2023 26 января 2025 10 2 80% 0
Легион 2023 - GT 03 февраля 2025 9 0 100% 0
Max Pro Start - Легион 2023 12 февраля 2025 16 7 56.25% 0
Бунтари - Легион 2023 20 февраля 2025 8 1 87.5% 0
Легион 2023 - Vikings 24 февраля 2025 24 2 91.67% 0
Легион 2023 - Vikings 24 марта 2025 19 1 94.74% 0
Vikings - Легион 2023 31 марта 2025 15 1 93.33% 0
Легион 2023 - Vikings 02 апреля 2025 15 1 93.33% 0
Vikings - Легион 2023 07 апреля 2025 20 8 60% 0
Легион 2023 - Vikings 11 апреля 2025 26 0 100% 0
Бунтари - Легион 2023 14 апреля 2025 23 1 95.65% 0
Легион 2023 - Бунтари 18 апреля 2025 17 5 70.59% 0
Бунтари - Легион 2023 21 апреля 2025 20 0 100% 0
Легион 2023 - Бунтари 23 апреля 2025 16 1 93.75% 0
5-й дивизион 5-й дивизион 7 148
ср.21.1
18
ср.2.6
87.84% 0
ср.0
Соперники Дата матча Б Ш % ШТ
Остров - Легион 20 ноября 2024 19 2 89.47% 0
Легион - Ржавый якорь 25 ноября 2024 18 0 100% 0
Ржавый якорь - Легион 17 декабря 2024 12 3 75% 0
Легион - Ржавый якорь 05 февраля 2025 22 3 86.36% 0
Отрадное - Легион 27 февраля 2025 32 4 87.5% 0
Ржавый якорь - Легион 11 марта 2025 30 4 86.67% 0
Легион - Остров 03 марта 2025 15 2 86.67% 0
И - матчи, Б - броски в створ ворот, Ш - шайбы, % - процент отраженных бросков

Три звезды

Сезон 2025-2026 И
7-й дивизион 7-й дивизион 0 0 0 0
Летний кубок 2025. 7-й дивизион. Плей-офф Летний кубок 2025. 7-й дивизион. Плей-офф 0 0 0 0
Предсезонный 2025, Группа B (6-й дивизион) Предсезонный 2025, Группа B (6-й дивизион) 0 0 0 0
Сезон 2024-2025 И
7-й Дивизион 7-й Дивизион 0 0 0 0
5-й дивизион 5-й дивизион 0 0 0 0
И - матчи, - первая звезда матча, - вторая звезда матча, - третья звезда матча
в