Credit Suisse Ag (SLVO) Minority Interest (2009 - 2023)
Credit Suisse Ag's (SLVO) quarterly Minority Interest came in at $519.7 million in Q4 2023, down 17.24% year-over-year from $628.0 million in Q4 2022, and down 14.26% quarter-over-quarter from $606.1 million in Q2 2023.
Credit Suisse Ag (SLVO) Minority Interest (2009 - 2023) Analysis & Trends
Credit Suisse Ag has disclosed Minority Interest across 15 years of filings, most recently posting $519.7 million for Q4 2023.
- In Q4 2023, Minority Interest fell 17.24% year-over-year to $519.7 million; the TTM figure through Dec 2023 stood at $519.7 million (down 17.24% YoY), while the FY2023 annual figure was $513.3 million, down 19.07% from the prior year.
- Minority Interest came in at $519.7 million for Q4 2023 at Credit Suisse Ag, down from $606.1 million in the prior quarter.
- In the past five years, Minority Interest ranged from a high of $628.0 million in Q4 2022 to a low of $70.7 million in Q4 2019.
- Average Minority Interest over 5 years is $310.0 million, with a median of $295.7 million recorded in 2020.
- Year-over-year, Minority Interest slumped 89.92% in 2019 and soared 312.89% in 2020.
- Over 5 years, Minority Interest stood at $70.7 million in 2019, then soared by 312.89% to $292.0 million in 2020, then climbed by 2.5% to $299.3 million in 2021, then jumped by 109.81% to $628.0 million in 2022, then slipped by 17.24% to $519.7 million in 2023.
- Per Business Quant data, the three most recent Minority Interest figures were $519.7 million in Q4 2023, $606.1 million in Q2 2023, and $628.0 million in Q4 2022.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2023 | 519.71 Mn |
| Jun 30, 2023 | 606.14 Mn |
| Dec 31, 2022 | 628.00 Mn |
| Jun 30, 2022 | 232.58 Mn |
| Mar 31, 2022 | 253.38 Mn |
| Dec 31, 2021 | 299.32 Mn |
| Jun 30, 2021 | 323.51 Mn |
| Mar 31, 2021 | 325.18 Mn |
| Dec 31, 2020 | 292.03 Mn |
| Jun 30, 2020 | 327.95 Mn |
| Mar 31, 2020 | 101.32 Mn |
| Dec 31, 2019 | 70.73 Mn |
| Jun 30, 2019 | 254.31 Mn |
| Mar 31, 2019 | 106.43 Mn |
| Dec 31, 2018 | 701.37 Mn |
| Jun 30, 2018 | 141.22 Mn |
| Mar 31, 2018 | 165.54 Mn |
| Dec 31, 2017 | 290.90 Mn |
| Jun 30, 2017 | 348.14 Mn |
| Mar 31, 2017 | 375.48 Mn |
Credit Suisse Ag Minority Interest 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=minority-interest&ticker=SLVO&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "minority-interest", "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=minority-interest&ticker=SLVO&period=max&api_key=YOUR_API_KEY");
const data = await res.json();