Electro Sensors Inc (ELSE) Property, Plant & Equipment (Net) Growth (1y) (2011 - 2025)
Analysis
Electro Sensors Inc (ELSE) Property, Plant & Equipment (Net) Growth (1y) (2011 - 2025) Analysis & Trends
Peer Set
Peer Comparison
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | -2.75% |
| Sep 30, 2025 | -5.60% |
| Jun 30, 2025 | -5.70% |
| Mar 31, 2025 | -4.31% |
| Dec 31, 2024 | -4.31% |
| Sep 30, 2024 | 0.44% |
| Jun 30, 2024 | 0.11% |
| Mar 31, 2024 | -2.63% |
| Dec 31, 2023 | -2.46% |
| Sep 30, 2023 | -5.03% |
| Jun 30, 2023 | -5.30% |
| Mar 31, 2023 | -4.13% |
| Dec 31, 2022 | -4.13% |
| Sep 30, 2022 | 3.92% |
| Jun 30, 2022 | 3.05% |
| Mar 31, 2022 | 3.01% |
| Dec 31, 2021 | 2.83% |
| Sep 30, 2021 | -9.01% |
| Jun 30, 2021 | -7.03% |
| Mar 31, 2021 | -7.13% |
API Access
Electro Sensors Inc Property, Plant & Equipment (Net) Growth (1y) 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=property-plant-and-equipment-net-growth-1y&ticker=ELSE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "property-plant-and-equipment-net-growth-1y", "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=property-plant-and-equipment-net-growth-1y&ticker=ELSE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();