Electro Sensors Inc (ELSE) Inventory Average (2011 - 2025)
Electro Sensors (ELSE) posted Inventory Average of $2.0 million for Q4 2025, little changed on a QoQ basis from $2.0 million in Q3 2025, and up 3.3% year-over-year from $2.0 million in Q4 2024.
Electro Sensors Inc (ELSE) Inventory Average (2011 - 2025) Analysis & Trends
Electro Sensors has reported Inventory Average for 15 years, with the latest figure at $2.0 million in Q4 2025.
- On a quarterly basis, Inventory Average rose 3.3% year-over-year to $2.0 million in Q4 2025; TTM through Dec 2025 was $2.0 million, a 3.3% increase from a year earlier, with the FY2025 full-year figure at $2.0 million, up 7.46% from the prior year.
- Inventory Average was $2.0 million for Q4 2025 at Electro Sensors, roughly flat from $2.0 million in the prior quarter.
- The five-year high for Inventory Average was $2.0 million in Q4 2025, with the low at $1.5 million in Q3 2021.
- Average Inventory Average over 5 years is $1.8 million, with a median of $1.8 million recorded in 2023.
- The sharpest annual moves came in 2021 and 2022: Inventory Average dropped 11.55% in 2021, then gained 16.92% in 2022.
- Over 5 years, Inventory Average stood at $1.6 million in 2021, then climbed by 12.58% to $1.8 million in 2022, then rose by 1.47% to $1.8 million in 2023, then rose by 10.59% to $2.0 million in 2024, then climbed by 3.3% to $2.0 million in 2025.
- The last three Inventory Average figures came in at $2.0 million (Q4 2025), $2.0 million (Q3 2025), and $2.0 million (Q2 2025), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | 2.05 Mn |
| Sep 30, 2025 | 2.04 Mn |
| Jun 30, 2025 | 2.01 Mn |
| Mar 31, 2025 | 1.99 Mn |
| Dec 31, 2024 | 1.98 Mn |
| Sep 30, 2024 | 1.93 Mn |
| Jun 30, 2024 | 1.84 Mn |
| Mar 31, 2024 | 1.78 Mn |
| Dec 31, 2023 | 1.79 Mn |
| Sep 30, 2023 | 1.88 Mn |
| Jun 30, 2023 | 1.85 Mn |
| Mar 31, 2023 | 1.76 Mn |
| Dec 31, 2022 | 1.77 Mn |
| Sep 30, 2022 | 1.76 Mn |
| Jun 30, 2022 | 1.74 Mn |
| Mar 31, 2022 | 1.71 Mn |
| Dec 31, 2021 | 1.57 Mn |
| Sep 30, 2021 | 1.50 Mn |
| Jun 30, 2021 | 1.55 Mn |
| Mar 31, 2021 | 1.57 Mn |
Electro Sensors Inc Inventory Average 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-average&ticker=ELSE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "inventory-average", "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-average&ticker=ELSE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();