AXIA Energia (AXIAY) Notes Payables (2009 - 2023)
AXIA Energia's (AXIAY) quarterly Notes Payables came in at $284.1 million in Q1 2023, down 1.93% quarter-over-quarter from $289.7 million in Q4 2022.
AXIA Energia (AXIAY) Notes Payables (2009 - 2023) Analysis & Trends
AXIA Energia (AXIAY) has reported Notes Payables for 15 consecutive years, with $284.1 million the latest figure, recorded in Q1 2023.
- For the quarter ending Q1 2023, Notes Payables changed N/A year-over-year to $284.1 million; the trailing twelve-month figure through Mar 2023 stood at $284.1 million (changed N/A YoY), and the FY2022 full-year result was $289.7 million, up 0.62% from the prior year.
- Notes Payables eased to $284.1 million in Q1 2023 per AXIAY's latest filing, from $289.7 million in the prior quarter.
- Across five years, Notes Payables topped out at $4.1 billion in Q2 2022 and bottomed at $284.1 million in Q1 2023.
- Historically, Notes Payables has averaged $1.2 billion across 5 years, with a median of $1.2 billion in 2020.
- The sharpest annual moves came in 2020 and 2022: Notes Payables sank 66.49% in 2020, then jumped 415.43% in 2022.
- Over 5 years, Notes Payables stood at $1.2 billion in 2019, then plunged by 66.49% to $417.0 million in 2020, then plunged by 30.95% to $287.9 million in 2021, then grew by 0.62% to $289.7 million in 2022, then dropped by 1.93% to $284.1 million in 2023.
- According to Business Quant data, Notes Payables over the past three periods registered $284.1 million, $289.7 million, and $477.2 million for Q1 2023, Q4 2022, and Q3 2022 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (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 |
| 4 | Talen Energy | 14.11 Bn | 13.77 Bn | - |
| 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 |
| 10 | ReNew Energy Global | 4.99 Bn | 4.84 Bn | - |
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2023 | 284.13 Mn |
| Dec 31, 2022 | 289.71 Mn |
| Sep 30, 2022 | 477.19 Mn |
| Jun 30, 2022 | 4.08 Bn |
| Dec 31, 2021 | 287.94 Mn |
| Sep 30, 2021 | 436.17 Mn |
| Jun 30, 2021 | 791.09 Mn |
| Dec 31, 2020 | 417.01 Mn |
| Sep 30, 2020 | 1.24 Bn |
| Jun 30, 2020 | 1.18 Bn |
| Mar 31, 2020 | 1.32 Bn |
| Dec 31, 2019 | 1.24 Bn |
| Sep 30, 2019 | 1.81 Bn |
| Jun 30, 2019 | 1.79 Bn |
| Mar 31, 2019 | 3.00 Bn |
| Dec 31, 2018 | 2.17 Bn |
| Aug 31, 2018 | -51.06 Mn |
| Jun 30, 2018 | 1.40 Bn |
| Mar 31, 2018 | 1.05 Bn |
| Dec 28, 2017 | -291.22 Mn |
AXIA Energia Notes Payables 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=notes-payables&ticker=AXIAY&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "notes-payables", "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=notes-payables&ticker=AXIAY&period=max&api_key=YOUR_API_KEY");
const data = await res.json();