Electro Sensors Inc (ELSE) Shares Outstanding (2010 - 2025)
Electro Sensors (ELSE) posted Shares Outstanding (Entity) of $3.5 million for Q4 2025, little changed on a QoQ basis from $3.5 million in Q3 2025, and up 0.97% year-over-year from $3.4 million in Q4 2024.
Electro Sensors Inc (ELSE) Shares Outstanding (2010 - 2025) Analysis & Trends
Electro Sensors has reported Shares Outstanding (Entity) for 16 years, with the latest figure at $3.5 million in Q4 2025.
- On a quarterly basis, Shares Outstanding (Entity) rose 0.97% year-over-year to $3.5 million in Q4 2025; TTM through Dec 2025 was $3.5 million, a 0.97% increase from a year earlier, with the FY2025 full-year figure at $3.5 million, up 0.97% from the prior year.
- Shares Outstanding (Entity) was $3.5 million for Q4 2025 at Electro Sensors, roughly flat from $3.5 million in the prior quarter.
- The five-year high for Shares Outstanding (Entity) was $3.5 million in Q4 2025, with the low at $3.4 million in Q1 2021.
- Average Shares Outstanding (Entity) over 5 years is $3.4 million, with a median of $3.4 million recorded in 2022.
- The sharpest annual moves came in 2021 and 2025: Shares Outstanding (Entity) changed 0.0% in 2021, then advanced 1.53% in 2025.
- Over 5 years, Shares Outstanding (Entity) stood at $3.4 million in 2021, then increased by 0.96% to $3.4 million in 2022, then changed by 0.0% to $3.4 million in 2023, then grew by 0.61% to $3.4 million in 2024, then climbed by 0.97% to $3.5 million in 2025.
- The last three Shares Outstanding (Entity) figures came in at $3.5 million (Q4 2025), $3.5 million (Q3 2025), and $3.4 million (Q2 2025), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | 3.46 Mn |
| Sep 30, 2025 | 3.46 Mn |
| Jun 30, 2025 | 3.45 Mn |
| Mar 31, 2025 | 3.45 Mn |
| Dec 31, 2024 | 3.44 Mn |
| Sep 30, 2024 | 3.43 Mn |
| Jun 30, 2024 | 3.43 Mn |
| Mar 31, 2024 | 3.43 Mn |
| Dec 31, 2023 | 3.43 Mn |
| Sep 30, 2023 | 3.43 Mn |
| Jun 30, 2023 | 3.43 Mn |
| Mar 31, 2023 | 3.43 Mn |
| Dec 31, 2022 | 3.40 Mn |
| Sep 30, 2022 | 3.40 Mn |
| Jun 30, 2022 | 3.40 Mn |
| Mar 31, 2022 | 3.40 Mn |
| Dec 31, 2021 | 3.40 Mn |
| Sep 30, 2021 | 3.40 Mn |
| Jun 30, 2021 | 3.40 Mn |
| Mar 31, 2021 | 3.40 Mn |
Electro Sensors Inc Shares Outstanding 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=shares-outstanding&ticker=ELSE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "shares-outstanding", "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=shares-outstanding&ticker=ELSE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();