M&T Bank Corp (MTB-PK) Change in Inventory (2009 - 2010)
M&T Bank's (MTB-PK) quarterly Change in Inventory came in at $8.8 million in Q2 2010, down 80.39% year-over-year from $44.6 million in Q2 2009, and up 428.64% quarter-over-quarter from -$2.7 million in Q1 2010.
M&T Bank Corp (MTB-PK) Change in Inventory (2009 - 2010) Analysis & Trends
M&T Bank has disclosed Change in Inventory across 2 years of filings, most recently posting $8.8 million for Q2 2010.
- In Q2 2010, Change in Inventory fell 80.39% year-over-year to $8.8 million; the TTM figure through Jun 2010 stood at -$26.9 million (down 161.55% YoY), while the FY2009 annual figure was $12.0 million, changed N/A from the prior year.
- Change in Inventory came in at $8.8 million for Q2 2010 at M&T Bank, up from -$2.7 million in the prior quarter.
- In the past five years, Change in Inventory ranged from a high of $44.6 million in Q2 2009 to a low of -$60.8 million in Q3 2009.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2010 | 8.76 Mn |
| Mar 31, 2010 | -2.66 Mn |
| Dec 31, 2009 | 27.75 Mn |
| Sep 30, 2009 | -60.75 Mn |
| Jun 30, 2009 | 44.64 Mn |
| Mar 31, 2009 | 311,000.00 |
M&T Bank Corp Change in Inventory 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=change-in-inventory&ticker=MTB-PK&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-inventory", "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=change-in-inventory&ticker=MTB-PK&period=max&api_key=YOUR_API_KEY");
const data = await res.json();