Electro Sensors Inc (ELSE) EPS (Basic) (2010 - 2025)
Electro Sensors (ELSE) posted EPS (Basic) of $0.1 for Q4 2025, up 62.11% on a QoQ basis from $0.06 in Q3 2025, and up 611.72% year-over-year from $0.01 in Q4 2024.
Electro Sensors Inc (ELSE) EPS (Basic) (2010 - 2025) Analysis & Trends
Electro Sensors has reported EPS (Basic) for 16 years, with the latest figure at $0.1 in Q4 2025.
- On a quarterly basis, EPS (Basic) rose 611.72% year-over-year to $0.1 in Q4 2025; TTM through Dec 2025 was $0.16, a 83.57% increase from a year earlier, with the FY2025 full-year figure at $0.16, up 83.57% from the prior year.
- EPS (Basic) was $0.1 for Q4 2025 at Electro Sensors, up from $0.06 in the prior quarter.
- The five-year high for EPS (Basic) was $0.1 in Q4 2025, with the low at -$0.08 in Q2 2022.
- Average EPS (Basic) over 5 years is $0.02, with a median of $0.02 recorded in 2024.
- The sharpest annual moves came in 2024 and 2025: EPS (Basic) jumped 2875.0% in 2024, then sank 678.28% in 2025.
- Over 5 years, EPS (Basic) stood at $0.04 in 2021, then soared by 101.9% to $0.08 in 2022, then sank by 64.49% to $0.03 in 2023, then tumbled by 51.65% to $0.01 in 2024, then jumped by 611.72% to $0.1 in 2025.
- The last three EPS (Basic) figures came in at $0.1 (Q4 2025), $0.06 (Q3 2025), and $0.02 (Q2 2025), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | 0.10 |
| Sep 30, 2025 | 0.06 |
| Jun 30, 2025 | 0.02 |
| Mar 31, 2025 | -0.02 |
| Dec 31, 2024 | 0.01 |
| Sep 30, 2024 | 0.07 |
| Jun 30, 2024 | 0.00 |
| Mar 31, 2024 | 0.00 |
| Dec 31, 2023 | 0.03 |
| Sep 30, 2023 | 0.00 |
| Jun 30, 2023 | 0.03 |
| Mar 31, 2023 | -0.01 |
| Dec 31, 2022 | 0.08 |
| Sep 30, 2022 | 0.04 |
| Jun 30, 2022 | -0.08 |
| Mar 31, 2022 | 0.00 |
| Dec 31, 2021 | 0.04 |
| Sep 30, 2021 | 0.01 |
| Jun 30, 2021 | 0.06 |
| Mar 31, 2021 | 0.00 |
Electro Sensors Inc EPS (Basic) 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=eps-basic&ticker=ELSE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "eps-basic", "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=eps-basic&ticker=ELSE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();