Electro Sensors Inc (ELSE) FCF Margin (2010 - 2025)
Electro Sensors (ELSE) posted FCF Margin of 0.94% for Q4 2025, down 106.67% on a QoQ basis from 14.16% in Q3 2025, and up 1147.0% year-over-year from 0.08% in Q4 2024.
Electro Sensors Inc (ELSE) FCF Margin (2010 - 2025) Analysis & Trends
Electro Sensors has reported FCF Margin for 16 years, with the latest figure at 0.94% in Q4 2025.
- On a quarterly basis, FCF Margin rose 1147.0% year-over-year to 0.94% in Q4 2025; TTM through Dec 2025 was 6.01%, a 518.0% increase from a year earlier, with the FY2025 full-year figure at 5.89%, up 505.0% from the prior year.
- FCF Margin was 0.94% for Q4 2025 at Electro Sensors, down from 14.16% in the prior quarter.
- The five-year high for FCF Margin was 20.19% in Q2 2021, with the low at 12.42% in Q4 2024.
- Average FCF Margin over 5 years is 2.78%, with a median of 1.76% recorded in 2022.
- The sharpest annual moves came in 2022 and 2025: FCF Margin slumped 2721 bps in 2022, then soared 1984 bps in 2025.
- Over 5 years, FCF Margin stood at 4.55% in 2021, then sank by 81 bps to 0.85% in 2022, then slumped by 115 bps to 0.13% in 2023, then tumbled by 9486 bps to 12.42% in 2024, then jumped by 92 bps to 0.94% in 2025.
- The last three FCF Margin figures came in at 0.94% (Q4 2025), 14.16% (Q3 2025), and 11.54% (Q2 2025), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | -0.94% |
| Sep 30, 2025 | 14.16% |
| Jun 30, 2025 | 11.54% |
| Mar 31, 2025 | -1.34% |
| Dec 31, 2024 | -12.42% |
| Sep 30, 2024 | 14.25% |
| Jun 30, 2024 | -8.30% |
| Mar 31, 2024 | 9.00% |
| Dec 31, 2023 | -0.13% |
| Sep 30, 2023 | 14.68% |
| Jun 30, 2023 | 3.04% |
| Mar 31, 2023 | -5.53% |
| Dec 31, 2022 | 0.85% |
| Sep 30, 2022 | 2.66% |
| Jun 30, 2022 | -7.02% |
| Mar 31, 2022 | -5.11% |
| Dec 31, 2021 | 4.55% |
| Sep 30, 2021 | 3.76% |
| Jun 30, 2021 | 20.19% |
| Mar 31, 2021 | -2.37% |
Electro Sensors Inc FCF 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=fcf-margin&ticker=ELSE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "fcf-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=fcf-margin&ticker=ELSE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();