Credit Suisse Ag (GLDI) Profit After Tax (2016 - 2022)
Credit Suisse Ag's (GLDI) quarterly Profit After Tax came in at -$1.7 billion in Q2 2022, down 696.14% year-over-year from $277.5 million in Q2 2021, and down 451.45% quarter-over-quarter from -$299.9 million in Q1 2022.
Credit Suisse Ag (GLDI) Profit After Tax (2016 - 2022) Analysis & Trends
Credit Suisse Ag has disclosed Profit After Tax across 7 years of filings, most recently posting -$1.7 billion for Q2 2022.
- In Q2 2022, Profit After Tax fell 696.14% year-over-year to -$1.7 billion; the TTM figure through Jun 2022 stood at -$3.9 billion (down 251.77% YoY), while the FY2023 annual figure was -$4.6 billion, up 40.17% from the prior year.
- Profit After Tax came in at -$1.7 billion for Q2 2022 at Credit Suisse Ag, down from -$299.9 million in the prior quarter.
- In the past five years, Profit After Tax ranged from a high of $1.4 billion in Q1 2020 to a low of -$2.2 billion in Q4 2021.
- Average Profit After Tax over 5 years is $134.4 million, with a median of $664.4 million recorded in 2018.
- Year-over-year, Profit After Tax soared 113.93% in 2018 and plunged 696.14% in 2022.
- Over 5 years, Profit After Tax stood at $664.4 million in 2018, then jumped by 40.64% to $934.5 million in 2019, then climbed by 29.05% to $1.2 billion in 2020, then plunged by 283.55% to -$2.2 billion in 2021, then grew by 25.28% to -$1.7 billion in 2022.
- Per Business Quant data, the three most recent Profit After Tax figures were -$1.7 billion in Q2 2022, -$299.9 million in Q1 2022, and -$2.2 billion in Q4 2021.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2022 | -1.65 Bn |
| Mar 31, 2022 | -299.94 Mn |
| Dec 31, 2021 | -2.21 Bn |
| Jun 30, 2021 | 277.45 Mn |
| Mar 31, 2021 | -278.73 Mn |
| Jun 30, 2020 | 1.21 Bn |
| Mar 31, 2020 | 1.36 Bn |
| Jun 30, 2019 | 934.48 Mn |
| Mar 31, 2019 | 752.04 Mn |
| Jun 30, 2018 | 664.43 Mn |
| Mar 31, 2018 | 731.76 Mn |
| Jun 30, 2017 | 310.59 Mn |
| Mar 31, 2017 | 593.59 Mn |
| Jun 30, 2016 | -319.50 Mn |
Credit Suisse Ag Profit After Tax 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=profit-after-tax&ticker=GLDI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "profit-after-tax", "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=profit-after-tax&ticker=GLDI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();