M&T Bank Corp (MTB-PK) Acquisitions (2009 - 2022)
M&T Bank's (MTB-PK) quarterly Acquisitions came in at -$787.9 million in Q4 2022, down 1235.82% quarter-over-quarter from -$59.0 million in Q3 2009.
M&T Bank Corp (MTB-PK) Acquisitions (2009 - 2022) Analysis & Trends
M&T Bank has disclosed Acquisitions across 2 years of filings, most recently posting -$787.9 million for Q4 2022.
- In Q4 2022, Acquisitions changed N/A year-over-year to -$787.9 million; the TTM figure through Dec 2022 stood at -$787.9 million (changed N/A YoY), while the FY2022 annual figure was -$394.0 million, changed N/A from the prior year.
- Acquisitions came in at -$787.9 million for Q4 2022 at M&T Bank, down from -$59.0 million in the prior quarter.
- In the past five years, Acquisitions ranged from a high of -$787.9 million in Q4 2022 to a low of -$787.9 million in Q4 2022.
Peer Comparison
M&T Bank Corp Acquisitions 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=acquisitions&ticker=MTB-PK&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "acquisitions", "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=acquisitions&ticker=MTB-PK&period=max&api_key=YOUR_API_KEY");
const data = await res.json();