M&T Bank Corp (MTB-PK) Net Margin (QoQ) (2009 - 2026)
Analysis
M&T Bank Corp (MTB-PK) Net Margin (QoQ) (2009 - 2026) Analysis & Trends
Peer Set
Peer Comparison
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 545.00 |
| Mar 31, 2026 | -361.00 |
| Dec 31, 2025 | -99.00 |
| Sep 30, 2025 | 167.00 |
| Jun 30, 2025 | 462.00 |
| Mar 31, 2025 | -328.00 |
| Dec 31, 2024 | -190.00 |
| Sep 30, 2024 | 171.00 |
| Jun 30, 2024 | -28,843.00 |
| Mar 31, 2024 | 31,063.00 |
| Dec 31, 2023 | -42,313.00 |
| Sep 30, 2023 | -5,951.00 |
| Jun 30, 2023 | 12,579.00 |
| Mar 31, 2023 | 31,400.00 |
| Dec 31, 2022 | -29,870.00 |
| Sep 30, 2022 | 23,212.00 |
| Jun 30, 2022 | -9,960.00 |
| Mar 31, 2022 | 20,573.00 |
| Dec 31, 2021 | -30,137.00 |
| Sep 30, 2021 | 2,863.00 |
API Access
M&T Bank Corp Net Margin (QoQ) 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=net-margin-qoq&ticker=MTB-PK&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "net-margin-qoq", "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=net-margin-qoq&ticker=MTB-PK&period=max&api_key=YOUR_API_KEY");
const data = await res.json();