Credit Suisse Ag (GLDI) Selling, General & Administrative (2016 - 2022)
Analysis
Credit Suisse Ag (GLDI) Selling, General & Administrative (2016 - 2022) Analysis & Trends
Peer Set
Peer Comparison
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2022 | 2.45 Bn |
| Mar 31, 2022 | 2.70 Bn |
| Jun 30, 2021 | 2.15 Bn |
| Mar 31, 2021 | 1.91 Bn |
| Jun 30, 2020 | 1.82 Bn |
| Mar 31, 2020 | 1.75 Bn |
| Jun 30, 2019 | 1.70 Bn |
| Mar 31, 2019 | 1.42 Bn |
| Jun 30, 2018 | 1.44 Bn |
| Mar 31, 2018 | 1.59 Bn |
| Jun 30, 2017 | 1.55 Bn |
| Mar 31, 2017 | 1.64 Bn |
| Jun 30, 2016 | 1.90 Bn |
API Access
Credit Suisse Ag Selling, General & Administrative 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=selling-general-and-administrative&ticker=GLDI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "selling-general-and-administrative", "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=selling-general-and-administrative&ticker=GLDI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();