Credit Suisse Ag (GLDI) Share-based Compensation (2021 - 2023)
Credit Suisse Ag's (GLDI) quarterly Share-based Compensation came in at $577.2 million in Q4 2023, down 62.76% year-over-year from $1.5 billion in Q4 2022, and down 62.76% quarter-over-quarter from $1.5 billion in Q4 2022.
Credit Suisse Ag (GLDI) Share-based Compensation (2021 - 2023) Analysis & Trends
Credit Suisse Ag has disclosed Share-based Compensation across 3 years of filings, most recently posting $577.2 million for Q4 2023.
- In Q4 2023, Share-based Compensation fell 62.76% year-over-year to $577.2 million; the TTM figure through Dec 2023 stood at $577.2 million (down 62.76% YoY), while the FY2023 annual figure was -$21.0 billion, down 1042.03% from the prior year.
- Share-based Compensation came in at $577.2 million for Q4 2023 at Credit Suisse Ag, down from $1.5 billion in the prior quarter.
- In the past five years, Share-based Compensation ranged from a high of $2.4 billion in Q2 2022 to a low of $268.5 million in Q1 2022.
- Average Share-based Compensation over 3 years is $1.1 billion, with a median of $1.0 billion recorded in 2021.
- Year-over-year, Share-based Compensation soared 195.92% in 2022 and plunged 62.76% in 2023.
- Over 3 years, Share-based Compensation stood at $1.2 billion in 2021, then gained by 25.79% to $1.5 billion in 2022, then tumbled by 62.76% to $577.2 million in 2023.
- Per Business Quant data, the three most recent Share-based Compensation figures were $577.2 million in Q4 2023, $1.5 billion in Q4 2022, and $2.4 billion in Q2 2022.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2023 | 577.21 Mn |
| Dec 31, 2022 | 1.55 Bn |
| Jun 30, 2022 | 2.40 Bn |
| Mar 31, 2022 | 268.54 Mn |
| Dec 31, 2021 | 1.23 Bn |
| Jun 30, 2021 | 812.62 Mn |
Credit Suisse Ag Share-based Compensation API
Pull this series into your own models, spreadsheets and apps with the Business Quant
Historical Metrics API. The request below matches the chart above — change the
frequency, period or values and it follows. Swap YOUR_API_KEY for your own key.
https://data.businessquant.com/historic?slug=share-based-compensation&ticker=GLDI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "share-based-compensation", "ticker": "GLDI", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=share-based-compensation&ticker=GLDI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();