Electro Sensors Inc (ELSE) Acquisitions (2014)
Electro Sensors (ELSE) posted Acquisitions of $400000.0 for Q1 2014.
Analysis
Electro Sensors Inc (ELSE) Acquisitions (2014) Analysis & Trends
Electro Sensors has reported Acquisitions for 1 years, with the latest figure at $400000.0 in Q1 2014.
- On a quarterly basis, Acquisitions changed N/A year-over-year to $400000.0 in Q1 2014; TTM through Dec 2014 was $400000.0, a N/A change from a year earlier, with the FY2014 full-year figure at $400000.0, changed N/A from the prior year.
- Acquisitions was $400000.0 for Q1 2014 at Electro Sensors.
- The five-year high for Acquisitions was $400000.0 in Q1 2014, with the low at $400000.0 in Q1 2014.
Peer Set
Peer Comparison
API Access
Electro Sensors Inc Acquisitions 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=acquisitions&ticker=ELSE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "acquisitions", "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=acquisitions&ticker=ELSE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();