M&T Bank Corp (MTB-PK) Income from Non-Controlling Interests (2011 - 2015)
M&T Bank's (MTB-PK) quarterly Income from Non-Controlling Interests came in at $79.8 million in Q4 2015, up 20.59% year-over-year from $66.2 million in Q4 2014, and up 20.59% quarter-over-quarter from $66.2 million in Q4 2014.
M&T Bank Corp (MTB-PK) Income from Non-Controlling Interests (2011 - 2015) Analysis & Trends
M&T Bank has disclosed Income from Non-Controlling Interests across 5 years of filings, most recently posting $79.8 million for Q4 2015.
- In Q4 2015, Income from Non-Controlling Interests rose 20.59% year-over-year to $79.8 million; the TTM figure through Dec 2015 stood at $79.8 million (up 20.59% YoY), while the FY2015 annual figure was $79.8 million, up 20.59% from the prior year.
- Income from Non-Controlling Interests came in at $79.8 million for Q4 2015 at M&T Bank, up from $66.2 million in the prior quarter.
- In the past five years, Income from Non-Controlling Interests ranged from a high of $79.8 million in Q4 2015 to a low of $62.8 million in Q4 2011.
- Average Income from Non-Controlling Interests over 5 years is $67.6 million, with a median of $65.3 million recorded in 2013.
- Year-over-year, Income from Non-Controlling Interests gained 1.38% in 2014 and gained 20.59% in 2015.
- Over 5 years, Income from Non-Controlling Interests stood at $62.8 million in 2011, then climbed by 1.98% to $64.1 million in 2012, then increased by 1.83% to $65.3 million in 2013, then advanced by 1.38% to $66.2 million in 2014, then grew by 20.59% to $79.8 million in 2015.
- Per Business Quant data, the three most recent Income from Non-Controlling Interests figures were $79.8 million in Q4 2015, $66.2 million in Q4 2014, and $65.3 million in Q4 2013.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2015 | 79.78 Mn |
| Dec 31, 2014 | 66.16 Mn |
| Dec 31, 2013 | 65.26 Mn |
| Dec 31, 2012 | 64.09 Mn |
| Dec 31, 2011 | 62.84 Mn |
M&T Bank Corp Income from Non-Controlling Interests 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-from-non-controlling-interests&ticker=MTB-PK&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "income-from-non-controlling-interests", "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=income-from-non-controlling-interests&ticker=MTB-PK&period=max&api_key=YOUR_API_KEY");
const data = await res.json();