AXIA Energia (AXIAY) Selling, General & Administrative (2009 - 2021)
Analysis
AXIA Energia (AXIAY) Selling, General & Administrative (2009 - 2021) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | SG&A (Qtr) |
|---|---|---|---|---|---|
| 1 | AXIA Energia | 30.92 Bn | 28.60 Bn | 2.59 Bn | - |
| 2 | Enlight Renewable Energy | 9.72 Bn | 8.77 Bn | 117.49 Mn | -18.12 Mn |
| 3 | Brookfield Renewable Partners | 7.71 Bn | 26.04 Bn | 927.00 Mn | - |
| 4 | Clearway Energy | 6.63 Bn | 9.92 Bn | 332.00 Mn | 15.00 Mn |
| 5 | Ormat Technologies | 5.98 Bn | 5.46 Bn | 68.70 Mn | 21.10 Mn |
| 6 | ReNew Energy Global | 4.99 Bn | 4.84 Bn | - | - |
| 7 | XPLR Infrastructure | 1.02 Bn | 8.39 Bn | 219.00 Mn | - |
| 8 | Eco Wave Power Global AB (publ) | 304.13 Mn | 295.80 Mn | - | -574,000.00 |
| 9 | Ellomay Capital | 288.03 Mn | 122.92 Mn | 3.55 Mn | -2.87 Mn |
| 10 | Spruce Power Holding | 38.69 Mn | -40.33 Mn | 23.10 Mn | 11.28 Mn |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2021 | -33.91 Mn |
| Jun 30, 2020 | -42.82 Mn |
| Mar 31, 2020 | -42,857.42 |
| Dec 31, 2019 | -97,459.35 |
| Sep 30, 2019 | -86,888.83 |
| Mar 31, 2019 | -47,585.36 |
| Dec 31, 2018 | -175,727.86 |
| Jun 30, 2018 | -1.97 Bn |
| Mar 31, 2018 | -2.86 Bn |
| Sep 30, 2017 | -20.99 Bn |
| Jun 30, 2017 | -4.02 Bn |
| Dec 31, 2016 | -2.71 Bn |
| Sep 30, 2016 | -15.58 Bn |
| Jun 30, 2016 | -3.29 Bn |
| Mar 31, 2016 | -24.93 Mn |
| Mar 31, 2014 | -115.86 Mn |
| Mar 31, 2013 | -142.03 Mn |
| Sep 30, 2012 | -196.15 Mn |
| Jun 30, 2012 | -118.05 Mn |
| Mar 31, 2012 | -7.55 Mn |
API Access
AXIA Energia Selling, General & Administrative 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=selling-general-and-administrative&ticker=AXIAY&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "selling-general-and-administrative", "ticker": "AXIAY", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=selling-general-and-administrative&ticker=AXIAY&period=max&api_key=YOUR_API_KEY");
const data = await res.json();