Electro Sensors Inc (ELSE) Non-Current Assets (2010 - 2025)
Electro Sensors (ELSE) posted Non-Current Assets of $1.3 million for Q4 2025, up 4.01% on a QoQ basis from $1.3 million in Q3 2025, and down 4.39% year-over-year from $1.4 million in Q4 2024.
Electro Sensors Inc (ELSE) Non-Current Assets (2010 - 2025) Analysis & Trends
Electro Sensors has reported Non-Current Assets for 16 years, with the latest figure at $1.3 million in Q4 2025.
- On a quarterly basis, Non-Current Assets fell 4.39% year-over-year to $1.3 million in Q4 2025; TTM through Dec 2025 was $5.4 million, a 4.66% increase from a year earlier, with the FY2025 full-year figure at $1.3 million, down 4.39% from the prior year.
- Non-Current Assets was $1.3 million for Q4 2025 at Electro Sensors, up from $1.3 million in the prior quarter.
- The five-year high for Non-Current Assets was $1.4 million in Q4 2024, with the low at $1.1 million in Q3 2023.
- Average Non-Current Assets over 5 years is $1.3 million, with a median of $1.3 million recorded in 2021.
- The sharpest annual moves came in 2021 and 2025: Non-Current Assets decreased 19.07% in 2021, then rose 9.37% in 2025.
- Over 5 years, Non-Current Assets stood at $1.3 million in 2021, then declined by 2.53% to $1.2 million in 2022, then advanced by 6.09% to $1.3 million in 2023, then advanced by 8.04% to $1.4 million in 2024, then slipped by 4.39% to $1.3 million in 2025.
- The last three Non-Current Assets figures came in at $1.3 million (Q4 2025), $1.3 million (Q3 2025), and $1.4 million (Q2 2025), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | 1.35 Mn |
| Sep 30, 2025 | 1.30 Mn |
| Jun 30, 2025 | 1.38 Mn |
| Mar 31, 2025 | 1.35 Mn |
| Dec 31, 2024 | 1.41 Mn |
| Sep 30, 2024 | 1.20 Mn |
| Jun 30, 2024 | 1.26 Mn |
| Mar 31, 2024 | 1.26 Mn |
| Dec 31, 2023 | 1.31 Mn |
| Sep 30, 2023 | 1.11 Mn |
| Jun 30, 2023 | 1.27 Mn |
| Mar 31, 2023 | 1.26 Mn |
| Dec 31, 2022 | 1.23 Mn |
| Sep 30, 2022 | 1.18 Mn |
| Jun 30, 2022 | 1.22 Mn |
| Mar 31, 2022 | 1.23 Mn |
| Dec 31, 2021 | 1.26 Mn |
| Sep 30, 2021 | 1.24 Mn |
| Jun 30, 2021 | 1.32 Mn |
| Mar 31, 2021 | 1.38 Mn |
Electro Sensors Inc Non-Current Assets 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=non-current-assets&ticker=ELSE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-current-assets", "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=non-current-assets&ticker=ELSE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();