Ormat Technologies (ORA) Divestments (2010 - 2016)
Ormat Technologies (ORA) posted Divestments of -$36.7 million for Q2 2016, down 18.42% on a QoQ basis from -$31.0 million in Q1 2016, and up 16.02% year-over-year from -$31.7 million in Q3 2015.
Ormat Technologies (ORA) Divestments (2010 - 2016) Analysis & Trends
Ormat Technologies has reported Divestments for 5 years, with the latest figure at -$36.7 million in Q2 2016.
- On a quarterly basis, Divestments rose 16.02% year-over-year to -$36.7 million in Q2 2016; TTM through Jun 2016 was -$153.9 million, a 78.68% decrease from a year earlier, with the FY2014 full-year figure at $35.2 million, up 357.85% from the prior year.
- Divestments was -$36.7 million for Q2 2016 at Ormat Technologies, down from -$31.0 million in the prior quarter.
- The five-year high for Divestments was $20.2 million in Q2 2014, with the low at -$43.8 million in Q2 2015.
- Average Divestments over 4 years is -$13.9 million, with a median of -$15.5 million recorded in 2013.
- The sharpest annual moves came in 2014 and 2015: Divestments surged 300100.0% in 2014, then tumbled 382.57% in 2015.
- Over 4 years, Divestments stood at $7.7 million in 2013, then jumped by 162.85% to $20.2 million in 2014, then sank by 316.08% to -$43.8 million in 2015, then climbed by 16.02% to -$36.7 million in 2016.
- The last three Divestments figures came in at -$36.7 million (Q2 2016), -$31.0 million (Q1 2016), and -$43.8 million (Q2 2015), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Divestments (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 | 3.00 Mn |
| 9 | Ormat Technologies | 5.98 Bn | 5.46 Bn | 68.70 Mn | - |
| 10 | ReNew Energy Global | 4.99 Bn | 4.84 Bn | - | 23.00 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2016 | -36.75 Mn |
| Mar 31, 2016 | -31.03 Mn |
| Jun 30, 2015 | -43.76 Mn |
| Mar 31, 2015 | -42.39 Mn |
| Jun 30, 2014 | 20.25 Mn |
| Mar 31, 2014 | 15.00 Mn |
| Jun 30, 2013 | 7.70 Mn |
| Mar 31, 2013 | -5,000.00 |
| Mar 31, 2010 | 19.59 Mn |
Ormat Technologies Divestments 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=divestments&ticker=ORA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "divestments", "ticker": "ORA", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=divestments&ticker=ORA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();