Minerals Technologies (MTX) Cash from Investing Activities (2009 - 2026)
Minerals Technologies' (MTX) quarterly Cash from Investing Activities came in at -$33.2 million in Q3 2026, up 7.52% year-over-year from -$30.9 million in Q3 2025, and down 12.93% quarter-over-quarter from -$29.4 million in Q2 2026.
Minerals Technologies (MTX) Cash from Investing Activities (2009 - 2026) Analysis & Trends
Minerals Technologies has disclosed Cash from Investing Activities across 18 years of filings, most recently posting -$33.2 million for Q3 2026.
- In Q3 2026, Cash from Investing Activities rose 7.52% year-over-year to -$33.2 million; the TTM figure through Jul 2026 stood at -$127.7 million (down 20.02% YoY), while the FY2025 annual figure was -$122.8 million, down 29.95% from the prior year.
- Cash from Investing Activities came in at -$33.2 million for Q3 2026 at Minerals Technologies, down from -$29.4 million in the prior quarter.
- In the past five years, Cash from Investing Activities ranged from a high of -$15.9 million in Q4 2023 to a low of -$40.0 million in Q3 2022.
- Average Cash from Investing Activities over 5 years is -$26.3 million, with a median of -$26.1 million recorded in 2022.
- The largest YoY upside for Cash from Investing Activities was 90.81% in 2022 against a maximum downside of 86.05% in 2022.
- Over 5 years, Cash from Investing Activities stood at -$25.7 million in 2022, then soared by 38.13% to -$15.9 million in 2023, then declined by 6.29% to -$16.9 million in 2024, then sank by 62.72% to -$27.5 million in 2025, then decreased by 20.73% to -$33.2 million in 2026.
- Per Business Quant data, the three most recent Cash from Investing Activities figures were -$33.2 million in Q3 2026, -$29.4 million in Q2 2026, and -$27.5 million in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Investing Activities (Qtr) |
|---|---|---|---|---|---|
| 1 | Materion | 5.24 Bn | 5.22 Bn | 104.34 Mn | -16.13 Mn |
| 2 | United States Lime & Minerals | 3.26 Bn | 2.85 Bn | 46.72 Mn | -17.87 Mn |
| 3 | Minerals Technologies | 2.08 Bn | 1.77 Bn | 133.80 Mn | -33.20 Mn |
| 4 | Atlas Energy Solutions | 1.70 Bn | 1.53 Bn | 25.86 Mn | -151.52 Mn |
| 5 | Oil-Dri Corp of America | 1.29 Bn | 1.22 Bn | 33.73 Mn | -5.79 Mn |
| 6 | Compass Minerals International | 1.00 Bn | 946.20 Mn | 37.90 Mn | -21.20 Mn |
| 7 | ContextLogic Holdings | 678.84 Mn | 1.12 Bn | 16.30 Mn | -587.50 Mn |
| 8 | Guardian Metal Resources | 608.56 Mn | 608.56 Mn | - | - |
| 9 | Nouveau Monde Graphite | 221.85 Mn | -111.13 Mn | - | -6.25 Mn |
| 10 | Graftech International | 214.48 Mn | 69.12 Mn | -422,000.00 | -6.92 Mn |
Historic Data
| Date | Value |
|---|---|
| Jul 5, 2026 | -33.20 Mn |
| Apr 5, 2026 | -29.40 Mn |
| Dec 31, 2025 | -27.50 Mn |
| Sep 28, 2025 | -37.60 Mn |
| Jun 29, 2025 | -35.90 Mn |
| Mar 30, 2025 | -21.80 Mn |
| Dec 31, 2024 | -16.90 Mn |
| Sep 29, 2024 | -31.80 Mn |
| Jun 30, 2024 | -29.20 Mn |
| Mar 31, 2024 | -16.60 Mn |
| Dec 31, 2023 | -15.90 Mn |
| Oct 1, 2023 | -26.50 Mn |
| Jul 2, 2023 | -24.60 Mn |
| Apr 2, 2023 | -24.70 Mn |
| Dec 31, 2022 | -25.70 Mn |
| Oct 2, 2022 | -18.80 Mn |
| Jul 3, 2022 | -40.00 Mn |
| Apr 3, 2022 | -17.10 Mn |
| Dec 31, 2021 | -33.90 Mn |
| Oct 3, 2021 | -204.60 Mn |
Minerals Technologies Cash from Investing Activities 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=cash-from-investing-activities&ticker=MTX&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-investing-activities", "ticker": "MTX", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=cash-from-investing-activities&ticker=MTX&period=max&api_key=YOUR_API_KEY");
const data = await res.json();