Electro Sensors Inc (ELSE) Cash & Equivalents Growth (5y) (2015 - 2025)
Analysis
Electro Sensors Inc (ELSE) Cash & Equivalents Growth (5y) (2015 - 2025) Analysis & Trends
Peer Set
Peer Comparison
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | 57.44% |
| Sep 30, 2025 | 8.40% |
| Jun 30, 2025 | 35.10% |
| Mar 31, 2025 | 4.79% |
| Dec 31, 2024 | 2.52% |
| Sep 30, 2024 | 26.87% |
| Jun 30, 2024 | 57.35% |
| Mar 31, 2024 | 60.22% |
| Dec 31, 2023 | 56.33% |
| Sep 30, 2023 | 35.54% |
| Jun 30, 2023 | 49.18% |
| Mar 31, 2023 | 55.93% |
| Dec 31, 2022 | 51.34% |
| Sep 30, 2022 | 51.69% |
| Jun 30, 2022 | 48.34% |
| Mar 31, 2022 | 62.55% |
| Dec 31, 2021 | 51.54% |
| Sep 30, 2021 | 42.29% |
| Jun 30, 2021 | 22.42% |
| Mar 31, 2021 | 15.66% |
API Access
Electro Sensors Inc Cash & Equivalents 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=cash-and-equivalents-growth-5y&ticker=ELSE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-and-equivalents-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=cash-and-equivalents-growth-5y&ticker=ELSE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();