Credit Suisse Ag (SLVO) Mortgage Banking (2016 - 2018)
Credit Suisse Ag's (SLVO) quarterly Mortgage Banking came in at $537.4 million in Q2 2018, up 9.4% year-over-year from $491.3 million in Q2 2017, and up 8.45% quarter-over-quarter from $495.6 million in Q1 2018.
Credit Suisse Ag (SLVO) Mortgage Banking (2016 - 2018) Analysis & Trends
Credit Suisse Ag has disclosed Mortgage Banking across 3 years of filings, most recently posting $537.4 million for Q2 2018.
- In Q2 2018, Mortgage Banking rose 9.4% year-over-year to $537.4 million; the TTM figure through Jun 2018 stood at $2.0 billion (changed N/A YoY), while the FY2018 annual figure was $2.0 billion, up 5.7% from the prior year.
- Mortgage Banking came in at $537.4 million for Q2 2018 at Credit Suisse Ag, up from $495.6 million in the prior quarter.
- In the past five years, Mortgage Banking ranged from a high of $537.4 million in Q2 2018 to a low of $462.1 million in Q1 2017.
- Average Mortgage Banking over 3 years is $490.4 million, with a median of $491.3 million recorded in 2017.
- Year-over-year, Mortgage Banking climbed 5.45% in 2017 and advanced 9.4% in 2018.
- Over 3 years, Mortgage Banking stood at $465.8 million in 2016, then rose by 5.45% to $491.3 million in 2017, then gained by 9.4% to $537.4 million in 2018.
- Per Business Quant data, the three most recent Mortgage Banking figures were $537.4 million in Q2 2018, $495.6 million in Q1 2018, and $491.3 million in Q2 2017.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2018 | 537.44 Mn |
| Mar 31, 2018 | 495.57 Mn |
| Jun 30, 2017 | 491.26 Mn |
| Mar 31, 2017 | 462.13 Mn |
| Jun 30, 2016 | 465.85 Mn |
Credit Suisse Ag Mortgage Banking 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=mortgage-banking&ticker=SLVO&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "mortgage-banking", "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=mortgage-banking&ticker=SLVO&period=max&api_key=YOUR_API_KEY");
const data = await res.json();