AXIA Energia (AXIAY) Change in Receivables (2009 - 2023)
AXIA Energia's (AXIAY) quarterly Change in Receivables came in at $82.3 million in Q4 2023, up 141.74% on a YoY basis from $34.1 million in Q4 2022, and up 356.45% quarter-over-quarter from -$32.1 million in Q1 2023.
AXIA Energia (AXIAY) Change in Receivables (2009 - 2023) Analysis & Trends
AXIA Energia (AXIAY) has reported Change in Receivables for 15 consecutive years, with $82.3 million the latest figure, recorded in Q4 2023.
- For the quarter ending Q4 2023, Change in Receivables rose 141.74% year-over-year to $82.3 million; the trailing twelve-month figure through Dec 2023 stood at -$244.4 million (down 14.93% YoY), and the FY2025 full-year result was $41.5 million, down 78.31% from the prior year.
- Change in Receivables rose to $82.3 million in Q4 2023 per AXIAY's latest filing, from -$32.1 million in the prior quarter.
- Across five years, Change in Receivables topped out at $192.2 million in Q3 2021 and bottomed at -$337.9 million in Q4 2019.
- Historically, Change in Receivables has averaged -$54.9 million across 5 years, with a median of -$8.6 million in 2020.
- The sharpest annual moves came in 2021 and 2022: Change in Receivables jumped 2770.87% in 2021, then tumbled 475.99% in 2022.
- Over 5 years, Change in Receivables stood at -$337.9 million in 2019, then climbed by 15.83% to -$284.4 million in 2020, then jumped by 118.44% to $52.5 million in 2021, then sank by 475.99% to -$197.2 million in 2022, then soared by 141.74% to $82.3 million in 2023.
- According to Business Quant data, Change in Receivables over the past three periods registered $82.3 million, -$32.1 million, and -$197.2 million for Q4 2023, Q1 2023, and Q4 2022 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change Receivables (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 | -101.00 Mn |
| 4 | Talen Energy | 14.11 Bn | 13.77 Bn | - | 97.00 Mn |
| 5 | Enlight Renewable Energy | 9.72 Bn | 8.77 Bn | 117.49 Mn | -18.68 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 | 8.48 Mn |
| 10 | ReNew Energy Global | 4.99 Bn | 4.84 Bn | - | - |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2023 | 82.33 Mn |
| Mar 31, 2023 | -32.10 Mn |
| Dec 31, 2022 | -197.23 Mn |
| Sep 30, 2022 | -97.35 Mn |
| Mar 31, 2022 | 29.52 Mn |
| Dec 31, 2021 | 52.46 Mn |
| Sep 30, 2021 | 192.18 Mn |
| Jun 30, 2021 | 3.96 Mn |
| Mar 31, 2021 | 65.05 Mn |
| Dec 31, 2020 | -284.40 Mn |
| Sep 30, 2020 | -103.69 Mn |
| Jun 30, 2020 | -14.74 Mn |
| Mar 31, 2020 | -2.44 Mn |
| Dec 31, 2019 | -337.89 Mn |
| Jun 30, 2019 | -255.21 Mn |
| Mar 31, 2019 | 21.90 Mn |
| Dec 31, 2018 | -179.59 Mn |
| Jun 30, 2018 | 152.74 Mn |
| Mar 31, 2018 | 214.94 Mn |
| Sep 30, 2017 | 90.90 Mn |
AXIA Energia Change in Receivables 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-receivables&ticker=AXIAY&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-receivables", "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-receivables&ticker=AXIAY&period=max&api_key=YOUR_API_KEY");
const data = await res.json();