AXIA Energia (AXIAY) Investment Income (2009 - 2016)
AXIA Energia's (AXIAY) quarterly Investment Income came in at -$5.2 billion in Q2 2016, down 3144.11% quarter-over-quarter from -$160.5 million in Q1 2016.
AXIA Energia (AXIAY) Investment Income (2009 - 2016) Analysis & Trends
AXIA Energia (AXIAY) has reported Investment Income for 8 consecutive years, with -$5.2 billion the latest figure, recorded in Q2 2016.
- For the quarter ending Q2 2016, Investment Income changed N/A year-over-year to -$5.2 billion; the trailing twelve-month figure through Jun 2016 stood at -$4.2 billion (changed N/A YoY), and the FY2015 full-year result was -$138.3 million, down 126.8% from the prior year.
- Investment Income slipped to -$5.2 billion in Q2 2016 per AXIAY's latest filing, from -$160.5 million in the prior quarter.
- Across five years, Investment Income topped out at $1.5 billion in Q4 2015 and bottomed at -$5.2 billion in Q2 2016.
- Historically, Investment Income has averaged -$516.3 million across 5 years, with a median of -$1.0 million in 2013.
- The sharpest annual moves came in 2012 and 2014: Investment Income slipped 25.08% in 2012, then surged 160504.65% in 2014.
- Over 5 years, Investment Income stood at -$1.4 billion in 2012, then jumped by 99.98% to -$299129.4 in 2013, then soared by 160504.65% to $479.8 million in 2014, then soared by 218.8% to $1.5 billion in 2015, then plunged by 440.43% to -$5.2 billion in 2016.
- According to Business Quant data, Investment Income over the past three periods registered -$5.2 billion, -$160.5 million, and $1.5 billion for Q2 2016, Q1 2016, and Q4 2015 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Inv. Income (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 | - |
| 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 | - |
| 5 | Ormat Technologies | 5.98 Bn | 5.46 Bn | 68.70 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 | - | - |
| 9 | Ellomay Capital | 288.03 Mn | 122.92 Mn | 3.55 Mn | - |
| 10 | Spruce Power Holding | 38.69 Mn | -40.33 Mn | 23.10 Mn | - |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2016 | -5.21 Bn |
| Mar 31, 2016 | -160.52 Mn |
| Dec 31, 2015 | 1.53 Bn |
| Mar 31, 2015 | -342.64 Mn |
| Dec 31, 2014 | 479.82 Mn |
| Sep 30, 2014 | -441,218.28 |
| Jun 30, 2014 | -263,237.94 |
| Dec 31, 2013 | -299,129.41 |
| Sep 30, 2013 | -1.03 Mn |
| Jun 30, 2013 | -295,115.16 |
| Sep 30, 2012 | -1.40 Bn |
| Jun 30, 2012 | -994.43 Mn |
| Mar 31, 2012 | -612.79 Mn |
| Sep 30, 2011 | -1.12 Bn |
| Jun 30, 2011 | -795.01 Mn |
| Mar 31, 2011 | -577.36 Mn |
| Sep 30, 2010 | -1.28 Bn |
| Jun 30, 2010 | -972.25 Mn |
| Mar 31, 2010 | -437.59 Mn |
| Dec 31, 2009 | -1.57 Bn |
AXIA Energia Investment Income 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=investment-income&ticker=AXIAY&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "investment-income", "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=investment-income&ticker=AXIAY&period=max&api_key=YOUR_API_KEY");
const data = await res.json();