Credit Suisse Ag (SLVO) Long-Term Investments (2010 - 2023)
Credit Suisse Ag's (SLVO) quarterly Long-Term Investments came in at $4.5 billion in Q4 2023, down 20.14% year-over-year from $5.7 billion in Q4 2022, and down 12.75% quarter-over-quarter from $5.2 billion in Q2 2023.
Credit Suisse Ag (SLVO) Long-Term Investments (2010 - 2023) Analysis & Trends
Credit Suisse Ag has disclosed Long-Term Investments across 14 years of filings, most recently posting $4.5 billion for Q4 2023.
- In Q4 2023, Long-Term Investments fell 20.14% year-over-year to $4.5 billion; the TTM figure through Dec 2023 stood at $4.5 billion (down 20.14% YoY), while the FY2023 annual figure was $4.5 billion, down 21.9% from the prior year.
- Long-Term Investments came in at $4.5 billion for Q4 2023 at Credit Suisse Ag, down from $5.2 billion in the prior quarter.
- In the past five years, Long-Term Investments ranged from a high of $6.3 billion in Q4 2021 to a low of $4.5 billion in Q4 2023.
- Average Long-Term Investments over 5 years is $5.6 billion, with a median of $5.9 billion recorded in 2019.
- Year-over-year, Long-Term Investments climbed 24.65% in 2020 and fell 20.14% in 2023.
- Over 5 years, Long-Term Investments stood at $5.7 billion in 2019, then advanced by 4.57% to $6.0 billion in 2020, then climbed by 5.54% to $6.3 billion in 2021, then fell by 10.25% to $5.7 billion in 2022, then slipped by 20.14% to $4.5 billion in 2023.
- Per Business Quant data, the three most recent Long-Term Investments figures were $4.5 billion in Q4 2023, $5.2 billion in Q2 2023, and $5.7 billion in Q4 2022.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2023 | 4.53 Bn |
| Jun 30, 2023 | 5.19 Bn |
| Dec 31, 2022 | 5.67 Bn |
| Jun 30, 2022 | 6.00 Bn |
| Mar 31, 2022 | 6.27 Bn |
| Dec 31, 2021 | 6.32 Bn |
| Jun 30, 2021 | 5.02 Bn |
| Mar 31, 2021 | 6.24 Bn |
| Dec 31, 2020 | 5.99 Bn |
| Jun 30, 2020 | 6.07 Bn |
| Mar 31, 2020 | 6.06 Bn |
| Dec 31, 2019 | 5.72 Bn |
| Jun 30, 2019 | 4.97 Bn |
| Mar 31, 2019 | 4.86 Bn |
| Dec 31, 2018 | 4.85 Bn |
| Jun 30, 2018 | 5.72 Bn |
| Mar 31, 2018 | 5.79 Bn |
| Dec 31, 2017 | 6.04 Bn |
| Jun 30, 2017 | 6.73 Bn |
| Mar 31, 2017 | 6.97 Bn |
Credit Suisse Ag Long-Term Investments 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=long-term-investments&ticker=SLVO&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "long-term-investments", "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=long-term-investments&ticker=SLVO&period=max&api_key=YOUR_API_KEY");
const data = await res.json();