Credit Suisse Ag (SLVO) EPS (Basic) (2014 - 2022)
Credit Suisse Ag's (SLVO) quarterly EPS (Basic) came in at -$13.44 in Q2 2022, down 709.37% year-over-year from $2.2 in Q2 2021, and down 451.1% quarter-over-quarter from -$2.44 in Q1 2022.
Credit Suisse Ag (SLVO) EPS (Basic) (2014 - 2022) Analysis & Trends
Credit Suisse Ag has disclosed EPS (Basic) across 8 years of filings, most recently posting -$13.44 for Q2 2022.
- In Q2 2022, EPS (Basic) fell 709.37% year-over-year to -$13.44; the TTM figure through Jun 2022 stood at -$31.66 (down 251.09% YoY), while the FY2023 annual figure was -$100.08, down 49.68% from the prior year.
- EPS (Basic) came in at -$13.44 for Q2 2022 at Credit Suisse Ag, down from -$2.44 in the prior quarter.
- In the past five years, EPS (Basic) ranged from a high of $10.74 in Q1 2020 to a low of -$17.99 in Q4 2021.
- Average EPS (Basic) over 5 years is $1.02, with a median of $5.51 recorded in 2018.
- Year-over-year, EPS (Basic) surged 83.8% in 2020 and plunged 709.37% in 2022.
- Over 5 years, EPS (Basic) stood at $5.51 in 2018, then soared by 31.88% to $7.26 in 2019, then jumped by 31.38% to $9.54 in 2020, then sank by 288.62% to -$17.99 in 2021, then climbed by 25.32% to -$13.44 in 2022.
- Per Business Quant data, the three most recent EPS (Basic) figures were -$13.44 in Q2 2022, -$2.44 in Q1 2022, and -$17.99 in Q4 2021.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2022 | -13.44 |
| Mar 31, 2022 | -2.44 |
| Dec 31, 2021 | -17.99 |
| Jun 30, 2021 | 2.20 |
| Mar 31, 2021 | -2.08 |
| Jun 30, 2020 | 9.54 |
| Mar 31, 2020 | 10.74 |
| Jun 30, 2019 | 7.26 |
| Mar 31, 2019 | 5.84 |
| Jun 30, 2018 | 5.51 |
| Mar 31, 2018 | 6.05 |
| Jun 30, 2017 | 3.03 |
| Mar 31, 2017 | 5.76 |
| Jun 30, 2016 | -3.68 |
| Jun 30, 2014 | -1.23 |
Credit Suisse Ag EPS (Basic) 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=eps-basic&ticker=SLVO&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "eps-basic", "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=eps-basic&ticker=SLVO&period=max&api_key=YOUR_API_KEY");
const data = await res.json();