Credit Suisse Ag (SLVO) Shares Outstanding (2009 - 2023)
Credit Suisse Ag's (SLVO) quarterly Shares Outstanding (Entity) came in at $128.5 million in Q4 2021, up 6.8% year-over-year from $120.3 million in Q4 2020, and up 6.8% quarter-over-quarter from $120.3 million in Q4 2020.
Credit Suisse Ag (SLVO) Shares Outstanding (2009 - 2023) Analysis & Trends
Credit Suisse Ag has disclosed Shares Outstanding (Entity) across 13 years of filings, most recently posting $128.5 million for Q4 2021.
- In Q4 2021, Shares Outstanding (Entity) rose 6.8% year-over-year to $128.5 million; the TTM figure through Dec 2021 stood at $128.5 million (up 6.8% YoY), while the FY2021 annual figure was $128.5 million, up 6.8% from the prior year.
- Shares Outstanding (Entity) came in at $128.5 million for Q4 2021 at Credit Suisse Ag, up from $120.3 million in the prior quarter.
- In the past five years, Shares Outstanding (Entity) ranged from a high of $128.5 million in Q4 2021 to a low of $120.3 million in Q4 2020.
- Average Shares Outstanding (Entity) over 5 years is $126.0 million, with a median of $127.5 million recorded in 2017.
- Year-over-year, Shares Outstanding (Entity) advanced 22.03% in 2017 and fell 4.68% in 2020.
- Over 5 years, Shares Outstanding (Entity) stood at $127.5 million in 2017, then gained by 0.01% to $127.5 million in 2018, then fell by 1.03% to $126.2 million in 2019, then decreased by 4.68% to $120.3 million in 2020, then advanced by 6.8% to $128.5 million in 2021.
- Per Business Quant data, the three most recent Shares Outstanding (Entity) figures were $128.5 million in Q4 2021, $120.3 million in Q4 2020, and $126.2 million in Q4 2019.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2023 | 123.03 Mn |
| Jun 30, 2023 | 123.03 Mn |
| Dec 31, 2022 | 123.03 Mn |
| Jun 30, 2022 | 123.03 Mn |
| Mar 31, 2022 | 123.03 Mn |
| Dec 31, 2021 | 123.03 Mn |
| Jun 30, 2021 | 122.85 Mn |
| Mar 31, 2021 | 122.85 Mn |
| Dec 31, 2020 | 122.85 Mn |
| Jun 30, 2020 | 126.21 Mn |
| Mar 31, 2020 | 126.21 Mn |
| Dec 31, 2019 | 126.21 Mn |
| Jun 30, 2019 | 128.71 Mn |
| Mar 31, 2019 | 128.71 Mn |
| Dec 31, 2018 | 128.71 Mn |
| Jun 30, 2018 | 120.69 Mn |
| Mar 31, 2018 | 120.69 Mn |
| Dec 31, 2017 | 120.69 Mn |
| Jun 30, 2017 | 102.42 Mn |
| Mar 31, 2017 | 102.42 Mn |
Credit Suisse Ag Shares Outstanding 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=shares-outstanding&ticker=SLVO&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "shares-outstanding", "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=shares-outstanding&ticker=SLVO&period=max&api_key=YOUR_API_KEY");
const data = await res.json();