Materion (MTRN) Property, Plant & Equipment (Net) (2010 - 2026)
Analysis
Materion (MTRN) Property, Plant & Equipment (Net) (2010 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Property, Plant & Equipment (Net) (Qtr) |
|---|---|---|---|---|---|
| 1 | Materion | 5.24 Bn | 5.22 Bn | 104.34 Mn | 531.69 Mn |
| 2 | United States Lime & Minerals | 3.26 Bn | 2.85 Bn | 46.72 Mn | 241.94 Mn |
| 3 | Minerals Technologies | 2.08 Bn | 1.77 Bn | 133.80 Mn | 1.03 Bn |
| 4 | Atlas Energy Solutions | 1.70 Bn | 1.53 Bn | 25.86 Mn | 1.54 Bn |
| 5 | Oil-Dri Corp of America | 1.29 Bn | 1.22 Bn | 33.73 Mn | 150.80 Mn |
| 6 | Compass Minerals International | 1.00 Bn | 946.20 Mn | 37.90 Mn | 747.10 Mn |
| 7 | ContextLogic Holdings | 678.84 Mn | 1.12 Bn | 16.30 Mn | 395.60 Mn |
| 8 | Guardian Metal Resources | 608.56 Mn | 608.56 Mn | - | 41.43 Mn |
| 9 | Nouveau Monde Graphite | 221.85 Mn | -111.13 Mn | - | 85.33 Mn |
| 10 | Graftech International | 214.48 Mn | 69.12 Mn | -422,000.00 | 473.48 Mn |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jul 3, 2026 | 531.69 Mn |
| Apr 3, 2026 | 529.86 Mn |
| Dec 31, 2025 | 535.46 Mn |
| Sep 26, 2025 | 539.33 Mn |
| Jun 27, 2025 | 532.60 Mn |
| Mar 28, 2025 | 522.13 Mn |
| Dec 31, 2024 | 510.81 Mn |
| Sep 27, 2024 | 526.06 Mn |
| Jun 28, 2024 | 528.08 Mn |
| Mar 29, 2024 | 524.44 Mn |
| Dec 31, 2023 | 514.68 Mn |
| Sep 29, 2023 | 496.83 Mn |
| Jun 30, 2023 | 493.12 Mn |
| Mar 31, 2023 | 469.56 Mn |
| Dec 31, 2022 | 448.77 Mn |
| Sep 30, 2022 | 426.11 Mn |
| Jul 1, 2022 | 424.50 Mn |
| Apr 1, 2022 | 416.93 Mn |
| Dec 31, 2021 | 408.98 Mn |
| Oct 1, 2021 | 354.43 Mn |
API Access
Materion Property, Plant & Equipment (Net) 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=property-plant-and-equipment-net&ticker=MTRN&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "property-plant-and-equipment-net", "ticker": "MTRN", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=property-plant-and-equipment-net&ticker=MTRN&period=max&api_key=YOUR_API_KEY");
const data = await res.json();