Electro Sensors Inc (ELSE) Raw Materials (2017 - 2025)
Electro Sensors (ELSE) posted Raw Materials of $1.3 million for Q4 2025, down 3.11% on a QoQ basis from $1.4 million in Q3 2025, and down 1.87% year-over-year from $1.3 million in Q4 2024.
Electro Sensors Inc (ELSE) Raw Materials (2017 - 2025) Analysis & Trends
Electro Sensors has reported Raw Materials for 9 years, with the latest figure at $1.3 million in Q4 2025.
- On a quarterly basis, Raw Materials fell 1.87% year-over-year to $1.3 million in Q4 2025; TTM through Dec 2025 was $1.3 million, a 1.87% decrease from a year earlier, with the FY2025 full-year figure at $1.3 million, down 1.87% from the prior year.
- Raw Materials was $1.3 million for Q4 2025 at Electro Sensors, down from $1.4 million in the prior quarter.
- The five-year high for Raw Materials was $1.4 million in Q3 2025, with the low at $921000.0 in Q3 2021.
- Average Raw Materials over 5 years is $1.2 million, with a median of $1.2 million recorded in 2023.
- The sharpest annual moves came in 2021 and 2022: Raw Materials slipped 7.25% in 2021, then surged 30.08% in 2022.
- Over 5 years, Raw Materials stood at $1.1 million in 2021, then rose by 2.92% to $1.2 million in 2022, then grew by 0.86% to $1.2 million in 2023, then increased by 13.82% to $1.3 million in 2024, then slipped by 1.87% to $1.3 million in 2025.
- The last three Raw Materials figures came in at $1.3 million (Q4 2025), $1.4 million (Q3 2025), and $1.3 million (Q2 2025), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | 1.31 Mn |
| Sep 30, 2025 | 1.35 Mn |
| Jun 30, 2025 | 1.30 Mn |
| Mar 31, 2025 | 1.34 Mn |
| Dec 31, 2024 | 1.33 Mn |
| Sep 30, 2024 | 1.33 Mn |
| Jun 30, 2024 | 1.19 Mn |
| Mar 31, 2024 | 1.14 Mn |
| Dec 31, 2023 | 1.17 Mn |
| Sep 30, 2023 | 1.21 Mn |
| Jun 30, 2023 | 1.26 Mn |
| Mar 31, 2023 | 1.17 Mn |
| Dec 31, 2022 | 1.16 Mn |
| Sep 30, 2022 | 1.20 Mn |
| Jun 30, 2022 | 1.16 Mn |
| Mar 31, 2022 | 1.11 Mn |
| Dec 31, 2021 | 1.13 Mn |
| Sep 30, 2021 | 921,000.00 |
| Jun 30, 2021 | 928,000.00 |
| Mar 31, 2021 | 953,000.00 |
Electro Sensors Inc Raw Materials 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=raw-materials&ticker=ELSE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "raw-materials", "ticker": "ELSE", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=raw-materials&ticker=ELSE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();