Credit Suisse Ag (GLDI) Equity Income (2016 - 2022)
Credit Suisse Ag's (GLDI) quarterly Equity Income came in at $55.0 million in Q2 2022, down 8.76% year-over-year from $60.3 million in Q2 2021, and up 18.19% quarter-over-quarter from $46.6 million in Q1 2022.
Credit Suisse Ag (GLDI) Equity Income (2016 - 2022) Analysis & Trends
Credit Suisse Ag has disclosed Equity Income across 7 years of filings, most recently posting $55.0 million for Q2 2022.
- In Q2 2022, Equity Income fell 8.76% year-over-year to $55.0 million; the TTM figure through Jun 2022 stood at $194.0 million (up 26.39% YoY), while the FY2023 annual figure was -$153.7 million, down 187.77% from the prior year.
- Equity Income came in at $55.0 million for Q2 2022 at Credit Suisse Ag, up from $46.6 million in the prior quarter.
- In the past five years, Equity Income ranged from a high of $72.8 million in Q1 2018 to a low of $23.9 million in Q2 2020.
- Average Equity Income over 5 years is $49.1 million, with a median of $53.3 million recorded in 2018.
- Year-over-year, Equity Income plunged 55.68% in 2020 and surged 152.69% in 2021.
- Over 5 years, Equity Income stood at $52.8 million in 2018, then advanced by 1.94% to $53.9 million in 2019, then slumped by 55.68% to $23.9 million in 2020, then surged by 152.69% to $60.3 million in 2021, then declined by 8.76% to $55.0 million in 2022.
- Per Business Quant data, the three most recent Equity Income figures were $55.0 million in Q2 2022, $46.6 million in Q1 2022, and $60.3 million in Q2 2021.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2022 | 55.03 Mn |
| Mar 31, 2022 | 46.56 Mn |
| Jun 30, 2021 | 60.32 Mn |
| Mar 31, 2021 | 32.08 Mn |
| Jun 30, 2020 | 23.87 Mn |
| Mar 31, 2020 | 37.22 Mn |
| Jun 30, 2019 | 53.85 Mn |
| Mar 31, 2019 | 56.23 Mn |
| Jun 30, 2018 | 52.83 Mn |
| Mar 31, 2018 | 72.75 Mn |
| Jun 30, 2017 | 65.97 Mn |
| Mar 31, 2017 | 40.83 Mn |
| Jun 30, 2016 | 50.50 Mn |
Credit Suisse Ag Equity 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=equity-income&ticker=GLDI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "equity-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=equity-income&ticker=GLDI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();