Electro Sensors Inc (ELSE) Cash & Equivalents (QoQ) (2010 - 2025)
Analysis
Electro Sensors Inc (ELSE) Cash & Equivalents (QoQ) (2010 - 2025) Analysis & Trends
Peer Set
Peer Comparison
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | -0.25% |
| Sep 30, 2025 | 3.82% |
| Jun 30, 2025 | 2.66% |
| Mar 31, 2025 | -0.30% |
| Dec 31, 2024 | -2.91% |
| Sep 30, 2024 | 3.62% |
| Jun 30, 2024 | -1.83% |
| Mar 31, 2024 | 2.05% |
| Dec 31, 2023 | 152.95% |
| Sep 30, 2023 | -30.32% |
| Jun 30, 2023 | 1.08% |
| Mar 31, 2023 | -27.54% |
| Dec 31, 2022 | -19.67% |
| Sep 30, 2022 | 48.05% |
| Jun 30, 2022 | -15.45% |
| Mar 31, 2022 | 13.27% |
| Dec 31, 2021 | 45.30% |
| Sep 30, 2021 | 200.00% |
| Jun 30, 2021 | 47.37% |
| Mar 31, 2021 | -4.13% |
API Access
Electro Sensors Inc Cash & Equivalents (QoQ) 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-qoq&ticker=ELSE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-and-equivalents-qoq", "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-qoq&ticker=ELSE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();