1St Source (SRCE) Card Income (2011 - 2018)
1St Source's (SRCE) quarterly Card Income came in at $3.1 million in Q1 2018, up 12.84% year-over-year from $2.8 million in Q1 2017, and little changed quarter-over-quarter from $3.1 million in Q4 2017.
1St Source (SRCE) Card Income (2011 - 2018) Analysis & Trends
1St Source has disclosed Card Income across 8 years of filings, most recently posting $3.1 million for Q1 2018.
- In Q1 2018, Card Income rose 12.84% year-over-year to $3.1 million; the TTM figure through Mar 2018 stood at $3.1 million (up 12.84% YoY), while the FY2017 annual figure was $11.8 million, up 8.47% from the prior year.
- Card Income came in at $3.1 million for Q1 2018 at 1St Source, roughly flat from $3.1 million in the prior quarter.
- In the past five years, Card Income ranged from a high of $8.7 million in Q3 2017 to a low of $2.2 million in Q1 2014.
- Average Card Income over 5 years is $4.5 million, with a median of $3.1 million recorded in 2018.
- Year-over-year, Card Income gained 17.75% in 2014 and rose 3.95% in 2015.
- Over 5 years, Card Income stood at $2.5 million in 2014, then rose by 3.95% to $2.6 million in 2015, then rose by 4.6% to $2.7 million in 2016, then rose by 13.31% to $3.1 million in 2017, then gained by 0.42% to $3.1 million in 2018.
- Per Business Quant data, the three most recent Card Income figures were $3.1 million in Q1 2018, $3.1 million in Q4 2017, and $8.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 | 3.10 Mn |
| Dec 31, 2017 | 3.09 Mn |
| Sep 30, 2017 | 8.72 Mn |
| Jun 30, 2017 | 5.74 Mn |
| Mar 31, 2017 | 2.75 Mn |
| Dec 31, 2016 | 2.73 Mn |
| Sep 30, 2016 | 8.16 Mn |
| Jun 30, 2016 | 5.42 Mn |
| Mar 31, 2016 | 2.60 Mn |
| Dec 31, 2015 | 2.61 Mn |
| Sep 30, 2015 | 7.61 Mn |
| Jun 30, 2015 | 5.03 Mn |
| Mar 31, 2015 | 2.40 Mn |
| Dec 31, 2014 | 2.51 Mn |
| Sep 30, 2014 | 7.08 Mn |
| Jun 30, 2014 | 4.70 Mn |
| Mar 31, 2014 | 2.23 Mn |
| Dec 31, 2013 | 2.13 Mn |
| Sep 30, 2013 | 6.75 Mn |
| Jun 30, 2013 | 4.41 Mn |
1St Source Card Income 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=card-income&ticker=SRCE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "card-income", "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=card-income&ticker=SRCE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();