Credit Suisse Ag (SLVO) Income - Trust (2016 - 2018)
Credit Suisse Ag's (SLVO) quarterly Income - Trust came in at $11.2 million in Q2 2018, down 8.25% year-over-year from $12.2 million in Q2 2017, and down 11.68% quarter-over-quarter from $12.7 million in Q1 2018.
Credit Suisse Ag (SLVO) Income - Trust (2016 - 2018) Analysis & Trends
Credit Suisse Ag has disclosed Income - Trust across 3 years of filings, most recently posting $11.2 million for Q2 2018.
- In Q2 2018, Income - Trust fell 8.25% year-over-year to $11.2 million; the TTM figure through Jun 2018 stood at $46.0 million (changed N/A YoY), while the FY2018 annual figure was $49.1 million, up 5.04% from the prior year.
- Income - Trust came in at $11.2 million for Q2 2018 at Credit Suisse Ag, down from $12.7 million in the prior quarter.
- In the past five years, Income - Trust ranged from a high of $14.4 million in Q2 2016 to a low of $10.0 million in Q1 2017.
- Average Income - Trust over 3 years is $12.1 million, with a median of $12.2 million recorded in 2017.
- Year-over-year, Income - Trust retreated 15.59% in 2017 and increased 27.04% in 2018.
- Over 3 years, Income - Trust stood at $14.4 million in 2016, then fell by 15.59% to $12.2 million in 2017, then decreased by 8.25% to $11.2 million in 2018.
- Per Business Quant data, the three most recent Income - Trust figures were $11.2 million in Q2 2018, $12.7 million in Q1 2018, and $12.2 million in Q2 2017.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2018 | 11.18 Mn |
| Mar 31, 2018 | 12.65 Mn |
| Jun 30, 2017 | 12.18 Mn |
| Mar 31, 2017 | 9.96 Mn |
| Jun 30, 2016 | 14.43 Mn |
Credit Suisse Ag Income - Trust 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=income-trust&ticker=SLVO&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "income-trust", "ticker": "SLVO", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=income-trust&ticker=SLVO&period=max&api_key=YOUR_API_KEY");
const data = await res.json();