Credit Suisse Ag (GLDI) Amortization - Intangibles (2016 - 2022)
Credit Suisse Ag's (GLDI) quarterly Amortization - Intangibles came in at $1.0 million in Q2 2022, down 52.66% year-over-year from $2.2 million in Q2 2021, and down 4.11% quarter-over-quarter from $1.1 million in Q1 2022.
Credit Suisse Ag (GLDI) Amortization - Intangibles (2016 - 2022) Analysis & Trends
Credit Suisse Ag has disclosed Amortization - Intangibles across 7 years of filings, most recently posting $1.0 million for Q2 2022.
- In Q2 2022, Amortization - Intangibles fell 52.66% year-over-year to $1.0 million; the TTM figure through Jun 2022 stood at $6.5 million (down 13.11% YoY), while the FY2023 annual figure was $34.5 million, up 723.17% from the prior year.
- Amortization - Intangibles came in at $1.0 million for Q2 2022 at Credit Suisse Ag, down from $1.1 million in the prior quarter.
- In the past five years, Amortization - Intangibles ranged from a high of $3.2 million in Q1 2018 to a low of $997307.9 in Q2 2019.
- Average Amortization - Intangibles over 5 years is $1.8 million, with a median of $2.0 million recorded in 2019.
- Year-over-year, Amortization - Intangibles soared 111.34% in 2021 and slumped 52.66% in 2022.
- Over 5 years, Amortization - Intangibles stood at $2.0 million in 2018, then slumped by 50.92% to $997307.9 in 2019, then climbed by 4.06% to $1.0 million in 2020, then soared by 111.34% to $2.2 million in 2021, then plunged by 52.66% to $1.0 million in 2022.
- Per Business Quant data, the three most recent Amortization - Intangibles figures were $1.0 million in Q2 2022, $1.1 million in Q1 2022, and $2.2 million in Q2 2021.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2022 | 1.04 Mn |
| Mar 31, 2022 | 1.08 Mn |
| Jun 30, 2021 | 2.19 Mn |
| Mar 31, 2021 | 2.21 Mn |
| Jun 30, 2020 | 1.04 Mn |
| Mar 31, 2020 | 2.07 Mn |
| Jun 30, 2019 | 997,307.89 |
| Mar 31, 2019 | 2.01 Mn |
| Jun 30, 2018 | 2.03 Mn |
| Mar 31, 2018 | 3.16 Mn |
| Jun 30, 2017 | 2.03 Mn |
| Mar 31, 2017 | 2.99 Mn |
| Jun 30, 2016 | 2.06 Mn |
Credit Suisse Ag Amortization - 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=amortization-intangibles&ticker=GLDI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "amortization-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=amortization-intangibles&ticker=GLDI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();