Electro Sensors Inc (ELSE) Inventory (2010 - 2025)
Electro Sensors (ELSE) posted Inventory of $2.0 million for Q4 2025, down 2.03% on a QoQ basis from $2.1 million in Q3 2025, and up 3.26% year-over-year from $2.0 million in Q4 2024.
Electro Sensors Inc (ELSE) Inventory (2010 - 2025) Analysis & Trends
Electro Sensors has reported Inventory for 16 years, with the latest figure at $2.0 million in Q4 2025.
- On a quarterly basis, Inventory rose 3.26% year-over-year to $2.0 million in Q4 2025; TTM through Dec 2025 was $2.0 million, a 3.26% increase from a year earlier, with the FY2025 full-year figure at $2.0 million, up 3.26% from the prior year.
- Inventory was $2.0 million for Q4 2025 at Electro Sensors, down from $2.1 million in the prior quarter.
- The five-year high for Inventory was $2.1 million in Q3 2025, with the low at $1.5 million in Q3 2021.
- Average Inventory over 5 years is $1.8 million, with a median of $1.8 million recorded in 2022.
- The sharpest annual moves came in 2021 and 2022: Inventory decreased 12.1% in 2021, then climbed 21.19% in 2022.
- Over 5 years, Inventory stood at $1.7 million in 2021, then advanced by 4.93% to $1.7 million in 2022, then grew by 0.34% to $1.8 million in 2023, then climbed by 12.16% to $2.0 million in 2024, then grew by 3.26% to $2.0 million in 2025.
- The last three Inventory figures came in at $2.0 million (Q4 2025), $2.1 million (Q3 2025), and $2.0 million (Q2 2025), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | 2.03 Mn |
| Sep 30, 2025 | 2.07 Mn |
| Jun 30, 2025 | 2.01 Mn |
| Mar 31, 2025 | 2.01 Mn |
| Dec 31, 2024 | 1.96 Mn |
| Sep 30, 2024 | 2.00 Mn |
| Jun 30, 2024 | 1.87 Mn |
| Mar 31, 2024 | 1.81 Mn |
| Dec 31, 2023 | 1.75 Mn |
| Sep 30, 2023 | 1.84 Mn |
| Jun 30, 2023 | 1.92 Mn |
| Mar 31, 2023 | 1.78 Mn |
| Dec 31, 2022 | 1.75 Mn |
| Sep 30, 2022 | 1.79 Mn |
| Jun 30, 2022 | 1.72 Mn |
| Mar 31, 2022 | 1.76 Mn |
| Dec 31, 2021 | 1.66 Mn |
| Sep 30, 2021 | 1.48 Mn |
| Jun 30, 2021 | 1.53 Mn |
| Mar 31, 2021 | 1.57 Mn |
Electro Sensors Inc 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=inventory&ticker=ELSE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "inventory", "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=inventory&ticker=ELSE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();