Credit Suisse Ag (GLDI) EBT (2016 - 2022)
Credit Suisse Ag's (GLDI) quarterly EBT came in at -$1.2 billion in Q2 2022, down 236.6% year-over-year from $891.6 million in Q2 2021, and down 162.8% quarter-over-quarter from -$463.4 million in Q1 2022.
Credit Suisse Ag (GLDI) EBT (2016 - 2022) Analysis & Trends
Credit Suisse Ag has disclosed EBT across 7 years of filings, most recently posting -$1.2 billion for Q2 2022.
- In Q2 2022, EBT fell 236.6% year-over-year to -$1.2 billion; the TTM figure through Jun 2022 stood at -$3.0 billion (down 203.36% YoY), while the FY2023 annual figure was -$11.1 billion, down 172.78% from the prior year.
- EBT came in at -$1.2 billion for Q2 2022 at Credit Suisse Ag, down from -$463.4 million in the prior quarter.
- In the past five years, EBT ranged from a high of $1.6 billion in Q2 2020 to a low of -$2.2 billion in Q4 2021.
- Average EBT over 5 years is $323.2 million, with a median of $1.1 billion recorded in 2019.
- Year-over-year, EBT jumped 80.93% in 2018 and slumped 236.6% in 2022.
- Over 5 years, EBT stood at $1.1 billion in 2018, then rose by 21.49% to $1.3 billion in 2019, then gained by 23.96% to $1.6 billion in 2020, then slumped by 237.51% to -$2.2 billion in 2021, then surged by 44.98% to -$1.2 billion in 2022.
- Per Business Quant data, the three most recent EBT figures were -$1.2 billion in Q2 2022, -$463.4 million in Q1 2022, and -$2.2 billion in Q4 2021.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2022 | -1.22 Bn |
| Mar 31, 2022 | -463.44 Mn |
| Dec 31, 2021 | -2.21 Bn |
| Jun 30, 2021 | 891.57 Mn |
| Mar 31, 2021 | -837.29 Mn |
| Jun 30, 2020 | 1.61 Bn |
| Mar 31, 2020 | 1.24 Bn |
| Jun 30, 2019 | 1.30 Bn |
| Mar 31, 2019 | 1.07 Bn |
| Jun 30, 2018 | 1.07 Bn |
| Mar 31, 2018 | 1.11 Bn |
| Jun 30, 2017 | 590.73 Mn |
| Mar 31, 2017 | 667.30 Mn |
| Jun 30, 2016 | -498.83 Mn |
Credit Suisse Ag EBT 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=ebt&ticker=GLDI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "ebt", "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=ebt&ticker=GLDI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();