Credit Suisse Ag (GLDI) Income from Non-Controlling Interests (2016 - 2022)
Credit Suisse Ag's (GLDI) quarterly Income from Non-Controlling Interests came in at $17.7 million in Q2 2022, up 368.26% year-over-year from $3.8 million in Q2 2021, and up 507.53% quarter-over-quarter from -$4.3 million in Q1 2022.
Credit Suisse Ag (GLDI) Income from Non-Controlling Interests (2016 - 2022) Analysis & Trends
Credit Suisse Ag has disclosed Income from Non-Controlling Interests across 6 years of filings, most recently posting $17.7 million for Q2 2022.
- In Q2 2022, Income from Non-Controlling Interests rose 368.26% year-over-year to $17.7 million; the TTM figure through Jun 2022 stood at $30.0 million (up 161.26% YoY), while the FY2023 annual figure was $222.7 million, up 383.24% from the prior year.
- Income from Non-Controlling Interests came in at $17.7 million for Q2 2022 at Credit Suisse Ag, up from -$4.3 million in the prior quarter.
- In the past five years, Income from Non-Controlling Interests ranged from a high of $23.2 million in Q1 2021 to a low of -$6.6 million in Q2 2021.
- Average Income from Non-Controlling Interests over 4 years is $3.7 million, with a median of -$2.1 million recorded in 2018.
- The largest YoY upside for Income from Non-Controlling Interests was 848.89% in 2021 against a maximum downside of 217.01% in 2021.
- Over 4 years, Income from Non-Controlling Interests stood at $7.1 million in 2018, then plunged by 129.19% to -$2.1 million in 2020, then sank by 217.01% to -$6.6 million in 2021, then jumped by 368.26% to $17.7 million in 2022.
- Per Business Quant data, the three most recent Income from Non-Controlling Interests figures were $17.7 million in Q2 2022, -$4.3 million in Q1 2022, and -$6.6 million in Q2 2021.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2022 | 17.65 Mn |
| Mar 31, 2022 | -4.33 Mn |
| Jun 30, 2021 | -6.58 Mn |
| Mar 31, 2021 | 23.23 Mn |
| Jun 30, 2020 | -2.08 Mn |
| Mar 31, 2020 | -3.10 Mn |
| Jun 30, 2018 | 7.11 Mn |
| Mar 31, 2018 | -2.11 Mn |
| Jun 30, 2017 | 3.04 Mn |
| Mar 31, 2017 | -3.98 Mn |
| Jun 30, 2016 | 8.25 Mn |
Credit Suisse Ag Income from Non-Controlling Interests 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-from-non-controlling-interests&ticker=GLDI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "income-from-non-controlling-interests", "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-from-non-controlling-interests&ticker=GLDI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();