United States Lime & Minerals (USLM) Cash from Investing Activities (2010 - 2026)
United States Lime & Minerals' (USLM) quarterly Cash from Investing Activities came in at -$17.9 million in Q2 2026, down 37.03% year-over-year from -$28.4 million in Q2 2025, and up 1.07% quarter-over-quarter from -$18.1 million in Q1 2026.
United States Lime & Minerals (USLM) Cash from Investing Activities (2010 - 2026) Analysis & Trends
United States Lime & Minerals (USLM) has reported Cash from Investing Activities for 17 consecutive years, with -$17.9 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Cash from Investing Activities fell 37.03% year-over-year to -$17.9 million in Q2 2026; TTM through Jun 2026 was -$70.5 million, a 60.96% decrease from a year earlier, with the FY2025 full-year figure at -$62.5 million, down 132.65% from the prior year.
- Cash from Investing Activities was -$17.9 million for Q2 2026 at United States Lime & Minerals, up from -$18.1 million in the prior quarter.
- Over five years, Cash from Investing Activities peaked at -$3.2 million in Q3 2023 and troughed at -$20.0 million in Q4 2025.
- A 5-year average of -$10.5 million and a median of -$10.3 million in 2023 frame the typical range for Cash from Investing Activities.
- Across the five-year window, Cash from Investing Activities surged 57.96% in 2022 and tumbled 206.03% in 2025, its largest moves.
- Over 5 years, Cash from Investing Activities stood at -$7.9 million in 2022, then plunged by 72.08% to -$13.6 million in 2023, then rose by 20.38% to -$10.8 million in 2024, then plunged by 84.47% to -$20.0 million in 2025, then increased by 10.59% to -$17.9 million in 2026.
- The last three Cash from Investing Activities figures came in at -$17.9 million (Q2 2026), -$18.1 million (Q1 2026), and -$20.0 million (Q4 2025), per Business Quant data.
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 |
|---|---|
| Jun 30, 2026 | -17.87 Mn |
| Mar 31, 2026 | -18.06 Mn |
| Dec 31, 2025 | -19.98 Mn |
| Sep 30, 2025 | -14.62 Mn |
| Jun 30, 2025 | -13.04 Mn |
| Mar 31, 2025 | -14.85 Mn |
| Dec 31, 2024 | -10.83 Mn |
| Sep 30, 2024 | -5.10 Mn |
| Jun 30, 2024 | -4.26 Mn |
| Mar 31, 2024 | -6.67 Mn |
| Dec 31, 2023 | -13.60 Mn |
| Sep 30, 2023 | -3.16 Mn |
| Jun 30, 2023 | -9.87 Mn |
| Mar 31, 2023 | -5.33 Mn |
| Dec 31, 2022 | -7.91 Mn |
| Sep 30, 2022 | -6.35 Mn |
| Jun 30, 2022 | -5.56 Mn |
| Mar 31, 2022 | -11.33 Mn |
| Dec 31, 2021 | -6.07 Mn |
| Sep 30, 2021 | -5.79 Mn |
United States Lime & Minerals 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=USLM&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-investing-activities", "ticker": "USLM", "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=USLM&period=max&api_key=YOUR_API_KEY");
const data = await res.json();