Credit Suisse Ag (SLVO) Invested Capital (2009 - 2023)
Credit Suisse Ag's (SLVO) quarterly Invested Capital came in at $295.2 billion in Q4 2023, up 24.68% year-over-year from $236.8 billion in Q4 2022, and down 20.26% quarter-over-quarter from $370.2 billion in Q2 2023.
Credit Suisse Ag (SLVO) Invested Capital (2009 - 2023) Analysis & Trends
Credit Suisse Ag has disclosed Invested Capital across 15 years of filings, most recently posting $295.2 billion for Q4 2023.
- In Q4 2023, Invested Capital rose 24.68% year-over-year to $295.2 billion; the TTM figure through Dec 2023 stood at $295.2 billion (up 24.68% YoY), while the FY2023 annual figure was $291.6 billion, up 21.93% from the prior year.
- Invested Capital came in at $295.2 billion for Q4 2023 at Credit Suisse Ag, down from $370.2 billion in the prior quarter.
- In the past five years, Invested Capital ranged from a high of $370.2 billion in Q2 2023 to a low of $236.8 billion in Q4 2022.
- Average Invested Capital over 5 years is $286.4 billion, with a median of $278.3 billion recorded in 2019.
- Year-over-year, Invested Capital retreated 20.88% in 2022 and jumped 44.12% in 2023.
- Over 5 years, Invested Capital stood at $267.1 billion in 2019, then climbed by 15.89% to $309.5 billion in 2020, then dropped by 11.08% to $275.2 billion in 2021, then dropped by 13.96% to $236.8 billion in 2022, then rose by 24.68% to $295.2 billion in 2023.
- Per Business Quant data, the three most recent Invested Capital figures were $295.2 billion in Q4 2023, $370.2 billion in Q2 2023, and $236.8 billion in Q4 2022.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2023 | 295.22 Bn |
| Jun 30, 2023 | 370.22 Bn |
| Dec 31, 2022 | 236.79 Bn |
| Jun 30, 2022 | 256.88 Bn |
| Mar 31, 2022 | 259.65 Bn |
| Dec 31, 2021 | 275.21 Bn |
| Jun 30, 2021 | 301.76 Bn |
| Mar 31, 2021 | 328.19 Bn |
| Dec 31, 2020 | 309.52 Bn |
| Jun 30, 2020 | 296.98 Bn |
| Mar 31, 2020 | 258.75 Bn |
| Dec 31, 2019 | 267.07 Bn |
| Jun 30, 2019 | 272.69 Bn |
| Mar 31, 2019 | 281.36 Bn |
| Dec 31, 2018 | 262.84 Bn |
| Jun 30, 2018 | 290.22 Bn |
| Mar 31, 2018 | 297.30 Bn |
| Dec 31, 2017 | 282.98 Bn |
| Jun 30, 2017 | 275.23 Bn |
| Mar 31, 2017 | 279.67 Bn |
Credit Suisse Ag Invested Capital 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=invested-capital&ticker=SLVO&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "invested-capital", "ticker": "SLVO", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=invested-capital&ticker=SLVO&period=max&api_key=YOUR_API_KEY");
const data = await res.json();