M&T Bank Corp (MTB-PK) Equity Income (2009 - 2015)
M&T Bank's (MTB-PK) quarterly Equity Income came in at -$3.2 million in Q4 2015, up 20.38% year-over-year from -$2.7 million in Q4 2014, and up 13.36% quarter-over-quarter from -$3.7 million in Q3 2015.
M&T Bank Corp (MTB-PK) Equity Income (2009 - 2015) Analysis & Trends
M&T Bank has disclosed Equity Income across 7 years of filings, most recently posting -$3.2 million for Q4 2015.
- In Q4 2015, Equity Income rose 20.38% year-over-year to -$3.2 million; the TTM figure through Dec 2015 stood at -$14.3 million (up 14.43% YoY), while the FY2015 annual figure was -$14.3 million, up 14.43% from the prior year.
- Equity Income came in at -$3.2 million for Q4 2015 at M&T Bank, up from -$3.7 million in the prior quarter.
- In the past five years, Equity Income ranged from a high of -$2.5 million in Q2 2013 to a low of -$6.9 million in Q3 2011.
- Average Equity Income over 5 years is -$4.6 million, with a median of -$4.3 million recorded in 2014.
- Year-over-year, Equity Income soared 63.03% in 2013 and plunged 65.31% in 2014.
- Over 5 years, Equity Income stood at -$5.4 million in 2011, then increased by 8.82% to -$4.9 million in 2012, then declined by 24.19% to -$6.1 million in 2013, then soared by 34.01% to -$4.0 million in 2014, then gained by 20.38% to -$3.2 million in 2015.
- Per Business Quant data, the three most recent Equity Income figures were -$3.2 million in Q4 2015, -$3.7 million in Q3 2015, and -$3.1 million in Q2 2015.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2015 | -3.22 Mn |
| Sep 30, 2015 | -3.72 Mn |
| Jun 30, 2015 | -3.13 Mn |
| Mar 31, 2015 | -4.19 Mn |
| Dec 31, 2014 | -4.05 Mn |
| Sep 30, 2014 | -4.11 Mn |
| Jun 30, 2014 | -4.06 Mn |
| Mar 31, 2014 | -4.45 Mn |
| Dec 31, 2013 | -6.14 Mn |
| Sep 30, 2013 | -3.88 Mn |
| Jun 30, 2013 | -2.45 Mn |
| Mar 31, 2013 | -3.66 Mn |
| Dec 31, 2012 | -4.94 Mn |
| Sep 30, 2012 | -5.18 Mn |
| Jun 30, 2012 | -6.64 Mn |
| Mar 31, 2012 | -4.75 Mn |
| Dec 31, 2011 | -5.42 Mn |
| Sep 30, 2011 | -6.91 Mn |
| Jun 30, 2011 | -5.22 Mn |
| Mar 31, 2011 | -6.68 Mn |
M&T Bank Corp Equity 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=equity-income&ticker=MTB-PK&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "equity-income", "ticker": "MTB-PK", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=equity-income&ticker=MTB-PK&period=max&api_key=YOUR_API_KEY");
const data = await res.json();