Electro Sensors Inc (ELSE) Receivables - Net (2010 - 2025)
Electro Sensors (ELSE) posted Receivables - Net of $1.4 million for Q4 2025, down 1.47% on a QoQ basis from $1.4 million in Q3 2025, and up 7.26% year-over-year from $1.3 million in Q4 2024.
Electro Sensors Inc (ELSE) Receivables - Net (2010 - 2025) Analysis & Trends
Electro Sensors has reported Receivables - Net for 16 years, with the latest figure at $1.4 million in Q4 2025.
- On a quarterly basis, Receivables - Net rose 7.26% year-over-year to $1.4 million in Q4 2025; TTM through Dec 2025 was $1.4 million, a 7.26% increase from a year earlier, with the FY2025 full-year figure at $1.4 million, up 7.26% from the prior year.
- Receivables - Net was $1.4 million for Q4 2025 at Electro Sensors, down from $1.4 million in the prior quarter.
- The five-year high for Receivables - Net was $1.5 million in Q1 2025, with the low at $1.0 million in Q4 2021.
- Average Receivables - Net over 5 years is $1.3 million, with a median of $1.2 million recorded in 2021.
- The sharpest annual moves came in 2024 and 2025: Receivables - Net fell 18.44% in 2024, then jumped 34.5% in 2025.
- Over 5 years, Receivables - Net stood at $1.0 million in 2021, then gained by 15.52% to $1.2 million in 2022, then rose by 11.46% to $1.3 million in 2023, then gained by 1.16% to $1.3 million in 2024, then increased by 7.26% to $1.4 million in 2025.
- The last three Receivables - Net figures came in at $1.4 million (Q4 2025), $1.4 million (Q3 2025), and $1.3 million (Q2 2025), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | 1.40 Mn |
| Sep 30, 2025 | 1.43 Mn |
| Jun 30, 2025 | 1.28 Mn |
| Mar 31, 2025 | 1.51 Mn |
| Dec 31, 2024 | 1.31 Mn |
| Sep 30, 2024 | 1.18 Mn |
| Jun 30, 2024 | 1.18 Mn |
| Mar 31, 2024 | 1.12 Mn |
| Dec 31, 2023 | 1.29 Mn |
| Sep 30, 2023 | 1.07 Mn |
| Jun 30, 2023 | 1.20 Mn |
| Mar 31, 2023 | 1.37 Mn |
| Dec 31, 2022 | 1.16 Mn |
| Sep 30, 2022 | 1.18 Mn |
| Jun 30, 2022 | 1.32 Mn |
| Mar 31, 2022 | 1.16 Mn |
| Dec 31, 2021 | 1.01 Mn |
| Sep 30, 2021 | 1.33 Mn |
| Jun 30, 2021 | 1.41 Mn |
| Mar 31, 2021 | 1.21 Mn |
Electro Sensors Inc Receivables - Net 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=receivables-net&ticker=ELSE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "receivables-net", "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=receivables-net&ticker=ELSE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();