M&T Bank Corp (MTB-PK) FCF Margin (QoQ) (2009 - 2026)
Analysis
M&T Bank Corp (MTB-PK) FCF Margin (QoQ) (2009 - 2026) Analysis & Trends
Peer Set
Peer Comparison
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 1,172.00 |
| Mar 31, 2026 | 1,866.00 |
| Dec 31, 2025 | -1,953.00 |
| Sep 30, 2025 | 426.00 |
| Jun 30, 2025 | 769.00 |
| Mar 31, 2025 | -4,026.00 |
| Dec 31, 2024 | 6,920.00 |
| Sep 30, 2024 | -5,844.00 |
| Jun 30, 2024 | -30,217.00 |
| Mar 31, 2024 | 35,032.00 |
| Dec 31, 2023 | -86,458.00 |
| Sep 30, 2023 | 17,021.00 |
| Jun 30, 2023 | 50,991.00 |
| Mar 31, 2023 | 13,810.00 |
| Dec 31, 2022 | -53,428.00 |
| Sep 30, 2022 | -473.00 |
| Jun 30, 2022 | -15,609.00 |
| Mar 31, 2022 | 73,775.00 |
| Dec 31, 2021 | -26,575.00 |
| Sep 30, 2021 | -4,393.00 |
API Access
M&T Bank Corp FCF 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=fcf-margin-qoq&ticker=MTB-PK&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "fcf-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=fcf-margin-qoq&ticker=MTB-PK&period=max&api_key=YOUR_API_KEY");
const data = await res.json();