Credit Suisse Ag (GLDI) Receivables (2018 - 2023)
Credit Suisse Ag's (GLDI) quarterly Receivables came in at $3.8 billion in Q4 2023, down 22.27% year-over-year from $4.9 billion in Q4 2022, and up 495.78% quarter-over-quarter from $645.1 million in Q2 2023.
Credit Suisse Ag (GLDI) Receivables (2018 - 2023) Analysis & Trends
Credit Suisse Ag has disclosed Receivables across 6 years of filings, most recently posting $3.8 billion for Q4 2023.
- In Q4 2023, Receivables fell 22.27% year-over-year to $3.8 billion; the TTM figure through Dec 2023 stood at $3.8 billion (down 22.27% YoY), while the FY2023 annual figure was $3.8 billion, down 23.98% from the prior year.
- Receivables came in at $3.8 billion for Q4 2023 at Credit Suisse Ag, up from $645.1 million in the prior quarter.
- In the past five years, Receivables ranged from a high of $440.3 billion in Q2 2019 to a low of $645.1 million in Q2 2023.
- Average Receivables over 5 years is $142.3 billion, with a median of $7.7 billion recorded in 2021.
- Year-over-year, Receivables surged 6198.14% in 2019 and tumbled 99.75% in 2023.
- Over 5 years, Receivables stood at $417.9 billion in 2019, then sank by 97.45% to $10.7 billion in 2020, then retreated by 1.95% to $10.5 billion in 2021, then slumped by 52.74% to $4.9 billion in 2022, then retreated by 22.27% to $3.8 billion in 2023.
- Per Business Quant data, the three most recent Receivables figures were $3.8 billion in Q4 2023, $645.1 million in Q2 2023, and $4.9 billion in Q4 2022.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2023 | 3.84 Bn |
| Jun 30, 2023 | 645.06 Mn |
| Dec 31, 2022 | 4.94 Bn |
| Jun 30, 2022 | 255.47 Bn |
| Mar 31, 2022 | 841.34 Mn |
| Dec 31, 2021 | 10.46 Bn |
| Jun 30, 2021 | 407.75 Bn |
| Mar 31, 2021 | 1.24 Bn |
| Dec 31, 2020 | 10.67 Bn |
| Jun 30, 2020 | 436.22 Bn |
| Mar 31, 2020 | 869.46 Mn |
| Dec 31, 2019 | 417.94 Bn |
| Jun 30, 2019 | 440.32 Bn |
| Mar 31, 2019 | 842.41 Mn |
| Dec 31, 2018 | 6.64 Bn |
| Jun 30, 2018 | 464.81 Bn |
| Mar 31, 2018 | 799.24 Mn |
Credit Suisse Ag Receivables 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=receivables&ticker=GLDI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "receivables", "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=receivables&ticker=GLDI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();