Electro Sensors Inc (ELSE) Enterprise Value (2010 - 2025)
Electro Sensors (ELSE) posted Enterprise Value of $3.9 million for Q4 2025, down 35.34% on a QoQ basis from $6.0 million in Q3 2025, and down 50.36% year-over-year from $7.8 million in Q4 2024.
Electro Sensors Inc (ELSE) Enterprise Value (2010 - 2025) Analysis & Trends
Electro Sensors has reported Enterprise Value for 16 years, with the latest figure at $3.9 million in Q4 2025.
- On a quarterly basis, Enterprise Value fell 50.36% year-over-year to $3.9 million in Q4 2025; TTM through Dec 2025 was $3.9 million, a 50.36% decrease from a year earlier, with the FY2025 full-year figure at $3.9 million, down 50.36% from the prior year.
- Enterprise Value was $3.9 million for Q4 2025 at Electro Sensors, down from $6.0 million in the prior quarter.
- The five-year high for Enterprise Value was $11.6 million in Q4 2021, with the low at $3.1 million in Q4 2023.
- Average Enterprise Value over 5 years is $6.1 million, with a median of $5.9 million recorded in 2022.
- The sharpest annual moves came in 2021 and 2023: Enterprise Value surged 487.42% in 2021, then slumped 54.54% in 2023.
- Over 5 years, Enterprise Value stood at $11.6 million in 2021, then plunged by 49.46% to $5.9 million in 2022, then plunged by 47.17% to $3.1 million in 2023, then soared by 152.46% to $7.8 million in 2024, then plunged by 50.36% to $3.9 million in 2025.
- The last three Enterprise Value figures came in at $3.9 million (Q4 2025), $6.0 million (Q3 2025), and $4.4 million (Q2 2025), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | 3.89 Mn |
| Sep 30, 2025 | 6.01 Mn |
| Jun 30, 2025 | 4.35 Mn |
| Mar 31, 2025 | 5.17 Mn |
| Dec 31, 2024 | 7.83 Mn |
| Sep 30, 2024 | 3.41 Mn |
| Jun 30, 2024 | 3.60 Mn |
| Mar 31, 2024 | 4.17 Mn |
| Dec 31, 2023 | 3.10 Mn |
| Sep 30, 2023 | 3.48 Mn |
| Jun 30, 2023 | 5.59 Mn |
| Mar 31, 2023 | 6.45 Mn |
| Dec 31, 2022 | 5.87 Mn |
| Sep 30, 2022 | 7.65 Mn |
| Jun 30, 2022 | 11.03 Mn |
| Mar 31, 2022 | 7.73 Mn |
| Dec 31, 2021 | 11.61 Mn |
| Sep 30, 2021 | 7.42 Mn |
| Jun 30, 2021 | 7.02 Mn |
| Mar 31, 2021 | 7.21 Mn |
Electro Sensors Inc Enterprise Value 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=enterprise-value&ticker=ELSE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "enterprise-value", "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=enterprise-value&ticker=ELSE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();