Electro Sensors Inc (ELSE) Property, Plant & Equipment (Net) Growth (5y) (2015 - 2025)
Analysis
Electro Sensors Inc (ELSE) Property, Plant & Equipment (Net) Growth (5y) (2015 - 2025) Analysis & Trends
Peer Set
Peer Comparison
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | -2.20% |
| Sep 30, 2025 | -3.16% |
| Jun 30, 2025 | -3.05% |
| Mar 31, 2025 | -3.10% |
| Dec 31, 2024 | -3.06% |
| Sep 30, 2024 | -3.04% |
| Jun 30, 2024 | -2.67% |
| Mar 31, 2024 | -2.88% |
| Dec 31, 2023 | -1.96% |
| Sep 30, 2023 | -2.72% |
| Jun 30, 2023 | -2.62% |
| Mar 31, 2023 | -2.09% |
| Dec 31, 2022 | -1.92% |
| Sep 30, 2022 | -0.76% |
| Jun 30, 2022 | -0.52% |
| Mar 31, 2022 | -0.65% |
| Dec 31, 2021 | -0.31% |
| Sep 30, 2021 | -2.56% |
| Jun 30, 2021 | -2.22% |
| Mar 31, 2021 | -2.28% |
API Access
Electro Sensors Inc Property, Plant & Equipment (Net) Growth (5y) 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-5y&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-5y", "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-5y&ticker=ELSE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();