1St Source (SRCE) Income - Trust (2010 - 2018)
1St Source's (SRCE) quarterly Income - Trust came in at $5.2 million in Q1 2018, up 3.74% year-over-year from $5.0 million in Q1 2017, and down 2.39% quarter-over-quarter from $5.3 million in Q4 2017.
1St Source (SRCE) Income - Trust (2010 - 2018) Analysis & Trends
1St Source has disclosed Income - Trust across 9 years of filings, most recently posting $5.2 million for Q1 2018.
- In Q1 2018, Income - Trust rose 3.74% year-over-year to $5.2 million; the TTM figure through Mar 2018 stood at $5.2 million (down 72.9% YoY), while the FY2017 annual figure was $21.0 million, up 8.95% from the prior year.
- Income - Trust came in at $5.2 million for Q1 2018 at 1St Source, down from $5.3 million in the prior quarter.
- In the past five years, Income - Trust ranged from a high of $15.7 million in Q3 2017 to a low of $4.5 million in Q1 2014.
- Average Income - Trust over 5 years is $8.3 million, with a median of $5.3 million recorded in 2017.
- Year-over-year, Income - Trust grew 27.85% in 2014 and slipped 0.74% in 2016.
- Over 5 years, Income - Trust stood at $4.6 million in 2014, then increased by 2.34% to $4.7 million in 2015, then gained by 3.11% to $4.8 million in 2016, then gained by 9.95% to $5.3 million in 2017, then declined by 2.39% to $5.2 million in 2018.
- Per Business Quant data, the three most recent Income - Trust figures were $5.2 million in Q1 2018, $5.3 million in Q4 2017, and $15.7 million in Q3 2017.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Banco Santander Chile | 424.88 Bn | 544.83 Bn | - |
| 2 | Truist Financial | 59.29 Bn | 59.29 Bn | - |
| 3 | Fifth Third Bancorp | 47.98 Bn | 24.26 Bn | - |
| 4 | M&T Bank | 32.82 Bn | 32.82 Bn | - |
| 5 | Huntington Bancshares | 32.08 Bn | 27.60 Bn | - |
| 6 | Citizens Financial | 28.34 Bn | 28.34 Bn | - |
| 7 | Regions Financial | 24.27 Bn | 24.34 Bn | - |
| 8 | Keycorp | 22.19 Bn | -25.51 Bn | - |
| 9 | First Citizens Bancshares | 21.93 Bn | 21.41 Bn | 29.00 Mn |
| 10 | 1St Source | 2.07 Bn | 2.11 Bn | - |
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2018 | 5.19 Mn |
| Dec 31, 2017 | 5.32 Mn |
| Sep 30, 2017 | 15.67 Mn |
| Jun 30, 2017 | 10.63 Mn |
| Mar 31, 2017 | 5.00 Mn |
| Dec 31, 2016 | 4.83 Mn |
| Sep 30, 2016 | 14.42 Mn |
| Jun 30, 2016 | 9.73 Mn |
| Mar 31, 2016 | 4.62 Mn |
| Dec 31, 2015 | 4.69 Mn |
| Sep 30, 2015 | 14.44 Mn |
| Jun 30, 2015 | 9.80 Mn |
| Mar 31, 2015 | 4.56 Mn |
| Dec 31, 2014 | 4.58 Mn |
| Sep 30, 2014 | 13.93 Mn |
| Jun 30, 2014 | 9.43 Mn |
| Mar 31, 2014 | 4.48 Mn |
| Dec 31, 2013 | 3.58 Mn |
| Sep 30, 2013 | 13.80 Mn |
| Jun 30, 2013 | 8.54 Mn |
1St Source 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=SRCE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "income-trust", "ticker": "SRCE", "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=SRCE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();