AXIA Energia (AXIAY) Change in Inventory (2009 - 2022)
AXIA Energia's (AXIAY) quarterly Change in Inventory came in at -$9.8 million in Q3 2022, down 144.3% on a YoY basis from $22.2 million in Q3 2021, and down 142.54% quarter-over-quarter from -$4.0 million in Q1 2022.
AXIA Energia (AXIAY) Change in Inventory (2009 - 2022) Analysis & Trends
AXIA Energia (AXIAY) has reported Change in Inventory for 11 consecutive years, with -$9.8 million the latest figure, recorded in Q3 2022.
- For the quarter ending Q3 2022, Change in Inventory fell 144.3% year-over-year to -$9.8 million; the trailing twelve-month figure through Sep 2022 stood at -$219503.8 (down 100.81% YoY), and the FY2021 full-year result was -$8.5 million, down 207.14% from the prior year.
- Change in Inventory fell to -$9.8 million in Q3 2022 per AXIAY's latest filing, from -$4.0 million in the prior quarter.
- Across five years, Change in Inventory topped out at $29.8 million in Q1 2018 and bottomed at -$22.2 million in Q4 2019.
- Historically, Change in Inventory has averaged -$167494.0 across 5 years, with a median of -$2.7 million in 2021.
- The sharpest annual moves came in 2018 and 2022: Change in Inventory surged 1018.46% in 2018, then sank 923.8% in 2022.
- Over 5 years, Change in Inventory stood at $6.8 million in 2018, then sank by 426.07% to -$22.2 million in 2019, then soared by 135.72% to $7.9 million in 2020, then slumped by 207.14% to -$8.5 million in 2021, then decreased by 15.29% to -$9.8 million in 2022.
- According to Business Quant data, Change in Inventory over the past three periods registered -$9.8 million, -$4.0 million, and -$8.5 million for Q3 2022, Q1 2022, and Q4 2021 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change Inventory (Qtr) |
|---|---|---|---|---|---|
| 1 | Vistra | 47.18 Bn | 45.32 Bn | 3.16 Bn | - |
| 2 | AXIA Energia | 30.92 Bn | 28.60 Bn | 2.59 Bn | - |
| 3 | Nrg Energy | 21.60 Bn | 21.44 Bn | 2.01 Bn | 127.00 Mn |
| 4 | Talen Energy | 14.11 Bn | 13.77 Bn | - | 24.00 Mn |
| 5 | Enlight Renewable Energy | 9.72 Bn | 8.77 Bn | 117.49 Mn | - |
| 6 | Brookfield Renewable Partners | 7.71 Bn | 26.04 Bn | 927.00 Mn | - |
| 7 | Oklo | 7.49 Bn | 7.49 Bn | - | - |
| 8 | Clearway Energy | 6.63 Bn | 9.92 Bn | 332.00 Mn | - |
| 9 | Ormat Technologies | 5.98 Bn | 5.46 Bn | 68.70 Mn | 1.73 Mn |
| 10 | ReNew Energy Global | 4.99 Bn | 4.84 Bn | - | - |
Historic Data
| Date | Value |
|---|---|
| Sep 30, 2022 | -9.82 Mn |
| Mar 31, 2022 | -4.05 Mn |
| Dec 31, 2021 | -8.51 Mn |
| Sep 30, 2021 | 22.16 Mn |
| Jun 30, 2021 | -3.65 Mn |
| Mar 31, 2021 | 491,340.26 |
| Dec 31, 2020 | 7.95 Mn |
| Sep 30, 2020 | -7.79 Mn |
| Jun 30, 2020 | -1.81 Mn |
| Mar 31, 2020 | 7.12 Mn |
| Dec 31, 2019 | -22.25 Mn |
| Jun 30, 2019 | -1.29 Mn |
| Mar 31, 2019 | -4.65 Mn |
| Dec 31, 2018 | 6.82 Mn |
| Jun 30, 2018 | -13.22 Mn |
| Mar 31, 2018 | 29.81 Mn |
| Sep 30, 2017 | -13.89 Mn |
| Jun 30, 2017 | 55.11 Mn |
| Mar 30, 2017 | 2.67 Mn |
| Jun 30, 2016 | 69.33 Mn |
AXIA Energia Change in Inventory 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=change-in-inventory&ticker=AXIAY&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-inventory", "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=change-in-inventory&ticker=AXIAY&period=max&api_key=YOUR_API_KEY");
const data = await res.json();