Electro Sensors Inc (ELSE) Asset Utilization Ratio (2011 - 2025)
Electro Sensors (ELSE) posted Asset Utilization Ratio of 0.65 for Q4 2025, up 1.84% on a QoQ basis from 0.63 in Q3 2025, and up 2.71% year-over-year from 0.63 in Q4 2024.
Electro Sensors Inc (ELSE) Asset Utilization Ratio (2011 - 2025) Analysis & Trends
Electro Sensors has reported Asset Utilization Ratio for 15 years, with the latest figure at 0.65 in Q4 2025.
- On a quarterly basis, Asset Utilization Ratio rose 2.71% year-over-year to 0.65 in Q4 2025; TTM through Dec 2025 was 0.65, a 2.71% increase from a year earlier, with the FY2025 full-year figure at 0.66, up 3.76% from the prior year.
- Asset Utilization Ratio was 0.65 for Q4 2025 at Electro Sensors, up from 0.63 in the prior quarter.
- The five-year high for Asset Utilization Ratio was 0.65 in Q4 2025, with the low at 0.57 in Q1 2021.
- Average Asset Utilization Ratio over 5 years is 0.62, with a median of 0.63 recorded in 2025.
- The sharpest annual moves came in 2022 and 2023: Asset Utilization Ratio advanced 11.68% in 2022, then dropped 9.43% in 2023.
- Over 5 years, Asset Utilization Ratio stood at 0.62 in 2021, then rose by 4.16% to 0.64 in 2022, then retreated by 7.88% to 0.59 in 2023, then advanced by 5.72% to 0.63 in 2024, then advanced by 2.71% to 0.65 in 2025.
- The last three Asset Utilization Ratio figures came in at 0.65 (Q4 2025), 0.63 (Q3 2025), and 0.63 (Q2 2025), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | 0.65 |
| Sep 30, 2025 | 0.63 |
| Jun 30, 2025 | 0.63 |
| Mar 31, 2025 | 0.63 |
| Dec 31, 2024 | 0.63 |
| Sep 30, 2024 | 0.63 |
| Jun 30, 2024 | 0.61 |
| Mar 31, 2024 | 0.60 |
| Dec 31, 2023 | 0.59 |
| Sep 30, 2023 | 0.58 |
| Jun 30, 2023 | 0.60 |
| Mar 31, 2023 | 0.63 |
| Dec 31, 2022 | 0.64 |
| Sep 30, 2022 | 0.64 |
| Jun 30, 2022 | 0.64 |
| Mar 31, 2022 | 0.63 |
| Dec 31, 2021 | 0.62 |
| Sep 30, 2021 | 0.59 |
| Jun 30, 2021 | 0.58 |
| Mar 31, 2021 | 0.57 |
Electro Sensors Inc Asset Utilization Ratio 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=asset-utilization-ratio&ticker=ELSE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "asset-utilization-ratio", "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=asset-utilization-ratio&ticker=ELSE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();