Credit Suisse Ag (GLDI) Income towards Parent Company (2014 - 2022)
Credit Suisse Ag's (GLDI) quarterly Income towards Parent Company 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) Income towards Parent Company (2014 - 2022) Analysis & Trends
Credit Suisse Ag has disclosed Income towards Parent Company across 8 years of filings, most recently posting -$1.7 billion for Q2 2022.
- In Q2 2022, Income towards Parent Company 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.
- Income towards Parent Company 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, Income towards Parent Company ranged from a high of $1.4 billion in Q1 2020 to a low of -$2.2 billion in Q4 2021.
- Average Income towards Parent Company over 5 years is $135.3 million, with a median of $664.4 million recorded in 2018.
- Year-over-year, Income towards Parent Company surged 113.93% in 2018 and sank 710.24% in 2022.
- Over 5 years, Income towards Parent Company 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 Income towards Parent Company 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 Income towards Parent Company 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=income-towards-parent-company&ticker=GLDI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "income-towards-parent-company", "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=income-towards-parent-company&ticker=GLDI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();