M&T Bank Corp (MTB-PK) Cash from Financing Activities (2009 - 2026)
M&T Bank's (MTB-PK) quarterly Cash from Financing Activities came in at $3.6 billion in Q2 2026, up 12928.57% year-over-year from N/an in Q2 2025, and up 309.43% quarter-over-quarter from $891.0 million in Q1 2026.
M&T Bank Corp (MTB-PK) Cash from Financing Activities (2009 - 2026) Analysis & Trends
M&T Bank has disclosed Cash from Financing Activities across 16 years of filings, most recently posting $3.6 billion for Q2 2026.
- In Q2 2026, Cash from Financing Activities rose 12928.57% year-over-year to $3.6 billion; the TTM figure through Jun 2026 stood at $4.6 billion (up 760.09% YoY), while the FY2025 annual figure was $1.8 billion, up 162.46% from the prior year.
- Cash from Financing Activities came in at $3.6 billion for Q2 2026 at M&T Bank, up from $891.0 million in the prior quarter.
- In the past five years, Cash from Financing Activities ranged from a high of $6.4 billion in Q1 2024 to a low of -$10.8 billion in Q2 2022.
- Average Cash from Financing Activities over 5 years is -$741.5 million, with a median of $649.5 million recorded in 2023.
- Year-over-year, Cash from Financing Activities tumbled 3101.7% in 2022 and jumped 12928.57% in 2026.
- Over 5 years, Cash from Financing Activities stood at $2.0 billion in 2022, then tumbled by 176.98% to -$1.5 billion in 2023, then tumbled by 181.13% to -$4.3 billion in 2024, then soared by 129.35% to $1.3 billion in 2025, then surged by 190.68% to $3.6 billion in 2026.
- Per Business Quant data, the three most recent Cash from Financing Activities figures were $3.6 billion in Q2 2026, $891.0 million in Q1 2026, and $1.3 billion in Q4 2025.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 3.65 Bn |
| Mar 31, 2026 | 891.00 Mn |
| Dec 31, 2025 | 1.26 Bn |
| Sep 30, 2025 | -1.18 Bn |
| Jun 30, 2025 | 28.00 Mn |
| Mar 31, 2025 | 1.70 Bn |
| Dec 31, 2024 | -4.28 Bn |
| Sep 30, 2024 | 1.85 Bn |
| Jun 30, 2024 | -6.90 Bn |
| Mar 31, 2024 | 6.44 Bn |
| Dec 31, 2023 | -1.52 Bn |
| Sep 30, 2023 | 408.00 Mn |
| Jun 30, 2023 | 3.68 Bn |
| Mar 31, 2023 | 1.62 Bn |
| Dec 31, 2022 | 1.98 Bn |
| Sep 30, 2022 | -6.79 Bn |
| Jun 30, 2022 | -10.75 Bn |
| Mar 31, 2022 | -5.42 Bn |
| Dec 31, 2021 | 2.61 Bn |
| Sep 30, 2021 | 778.73 Mn |
M&T Bank Corp Cash from Financing Activities 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=cash-from-financing-activities&ticker=MTB-PK&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-financing-activities", "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=cash-from-financing-activities&ticker=MTB-PK&period=max&api_key=YOUR_API_KEY");
const data = await res.json();