M&T Bank Corp (MTB-PK) Securities (2009 - 2015)
M&T Bank's (MTB-PK) quarterly Securities came in at $14.8 billion in Q2 2015, up 2.21% quarter-over-quarter from $14.4 billion in Q1 2015.
M&T Bank Corp (MTB-PK) Securities (2009 - 2015) Analysis & Trends
M&T Bank has disclosed Securities across 7 years of filings, most recently posting $14.8 billion for Q2 2015.
- In Q2 2015, Securities changed N/A year-over-year to $14.8 billion; the TTM figure through Jun 2015 stood at $14.8 billion (changed N/A YoY), while the FY2014 annual figure was $13.0 billion, up 47.71% from the prior year.
- Securities came in at $14.8 billion for Q2 2015 at M&T Bank, up from $14.4 billion in the prior quarter.
- In the past five years, Securities ranged from a high of $14.8 billion in Q2 2015 to a low of $6.1 billion in Q4 2012.
- Average Securities over 5 years is $9.1 billion, with a median of $7.7 billion recorded in 2011.
- Year-over-year, Securities retreated 20.84% in 2012 and jumped 47.71% in 2014.
- Over 5 years, Securities stood at $7.7 billion in 2011, then retreated by 20.84% to $6.1 billion in 2012, then surged by 44.81% to $8.8 billion in 2013, then jumped by 47.71% to $13.0 billion in 2014, then increased by 13.62% to $14.8 billion in 2015.
- Per Business Quant data, the three most recent Securities figures were $14.8 billion in Q2 2015, $14.4 billion in Q1 2015, and $13.0 billion in Q4 2014.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2015 | 14.76 Bn |
| Mar 31, 2015 | 14.44 Bn |
| Dec 31, 2014 | 12.99 Bn |
| Mar 31, 2014 | 10.36 Bn |
| Dec 31, 2013 | 8.80 Bn |
| Sep 30, 2013 | 8.31 Bn |
| Dec 31, 2012 | 6.07 Bn |
| Jun 30, 2012 | 7.06 Bn |
| Mar 31, 2012 | 7.20 Bn |
| Dec 31, 2011 | 7.67 Bn |
| Sep 30, 2011 | 7.17 Bn |
| Jun 30, 2011 | 6.49 Bn |
| Mar 31, 2011 | 6.51 Bn |
| Dec 31, 2010 | 7.15 Bn |
| Sep 30, 2010 | 7.66 Bn |
| Jun 30, 2010 | 8.10 Bn |
| Mar 31, 2010 | 8.10 Bn |
| Dec 31, 2009 | 7.78 Bn |
| Sep 30, 2009 | 7.63 Bn |
| Jun 30, 2009 | 8.16 Bn |
M&T Bank Corp Securities 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=securities&ticker=MTB-PK&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "securities", "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=securities&ticker=MTB-PK&period=max&api_key=YOUR_API_KEY");
const data = await res.json();