Electro Sensors Inc (ELSE) Revenue (2010 - 2025)
Electro Sensors (ELSE) posted Revenue of $2.8 million for Q4 2025, little changed on a QoQ basis from $2.7 million in Q3 2025, and up 14.79% year-over-year from $2.4 million in Q4 2024.
Electro Sensors Inc (ELSE) Revenue (2010 - 2025) Analysis & Trends
Electro Sensors has reported Revenue for 16 years, with the latest figure at $2.8 million in Q4 2025.
- On a quarterly basis, Revenue rose 14.79% year-over-year to $2.8 million in Q4 2025; TTM through Dec 2025 was $10.1 million, a 8.2% increase from a year earlier, with the FY2025 full-year figure at $10.1 million, up 8.2% from the prior year.
- Revenue was $2.8 million for Q4 2025 at Electro Sensors, roughly flat from $2.7 million in the prior quarter.
- The five-year high for Revenue was $2.8 million in Q4 2025, with the low at $1.9 million in Q1 2021.
- Average Revenue over 5 years is $2.3 million, with a median of $2.2 million recorded in 2024.
- The sharpest annual moves came in 2021 and 2023: Revenue grew 22.44% in 2021, then fell 16.65% in 2023.
- Over 5 years, Revenue stood at $2.1 million in 2021, then climbed by 1.15% to $2.1 million in 2022, then advanced by 9.56% to $2.3 million in 2023, then advanced by 3.63% to $2.4 million in 2024, then increased by 14.79% to $2.8 million in 2025.
- The last three Revenue figures came in at $2.8 million (Q4 2025), $2.7 million (Q3 2025), and $2.4 million (Q2 2025), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | 2.76 Mn |
| Sep 30, 2025 | 2.75 Mn |
| Jun 30, 2025 | 2.40 Mn |
| Mar 31, 2025 | 2.24 Mn |
| Dec 31, 2024 | 2.40 Mn |
| Sep 30, 2024 | 2.51 Mn |
| Jun 30, 2024 | 2.22 Mn |
| Mar 31, 2024 | 2.24 Mn |
| Dec 31, 2023 | 2.32 Mn |
| Sep 30, 2023 | 2.06 Mn |
| Jun 30, 2023 | 2.14 Mn |
| Mar 31, 2023 | 2.05 Mn |
| Dec 31, 2022 | 2.11 Mn |
| Sep 30, 2022 | 2.22 Mn |
| Jun 30, 2022 | 2.56 Mn |
| Mar 31, 2022 | 2.14 Mn |
| Dec 31, 2021 | 2.09 Mn |
| Sep 30, 2021 | 2.15 Mn |
| Jun 30, 2021 | 2.46 Mn |
| Mar 31, 2021 | 1.90 Mn |
Electro Sensors Inc Revenue 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=revenue&ticker=ELSE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "revenue", "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=revenue&ticker=ELSE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();