HyOrc (HYOR) Capital Expenditures (2011 - 2012)
HyOrc (HYOR) posted Capital Expenditures of -$1824.0 for Q3 2012, down 15.08% on a QoQ basis from -$1585.0 in Q2 2012, and down 100.29% year-over-year from $625000.0 in Q4 2011.
HyOrc (HYOR) Capital Expenditures (2011 - 2012) Analysis & Trends
HyOrc has reported Capital Expenditures for 2 years, with the latest figure at -$1824.0 in Q3 2012.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Capital Expenditures (Qtr) |
|---|---|---|---|---|---|
| 1 | GE Vernova | 250.36 Bn | 238.39 Bn | 2.36 Bn | 386.00 Mn |
| 2 | Generac Holdings | 12.25 Bn | 11.99 Bn | 521.81 Mn | 58.29 Mn |
| 3 | American Superconductor | 1.44 Bn | 1.30 Bn | - | - |
| 4 | Babcock & Wilcox Enterprises | 1.10 Bn | 748.28 Mn | 46.64 Mn | 6.62 Mn |
| 5 | Hyliion Holdings | 751.89 Mn | 751.89 Mn | 366,000.00 | 212,000.00 |
| 6 | HyOrc | 59.08 Mn | 59.02 Mn | 24,000.00 | - |
| 7 | Clean Energy Technologies | 12.17 Mn | 11.92 Mn | 17,619.00 | - |
Historic Data
| Date | Value |
|---|---|
| Sep 30, 2012 | -1,824.00 |
| Jun 30, 2012 | -1,585.00 |
| Mar 31, 2012 | -1,522.00 |
| Sep 30, 2011 | 625,000.00 |
HyOrc Capital Expenditures 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=capital-expenditures&ticker=HYOR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "capital-expenditures", "ticker": "HYOR", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=capital-expenditures&ticker=HYOR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();