Credit Suisse Ag (USOI) Operating Leases (2019 - 2023)
Credit Suisse Ag's (USOI) quarterly Operating Leases came in at $1.6 billion in Q4 2023, down 11.82% year-over-year from $1.8 billion in Q4 2022, and down 10.21% quarter-over-quarter from $1.8 billion in Q2 2023.
Credit Suisse Ag (USOI) Operating Leases (2019 - 2023) Analysis & Trends
Credit Suisse Ag has disclosed Operating Leases across 5 years of filings, most recently posting $1.6 billion for Q4 2023.
- In Q4 2023, Operating Leases fell 11.82% year-over-year to $1.6 billion; the TTM figure through Dec 2023 stood at $1.6 billion (down 11.82% YoY), while the FY2023 annual figure was $1.6 billion, down 13.76% from the prior year.
- Operating Leases came in at $1.6 billion for Q4 2023 at Credit Suisse Ag, down from $1.8 billion in the prior quarter.
- In the past five years, Operating Leases ranged from a high of $3.5 billion in Q1 2019 to a low of $1.6 billion in Q4 2023.
- Average Operating Leases over 5 years is $2.7 billion, with a median of $3.0 billion recorded in 2020.
- Year-over-year, Operating Leases dropped 3.03% in 2021 and slumped 35.39% in 2022.
- Over 5 years, Operating Leases stood at $3.2 billion in 2019, then retreated by 5.99% to $3.1 billion in 2020, then declined by 7.93% to $2.8 billion in 2021, then plunged by 35.39% to $1.8 billion in 2022, then fell by 11.82% to $1.6 billion in 2023.
- Per Business Quant data, the three most recent Operating Leases figures were $1.6 billion in Q4 2023, $1.8 billion in Q2 2023, and $1.8 billion in Q4 2022.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2023 | 1.60 Bn |
| Jun 30, 2023 | 1.78 Bn |
| Dec 31, 2022 | 1.82 Bn |
| Jun 30, 2022 | 2.63 Bn |
| Mar 31, 2022 | 2.83 Bn |
| Dec 31, 2021 | 2.81 Bn |
| Jun 30, 2021 | 2.91 Bn |
| Mar 31, 2021 | 3.03 Bn |
| Dec 31, 2020 | 3.05 Bn |
| Jun 30, 2020 | 3.02 Bn |
| Mar 31, 2020 | 3.13 Bn |
| Dec 31, 2019 | 3.25 Bn |
| Jun 30, 2019 | 3.13 Bn |
| Mar 31, 2019 | 3.48 Bn |
Credit Suisse Ag Operating Leases 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=operating-leases&ticker=USOI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "operating-leases", "ticker": "USOI", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=operating-leases&ticker=USOI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();