M&T Bank Corp (MTB-PK) EBITDA Margin (QoQ) (2009 - 2026)
Analysis
M&T Bank Corp (MTB-PK) EBITDA Margin (QoQ) (2009 - 2026) Analysis & Trends
Peer Set
Peer Comparison
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 721.00 |
| Mar 31, 2026 | -643.00 |
| Dec 31, 2025 | -346.00 |
| Sep 30, 2025 | 94.00 |
| Jun 30, 2025 | 591.00 |
| Mar 31, 2025 | -752.00 |
| Dec 31, 2024 | -636.00 |
| Sep 30, 2024 | 72.00 |
| Jun 30, 2024 | -99,696.00 |
| Mar 31, 2024 | 106,260.00 |
| Dec 31, 2023 | -112,517.00 |
| Sep 30, 2023 | 5,542.00 |
| Jun 30, 2023 | 34,808.00 |
| Mar 31, 2023 | 66,118.00 |
| Dec 31, 2022 | -43,084.00 |
| Sep 30, 2022 | 33,518.00 |
| Jun 30, 2022 | -12,095.00 |
| Mar 31, 2022 | 28,381.00 |
| Dec 31, 2021 | -41,540.00 |
| Sep 30, 2021 | 3,796.00 |
API Access
M&T Bank Corp EBITDA 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=ebitda-margin-qoq&ticker=MTB-PK&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "ebitda-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=ebitda-margin-qoq&ticker=MTB-PK&period=max&api_key=YOUR_API_KEY");
const data = await res.json();