M&T Bank Corp (MTB-PK) EPS (Diluted) (2009 - 2026)
Analysis
M&T Bank Corp (MTB-PK) EPS (Diluted) (2009 - 2026) Analysis & Trends
Peer Set
Peer Comparison
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 5.32 |
| Mar 31, 2026 | 4.13 |
| Dec 31, 2025 | 4.52 |
| Sep 30, 2025 | 4.82 |
| Jun 30, 2025 | 4.24 |
| Mar 31, 2025 | 3.31 |
| Dec 31, 2024 | 3.85 |
| Sep 30, 2024 | 4.02 |
| Jun 30, 2024 | 3.73 |
| Mar 31, 2024 | 3.02 |
| Dec 31, 2023 | 2.73 |
| Sep 30, 2023 | 3.99 |
| Jun 30, 2023 | 5.06 |
| Mar 31, 2023 | 4.17 |
| Dec 31, 2022 | 4.67 |
| Sep 30, 2022 | 3.68 |
| Jun 30, 2022 | 1.22 |
| Mar 31, 2022 | 2.80 |
| Dec 31, 2021 | 3.56 |
| Sep 30, 2021 | 3.85 |
API Access
M&T Bank Corp EPS (Diluted) 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=eps-diluted&ticker=MTB-PK&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "eps-diluted", "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=eps-diluted&ticker=MTB-PK&period=max&api_key=YOUR_API_KEY");
const data = await res.json();