Credit Suisse Ag (GLDI) Net Income (2014 - 2022)
Credit Suisse Ag's (GLDI) quarterly Net Income came in at -$1.7 billion in Q2 2022, down 710.24% year-over-year from $270.9 million in Q2 2021, and down 451.1% quarter-over-quarter from -$299.9 million in Q1 2022.
Credit Suisse Ag (GLDI) Net Income (2014 - 2022) Analysis & Trends
Credit Suisse Ag has disclosed Net Income across 8 years of filings, most recently posting -$1.7 billion for Q2 2022.
- In Q2 2022, Net Income fell 710.24% year-over-year to -$1.7 billion; the TTM figure through Jun 2022 stood at -$3.9 billion (down 251.3% YoY), while the FY2023 annual figure was -$12.3 billion, down 49.68% from the prior year.
- Net Income 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, Net Income ranged from a high of $1.4 billion in Q1 2020 to a low of -$2.2 billion in Q4 2021.
- Average Net Income over 5 years is $135.3 million, with a median of $664.4 million recorded in 2018.
- Year-over-year, Net Income surged 113.93% in 2018 and sank 710.24% in 2022.
- Over 5 years, Net Income stood at $664.4 million in 2018, then surged by 40.64% to $934.5 million in 2019, then advanced by 28.83% to $1.2 billion in 2020, then slumped by 283.86% to -$2.2 billion in 2021, then gained by 25.32% to -$1.7 billion in 2022.
- Per Business Quant data, the three most recent Net Income 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 | 270.87 Mn |
| Mar 31, 2021 | -255.50 Mn |
| Jun 30, 2020 | 1.20 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 | 729.65 Mn |
| Jun 30, 2017 | 310.59 Mn |
| Mar 31, 2017 | 589.61 Mn |
| Jun 30, 2016 | -314.34 Mn |
| Jun 30, 2014 | -94.51 Mn |
Credit Suisse Ag Net Income 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=net-income&ticker=GLDI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "net-income", "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=net-income&ticker=GLDI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();