Credit Suisse Ag (USOI) Rent Expense (2016 - 2022)
Credit Suisse Ag's (USOI) quarterly Rent Expense came in at $256.5 million in Q2 2022, up 1.24% year-over-year from $253.3 million in Q2 2021, and little changed quarter-over-quarter from $256.6 million in Q1 2022.
Credit Suisse Ag (USOI) Rent Expense (2016 - 2022) Analysis & Trends
Credit Suisse Ag has disclosed Rent Expense across 7 years of filings, most recently posting $256.5 million for Q2 2022.
- In Q2 2022, Rent Expense rose 1.24% year-over-year to $256.5 million; the TTM figure through Jun 2022 stood at $1.1 billion (up 3.06% YoY), while the FY2023 annual figure was $1.6 billion, up 74.2% from the prior year.
- Rent Expense came in at $256.5 million for Q2 2022 at Credit Suisse Ag, roughly flat from $256.6 million in the prior quarter.
- In the past five years, Rent Expense ranged from a high of $290.9 million in Q1 2021 to a low of $235.7 million in Q1 2020.
- Average Rent Expense over 5 years is $257.3 million, with a median of $253.2 million recorded in 2018.
- Year-over-year, Rent Expense fell 16.75% in 2020 and increased 23.41% in 2021.
- Over 5 years, Rent Expense stood at $252.0 million in 2018, then dropped by 2.23% to $246.3 million in 2019, then fell by 0.15% to $246.0 million in 2020, then rose by 2.99% to $253.3 million in 2021, then increased by 1.24% to $256.5 million in 2022.
- Per Business Quant data, the three most recent Rent Expense figures were $256.5 million in Q2 2022, $256.6 million in Q1 2022, and $253.3 million in Q2 2021.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2022 | 256.46 Mn |
| Mar 31, 2022 | 256.63 Mn |
| Jun 30, 2021 | 253.33 Mn |
| Mar 31, 2021 | 290.89 Mn |
| Jun 30, 2020 | 245.96 Mn |
| Mar 31, 2020 | 235.72 Mn |
| Jun 30, 2019 | 246.34 Mn |
| Mar 31, 2019 | 283.15 Mn |
| Jun 30, 2018 | 251.96 Mn |
| Mar 31, 2018 | 253.06 Mn |
| Jun 30, 2017 | 249.69 Mn |
| Mar 31, 2017 | 242.02 Mn |
| Jun 30, 2016 | 255.60 Mn |
Credit Suisse Ag Rent Expense 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=rent-expense&ticker=USOI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "rent-expense", "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=rent-expense&ticker=USOI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();