AXIA Energia (AXIAY) Research & Development (2009 - 2014)
AXIA Energia's (AXIAY) quarterly Research & Development came in at -$140057.4 in Q4 2014, down 101.88% on a YoY basis from $7.4 million in Q4 2013, and down 94.48% quarter-over-quarter from -$72015.4 in Q1 2014.
AXIA Energia (AXIAY) Research & Development (2009 - 2014) Analysis & Trends
AXIA Energia (AXIAY) has reported Research & Development for 6 consecutive years, with -$140057.4 the latest figure, recorded in Q4 2014.
- For the quarter ending Q4 2014, Research & Development fell 101.88% year-over-year to -$140057.4; the trailing twelve-month figure through Dec 2014 stood at $7.2 million (up 118.44% YoY), and the FY2014 full-year result was -$140057.4, changed N/A from the prior year.
- Research & Development fell to -$140057.4 in Q4 2014 per AXIAY's latest filing, from -$72015.4 in the prior quarter.
- Across five years, Research & Development topped out at $8.5 million in Q4 2011 and bottomed at -$53.9 million in Q3 2012.
- Historically, Research & Development has averaged -$10.7 million across 5 years, with a median of -$5.0 million in 2010.
- The widest YoY moves for Research & Development: up 123.27% in 2011, down 258.39% in 2011.
- Over 5 years, Research & Development stood at -$36.3 million in 2010, then surged by 123.27% to $8.5 million in 2011, then dropped by 9.41% to $7.7 million in 2012, then decreased by 2.78% to $7.4 million in 2013, then plunged by 101.88% to -$140057.4 in 2014.
- According to Business Quant data, Research & Development over the past three periods registered -$140057.4, -$72015.4, and $7.4 million for Q4 2014, Q1 2014, and Q4 2013 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | R&D (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 | -4.69 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 | 5.97 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 | - | -78,000.00 |
| 9 | Ellomay Capital | 288.03 Mn | 122.92 Mn | 3.55 Mn | -505,627.41 |
| 10 | Spruce Power Holding | 38.69 Mn | -40.33 Mn | 23.10 Mn | - |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2014 | -140,057.42 |
| Mar 31, 2014 | -72,015.40 |
| Dec 31, 2013 | 7.44 Mn |
| Mar 31, 2013 | -62,116.38 |
| Dec 31, 2012 | 7.66 Mn |
| Sep 30, 2012 | -53.92 Mn |
| Jun 30, 2012 | -14.46 Mn |
| Mar 31, 2012 | -76,411.30 |
| Dec 31, 2011 | 8.45 Mn |
| Sep 30, 2011 | -47.91 Mn |
| Jun 30, 2011 | -9.25 Mn |
| Mar 31, 2011 | -3.60 Mn |
| Dec 31, 2010 | -36.33 Mn |
| Sep 30, 2010 | -13.37 Mn |
| Jun 30, 2010 | -8.45 Mn |
| Mar 31, 2010 | -6.40 Mn |
| Dec 31, 2009 | -15.58 Mn |
| Sep 30, 2009 | 51.28 Mn |
| Jun 30, 2009 | 30.83 Mn |
| Mar 31, 2009 | 13.77 Mn |
AXIA Energia Research & Development 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=research-and-development&ticker=AXIAY&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "research-and-development", "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=research-and-development&ticker=AXIAY&period=max&api_key=YOUR_API_KEY");
const data = await res.json();