M&T Bank Corp (MTB-PK) Short-Term Debt issuances (2009 - 2026)
M&T Bank's (MTB-PK) quarterly Short-Term Debt issuances came in at -$3.2 billion in Q2 2026, down 750.0% year-over-year from $498.0 million in Q2 2025, and down 156.77% quarter-over-quarter from $5.7 billion in Q1 2026.
M&T Bank Corp (MTB-PK) Short-Term Debt issuances (2009 - 2026) Analysis & Trends
M&T Bank has disclosed Short-Term Debt issuances across 16 years of filings, most recently posting -$3.2 billion for Q2 2026.
- In Q2 2026, Short-Term Debt issuances fell 750.0% year-over-year to -$3.2 billion; the TTM figure through Jun 2026 stood at $2.5 billion (up 194.43% YoY), while the FY2025 annual figure was $1.1 billion, up 125.59% from the prior year.
- Short-Term Debt issuances came in at -$3.2 billion for Q2 2026 at M&T Bank, down from $5.7 billion in the prior quarter.
- In the past five years, Short-Term Debt issuances ranged from a high of $5.7 billion in Q1 2026 to a low of -$3.2 billion in Q2 2026.
- Average Short-Term Debt issuances over 5 years is $204.0 million, with a median of -$4.4 million recorded in 2022.
- The largest YoY upside for Short-Term Debt issuances was 105389.11% in 2023 against a maximum downside of 2527.6% in 2023.
- Over 5 years, Short-Term Debt issuances stood at $2.6 billion in 2022, then plunged by 153.66% to -$1.4 billion in 2023, then dropped by 9.19% to -$1.5 billion in 2024, then surged by 105.83% to $90.0 million in 2025, then sank by 3696.67% to -$3.2 billion in 2026.
- Per Business Quant data, the three most recent Short-Term Debt issuances figures were -$3.2 billion in Q2 2026, $5.7 billion in Q1 2026, and $90.0 million in Q4 2025.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -3.24 Bn |
| Mar 31, 2026 | 5.70 Bn |
| Dec 31, 2025 | 90.00 Mn |
| Sep 30, 2025 | -12.00 Mn |
| Jun 30, 2025 | 498.00 Mn |
| Mar 31, 2025 | 513.00 Mn |
| Dec 31, 2024 | -1.55 Bn |
| Sep 30, 2024 | -2.16 Bn |
| Jun 30, 2024 | -31.00 Mn |
| Mar 31, 2024 | -521.00 Mn |
| Dec 31, 2023 | -1.42 Bn |
| Sep 30, 2023 | -1.18 Bn |
| Jun 30, 2023 | 913.00 Mn |
| Mar 31, 2023 | 3.44 Bn |
| Dec 31, 2022 | 2.64 Bn |
| Sep 30, 2022 | 48.48 Mn |
| Jun 30, 2022 | -75.86 Mn |
| Mar 31, 2022 | 3.26 Mn |
| Dec 31, 2021 | -57.07 Mn |
| Sep 30, 2021 | 12.31 Mn |
M&T Bank Corp Short-Term Debt issuances 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=short-term-debt-issuances&ticker=MTB-PK&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "short-term-debt-issuances", "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=short-term-debt-issuances&ticker=MTB-PK&period=max&api_key=YOUR_API_KEY");
const data = await res.json();