Credit Suisse Ag (USOI) Retained Earnings (2009 - 2023)
Credit Suisse Ag's (USOI) quarterly Retained Earnings came in at -$22.6 billion in Q4 2023, down 44.45% year-over-year from -$40.7 billion in Q4 2022, and down 2.07% quarter-over-quarter from -$22.1 billion in Q2 2023.
Credit Suisse Ag (USOI) Retained Earnings (2009 - 2023) Analysis & Trends
Credit Suisse Ag has disclosed Retained Earnings across 15 years of filings, most recently posting -$22.6 billion for Q4 2023.
- In Q4 2023, Retained Earnings fell 44.45% year-over-year to -$22.6 billion; the TTM figure through Dec 2023 stood at -$22.6 billion (down 44.45% YoY), while the FY2023 annual figure was -$22.3 billion, down 41.27% from the prior year.
- Retained Earnings came in at -$22.6 billion for Q4 2023 at Credit Suisse Ag, down from -$22.1 billion in the prior quarter.
- In the past five years, Retained Earnings ranged from a high of $36.3 billion in Q4 2020 to a low of -$22.6 billion in Q4 2023.
- Average Retained Earnings over 5 years is $21.4 billion, with a median of $31.9 billion recorded in 2020.
- Year-over-year, Retained Earnings jumped 307.57% in 2019 and plunged 173.35% in 2023.
- Over 5 years, Retained Earnings stood at $31.0 billion in 2019, then rose by 17.34% to $36.3 billion in 2020, then decreased by 7.24% to $33.7 billion in 2021, then sank by 146.42% to -$15.6 billion in 2022, then slumped by 44.45% to -$22.6 billion in 2023.
- Per Business Quant data, the three most recent Retained Earnings figures were -$22.6 billion in Q4 2023, -$22.1 billion in Q2 2023, and -$15.6 billion in Q4 2022.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2023 | -22.59 Bn |
| Jun 30, 2023 | -22.13 Bn |
| Dec 31, 2022 | -15.64 Bn |
| Jun 30, 2022 | 30.17 Bn |
| Mar 31, 2022 | 33.34 Bn |
| Dec 31, 2021 | 33.69 Bn |
| Jun 30, 2021 | 35.88 Bn |
| Mar 31, 2021 | 36.04 Bn |
| Dec 31, 2020 | 36.32 Bn |
| Jun 30, 2020 | 34.05 Bn |
| Mar 31, 2020 | 32.89 Bn |
| Dec 31, 2019 | 30.95 Bn |
| Jun 30, 2019 | 28.82 Bn |
| Mar 31, 2019 | 28.08 Bn |
| Dec 31, 2018 | -14.91 Bn |
| Jun 30, 2018 | 26.71 Bn |
| Mar 31, 2018 | 27.04 Bn |
| Dec 31, 2017 | 25.31 Bn |
| Jun 30, 2017 | 27.26 Bn |
| Mar 31, 2017 | 26.44 Bn |
Credit Suisse Ag Retained Earnings 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=retained-earnings&ticker=USOI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "retained-earnings", "ticker": "USOI", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=retained-earnings&ticker=USOI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();