M&T Bank Corp (MTB-PK) EBT Margin (QoQ) (2009 - 2026)
Analysis
M&T Bank Corp (MTB-PK) EBT Margin (QoQ) (2009 - 2026) Analysis & Trends
Peer Set
Peer Comparison
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 663.00 |
| Mar 31, 2026 | -388.00 |
| Dec 31, 2025 | -156.00 |
| Sep 30, 2025 | 176.00 |
| Jun 30, 2025 | 602.00 |
| Mar 31, 2025 | -398.00 |
| Dec 31, 2024 | -200.00 |
| Sep 30, 2024 | 184.00 |
| Jun 30, 2024 | -37,786.00 |
| Mar 31, 2024 | 40,814.00 |
| Dec 31, 2023 | -57,795.00 |
| Sep 30, 2023 | -8,721.00 |
| Jun 30, 2023 | 19,471.00 |
| Mar 31, 2023 | 41,410.00 |
| Dec 31, 2022 | -39,103.00 |
| Sep 30, 2022 | 30,817.00 |
| Jun 30, 2022 | -13,483.00 |
| Mar 31, 2022 | 27,003.00 |
| Dec 31, 2021 | -39,979.00 |
| Sep 30, 2021 | 3,909.00 |
API Access
M&T Bank Corp EBT 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=ebt-margin-qoq&ticker=MTB-PK&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "ebt-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=ebt-margin-qoq&ticker=MTB-PK&period=max&api_key=YOUR_API_KEY");
const data = await res.json();