Credit Suisse Ag (SLVO) Long-Term Deferred Tax (2010 - 2023)
Credit Suisse Ag's (SLVO) quarterly Long-Term Deferred Tax came in at $80.0 million in Q4 2023, down 70.23% year-over-year from $268.8 million in Q4 2022, and down 13.29% quarter-over-quarter from $92.3 million in Q2 2023.
Credit Suisse Ag (SLVO) Long-Term Deferred Tax (2010 - 2023) Analysis & Trends
Credit Suisse Ag has disclosed Long-Term Deferred Tax across 14 years of filings, most recently posting $80.0 million for Q4 2023.
- In Q4 2023, Long-Term Deferred Tax fell 70.23% year-over-year to $80.0 million; the TTM figure through Dec 2023 stood at $80.0 million (down 70.23% YoY), while the FY2023 annual figure was $79.1 million, down 70.88% from the prior year.
- Long-Term Deferred Tax came in at $80.0 million for Q4 2023 at Credit Suisse Ag, down from $92.3 million in the prior quarter.
- In the past five years, Long-Term Deferred Tax ranged from a high of $4.9 billion in Q1 2019 to a low of $80.0 million in Q4 2023.
- Average Long-Term Deferred Tax over 5 years is $3.5 billion, with a median of $4.2 billion recorded in 2020.
- Year-over-year, Long-Term Deferred Tax increased 10.43% in 2021 and sank 97.7% in 2023.
- Over 5 years, Long-Term Deferred Tax stood at $4.4 billion in 2019, then slipped by 8.74% to $4.1 billion in 2020, then decreased by 0.89% to $4.0 billion in 2021, then tumbled by 93.31% to $268.8 million in 2022, then tumbled by 70.23% to $80.0 million in 2023.
- Per Business Quant data, the three most recent Long-Term Deferred Tax figures were $80.0 million in Q4 2023, $92.3 million in Q2 2023, and $268.8 million in Q4 2022.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2023 | 80.04 Mn |
| Jun 30, 2023 | 92.31 Mn |
| Dec 31, 2022 | 268.85 Mn |
| Jun 30, 2022 | 4.02 Bn |
| Mar 31, 2022 | 4.39 Bn |
| Dec 31, 2021 | 4.02 Bn |
| Jun 30, 2021 | 4.61 Bn |
| Mar 31, 2021 | 4.38 Bn |
| Dec 31, 2020 | 4.06 Bn |
| Jun 30, 2020 | 4.17 Bn |
| Mar 31, 2020 | 4.30 Bn |
| Dec 31, 2019 | 4.44 Bn |
| Jun 30, 2019 | 4.77 Bn |
| Mar 31, 2019 | 4.94 Bn |
| Dec 31, 2018 | 4.91 Bn |
| Jun 30, 2018 | 5.27 Bn |
| Mar 31, 2018 | 5.51 Bn |
| Dec 31, 2017 | 5.60 Bn |
| Jun 30, 2017 | 7.66 Bn |
| Mar 31, 2017 | 7.79 Bn |
Credit Suisse Ag Long-Term Deferred Tax 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-deferred-tax&ticker=SLVO&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "long-term-deferred-tax", "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-deferred-tax&ticker=SLVO&period=max&api_key=YOUR_API_KEY");
const data = await res.json();