Michel Aebischer

Michel Aebischer (born 6 January 1997) is a Swiss footballer who currently plays as a midfielder for BSC Young Boys in the Swiss Super League.[1]

Michel Aebischer
Personal information
Full name Michel Aebischer
Date of birth (1997-01-06) 6 January 1997
Place of birth Fribourg, Switzerland
Height 1.83 m (6 ft 0 in)
Playing position(s) Midfielder
Club information
Current team
Young Boys
Number 20
Youth career
–2016 Young Boys
Senior career*
Years Team Apps (Gls)
2016– Young Boys 72 (7)
National team
2012 Switzerland U16 1 (0)
2017–2018 Switzerland U20 8 (0)
2018 Switzerland U21 6 (0)
2019– Switzerland 1 (0)
* Senior club appearances and goals counted for the domestic league only and correct as of 11 November 2019
‡ National team caps and goals correct as of 18 November 2019

Club career

Aebischer is a youth exponent from BSC Young Boys. He made his Swiss Super League debut on 10 September 2016 against FC Luzern.[2]

He was part of the Young Boys squad that won the 2017–18 Swiss Super League, their first league title for 32 years.[3]

International career

He made his debut for Switzerland national football team on 18 November 2019 in a Euro 2020 qualifier against Gibraltar. He substituted Ruben Vargas in the 85th minute.[4]

Career statistics

Club

As of 3 November 2019
Club Season League Cup Continental Other Total
DivisionAppsGoalsAppsGoalsAppsGoalsAppsGoalsAppsGoals
Young Boys 2016–17 Swiss Super League 1411020171
2017–18 1904060290
2018–19 2643060354
2019–20 1323150213
Total 7271111901028
Career total 727111190001028

Honours

Young Boys

gollark: Oh, that's declaring the existent of the variable `stmt`.
gollark: Which `let`?
gollark: This lets me do this```javascriptconst getPage = name => SQL`SELECT * FROM pages WHERE name = ${name} ORDER BY updated DESC LIMIT 1`.get() || null```*without* the glaring SQL injection vulnerabilities!
gollark: ```javascriptexport const SQL = (strings, ...params) => { const sql = strings.join("?") let stmt const cachedValue = preparedStatements.get(sql) if (!cachedValue) { stmt = DB.prepare(sql) preparedStatements.set(sql, stmt) } else { stmt = cachedValue } return { get: () => stmt.get.apply(stmt, params), run: () => stmt.run.apply(stmt, params), all: () => stmt.all.apply(stmt, params), statement: stmt }}```observe some stuff from my code.
gollark: I've never written that.

References


This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.