Credit Suisse Ag (GLDI) Intangibles (2009 - 2023)
Credit Suisse Ag's (GLDI) quarterly Intangibles came in at $363.0 million in Q4 2023, down 22.63% year-over-year from $469.2 million in Q4 2022, and down 8.83% quarter-over-quarter from $398.2 million in Q2 2023.
Credit Suisse Ag (GLDI) Intangibles (2009 - 2023) Analysis & Trends
Credit Suisse Ag has disclosed Intangibles across 15 years of filings, most recently posting $363.0 million for Q4 2023.
- In Q4 2023, Intangibles fell 22.63% year-over-year to $363.0 million; the TTM figure through Dec 2023 stood at $363.0 million (down 22.63% YoY), while the FY2023 annual figure was $358.5 million, down 24.33% from the prior year.
- Intangibles came in at $363.0 million for Q4 2023 at Credit Suisse Ag, down from $398.2 million in the prior quarter.
- In the past five years, Intangibles ranged from a high of $469.2 million in Q4 2022 to a low of $215.4 million in Q2 2019.
- Average Intangibles over 5 years is $308.3 million, with a median of $291.2 million recorded in 2019.
- Year-over-year, Intangibles soared 56.75% in 2022 and retreated 22.63% in 2023.
- Over 5 years, Intangibles stood at $294.0 million in 2019, then slipped by 10.84% to $262.2 million in 2020, then climbed by 14.18% to $299.3 million in 2021, then surged by 56.75% to $469.2 million in 2022, then dropped by 22.63% to $363.0 million in 2023.
- Per Business Quant data, the three most recent Intangibles figures were $363.0 million in Q4 2023, $398.2 million in Q2 2023, and $469.2 million in Q4 2022.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2023 | 363.01 Mn |
| Jun 30, 2023 | 398.16 Mn |
| Dec 31, 2022 | 469.19 Mn |
| Jun 30, 2022 | 353.02 Mn |
| Mar 31, 2022 | 332.42 Mn |
| Dec 31, 2021 | 299.32 Mn |
| Jun 30, 2021 | 268.68 Mn |
| Mar 31, 2021 | 264.35 Mn |
| Dec 31, 2020 | 262.16 Mn |
| Jun 30, 2020 | 283.32 Mn |
| Mar 31, 2020 | 288.44 Mn |
| Dec 31, 2019 | 294.02 Mn |
| Jun 30, 2019 | 215.42 Mn |
| Mar 31, 2019 | 224.91 Mn |
| Dec 31, 2018 | 220.06 Mn |
| Jun 30, 2018 | 215.38 Mn |
| Mar 31, 2018 | 223.53 Mn |
| Dec 31, 2017 | 226.03 Mn |
| Jun 30, 2017 | 197.92 Mn |
| Mar 31, 2017 | 201.18 Mn |
Credit Suisse Ag Intangibles 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=intangibles&ticker=GLDI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "intangibles", "ticker": "GLDI", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=intangibles&ticker=GLDI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();