Electro Sensors Inc (ELSE) EBIT Margin (2010 - 2025)
Electro Sensors (ELSE) posted EBIT Margin of 0.29% for Q4 2025, down 104.41% on a QoQ basis from 6.59% in Q3 2025, and down 154.0% year-over-year from 0.54% in Q4 2024.
Electro Sensors Inc (ELSE) EBIT Margin (2010 - 2025) Analysis & Trends
Electro Sensors has reported EBIT Margin for 16 years, with the latest figure at 0.29% in Q4 2025.
- On a quarterly basis, EBIT Margin fell 154.0% year-over-year to 0.29% in Q4 2025; TTM through Dec 2025 was 0.02%, a 6.0% increase from a year earlier, with the FY2025 full-year figure at 0.02%, up 6.0% from the prior year.
- EBIT Margin was 0.29% for Q4 2025 at Electro Sensors, down from 6.59% in the prior quarter.
- The five-year high for EBIT Margin was 11.01% in Q2 2021, with the low at 14.24% in Q2 2022.
- Average EBIT Margin over 5 years is 0.78%, with a median of 0.42% recorded in 2021.
- The sharpest annual moves came in 2022 and 2023: EBIT Margin tumbled 2524 bps in 2022, then jumped 1629 bps in 2023.
- Over 5 years, EBIT Margin stood at 7.37% in 2021, then soared by 43 bps to 10.55% in 2022, then slumped by 62 bps to 3.97% in 2023, then sank by 69 bps to 1.25% in 2024, then tumbled by 123 bps to 0.29% in 2025.
- The last three EBIT Margin figures came in at 0.29% (Q4 2025), 6.59% (Q3 2025), and 0.08% (Q2 2025), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | -0.29% |
| Sep 30, 2025 | 6.59% |
| Jun 30, 2025 | -0.08% |
| Mar 31, 2025 | -7.55% |
| Dec 31, 2024 | 1.25% |
| Sep 30, 2024 | 6.89% |
| Jun 30, 2024 | -4.83% |
| Mar 31, 2024 | -4.46% |
| Dec 31, 2023 | 3.97% |
| Sep 30, 2023 | -1.26% |
| Jun 30, 2023 | 2.06% |
| Mar 31, 2023 | -6.75% |
| Dec 31, 2022 | 10.55% |
| Sep 30, 2022 | 5.37% |
| Jun 30, 2022 | -14.24% |
| Mar 31, 2022 | -0.66% |
| Dec 31, 2021 | 7.37% |
| Sep 30, 2021 | 0.93% |
| Jun 30, 2021 | 11.01% |
| Mar 31, 2021 | -0.21% |
Electro Sensors Inc EBIT Margin 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=ebit-margin&ticker=ELSE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "ebit-margin", "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=ebit-margin&ticker=ELSE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();