AXIA Energia (AXIAY) Cash from Investing Activities (2009 - 2025)
AXIA Energia's (AXIAY) quarterly Cash from Investing Activities came in at $329.2 million in Q1 2025, up 3.65% on a YoY basis from $317.6 million in Q1 2024, and down 65.16% quarter-over-quarter from $944.7 million in Q3 2024.
AXIA Energia (AXIAY) Cash from Investing Activities (2009 - 2025) Analysis & Trends
AXIA Energia (AXIAY) has reported Cash from Investing Activities for 17 consecutive years, with $329.2 million the latest figure, recorded in Q1 2025.
- For the quarter ending Q1 2025, Cash from Investing Activities rose 3.65% year-over-year to $329.2 million; the trailing twelve-month figure through Mar 2025 stood at -$449.6 million (down 335.35% YoY), and the FY2025 full-year result was -$1.0 billion, up 30.63% from the prior year.
- Cash from Investing Activities fell to $329.2 million in Q1 2025 per AXIAY's latest filing, from $944.7 million in the prior quarter.
- Across five years, Cash from Investing Activities topped out at $944.7 million in Q3 2024 and bottomed at -$6.1 billion in Q4 2022.
- Historically, Cash from Investing Activities has averaged -$806.0 million across 5 years, with a median of $313.6 million in 2022.
- The widest YoY moves for Cash from Investing Activities: up 127.81% in 2022, down 4371.63% in 2022.
- Over 5 years, Cash from Investing Activities stood at -$135.5 million in 2021, then tumbled by 4371.63% to -$6.1 billion in 2022, then jumped by 66.32% to -$2.0 billion in 2023, then jumped by 146.28% to $944.7 million in 2024, then plunged by 65.16% to $329.2 million in 2025.
- According to Business Quant data, Cash from Investing Activities over the past three periods registered $329.2 million, $944.7 million, and $317.6 million for Q1 2025, Q3 2024, and Q1 2024 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Investing (Qtr) |
|---|---|---|---|---|---|
| 1 | Vistra | 47.18 Bn | 45.32 Bn | 3.16 Bn | -641.00 Mn |
| 2 | AXIA Energia | 30.92 Bn | 28.60 Bn | 2.59 Bn | - |
| 3 | Nrg Energy | 21.60 Bn | 21.44 Bn | 2.01 Bn | -637.00 Mn |
| 4 | Talen Energy | 14.11 Bn | 13.77 Bn | - | -2.75 Bn |
| 5 | Enlight Renewable Energy | 9.72 Bn | 8.77 Bn | 117.49 Mn | -677.15 Mn |
| 6 | Brookfield Renewable Partners | 7.71 Bn | 26.04 Bn | 927.00 Mn | -543.00 Mn |
| 7 | Oklo | 7.49 Bn | 7.49 Bn | - | -553.70 Mn |
| 8 | Clearway Energy | 6.63 Bn | 9.92 Bn | 332.00 Mn | -216.00 Mn |
| 9 | Ormat Technologies | 5.98 Bn | 5.46 Bn | 68.70 Mn | -138.15 Mn |
| 10 | ReNew Energy Global | 4.99 Bn | 4.84 Bn | - | -355.00 Mn |
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2025 | 329.16 Mn |
| Sep 30, 2024 | 944.68 Mn |
| Mar 31, 2024 | 317.58 Mn |
| Dec 31, 2023 | -2.04 Bn |
| Sep 30, 2023 | 931.62 Mn |
| Jun 30, 2023 | 688.54 Mn |
| Mar 31, 2023 | 572.94 Mn |
| Dec 31, 2022 | -6.06 Bn |
| Jun 30, 2022 | -5.67 Bn |
| Mar 31, 2022 | 309.65 Mn |
| Dec 31, 2021 | -135.53 Mn |
| Mar 31, 2021 | 135.92 Mn |
| Dec 31, 2020 | 317.27 Mn |
| Dec 31, 2019 | -824.07 Mn |
| Dec 31, 2018 | -1,317,237.63 Bn |
| Jun 30, 2018 | 414.70 Mn |
| Sep 30, 2017 | 896.59 Mn |
| Jun 30, 2017 | -540.51 Mn |
| Mar 30, 2017 | 425.23 Mn |
| Dec 31, 2016 | -1.37 Bn |
AXIA Energia Cash from Investing Activities 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-from-investing-activities&ticker=AXIAY&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-investing-activities", "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=cash-from-investing-activities&ticker=AXIAY&period=max&api_key=YOUR_API_KEY");
const data = await res.json();