Ormat Technologies (ORA) Change in Account Payables (2009 - 2018)
Ormat Technologies (ORA) posted Change in Account Payables of $5.6 million for Q3 2018, down 0.95% on a QoQ basis from $5.7 million in Q2 2018, and up 149.82% year-over-year from $2.3 million in Q3 2017.
Ormat Technologies (ORA) Change in Account Payables (2009 - 2018) Analysis & Trends
Ormat Technologies has reported Change in Account Payables for 10 years, with the latest figure at $5.6 million in Q3 2018.
- On a quarterly basis, Change in Account Payables rose 149.82% year-over-year to $5.6 million in Q3 2018; TTM through Sep 2018 was $15.5 million, a 150.16% increase from a year earlier, with the FY2017 full-year figure at -$11.4 million, down 403.49% from the prior year.
- Change in Account Payables was $5.6 million for Q3 2018 at Ormat Technologies, down from $5.7 million in the prior quarter.
- The five-year high for Change in Account Payables was $33.1 million in Q1 2015, with the low at -$27.1 million in Q3 2015.
- Average Change in Account Payables over 5 years is $729315.8, with a median of -$3.0 million recorded in 2016.
- The sharpest annual moves came in 2017 and 2018: Change in Account Payables slumped 371.76% in 2017, then surged 27138.1% in 2018.
- Over 5 years, Change in Account Payables stood at -$20.6 million in 2014, then soared by 154.78% to $11.3 million in 2015, then tumbled by 148.81% to -$5.5 million in 2016, then soared by 353.54% to $14.0 million in 2017, then sank by 59.7% to $5.6 million in 2018.
- The last three Change in Account Payables figures came in at $5.6 million (Q3 2018), $5.7 million (Q2 2018), and -$9.8 million (Q1 2018), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change Payables (Qtr) |
|---|---|---|---|---|---|
| 1 | Vistra | 47.18 Bn | 45.32 Bn | 3.16 Bn | - |
| 2 | AXIA Energia | 30.92 Bn | 28.60 Bn | 2.59 Bn | -227.39 Mn |
| 3 | Nrg Energy | 21.60 Bn | 21.44 Bn | 2.01 Bn | 130.00 Mn |
| 4 | Talen Energy | 14.11 Bn | 13.77 Bn | - | - |
| 5 | Enlight Renewable Energy | 9.72 Bn | 8.77 Bn | 117.49 Mn | -20.89 Mn |
| 6 | Brookfield Renewable Partners | 7.71 Bn | 26.04 Bn | 927.00 Mn | -517.00 Mn |
| 7 | Oklo | 7.49 Bn | 7.49 Bn | - | 3.32 Mn |
| 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 |
|---|---|
| Sep 30, 2018 | 5.62 Mn |
| Jun 30, 2018 | 5.68 Mn |
| Mar 31, 2018 | -9.78 Mn |
| Dec 31, 2017 | 13.96 Mn |
| Sep 30, 2017 | -11.29 Mn |
| Jun 30, 2017 | -21,000.00 |
| Mar 31, 2017 | -14.04 Mn |
| Dec 31, 2016 | -5.50 Mn |
| Sep 30, 2016 | -5.78 Mn |
| Jun 30, 2016 | 12.00 Mn |
| Mar 31, 2016 | -2.98 Mn |
| Dec 31, 2015 | 11.28 Mn |
| Sep 30, 2015 | -27.12 Mn |
| Jun 30, 2015 | -8.13 Mn |
| Mar 31, 2015 | 33.14 Mn |
| Dec 31, 2014 | -20.59 Mn |
| Sep 30, 2014 | 17.13 Mn |
| Jun 30, 2014 | 24.37 Mn |
| Mar 31, 2014 | -4.09 Mn |
| Dec 31, 2013 | -4.81 Mn |
Ormat Technologies Change in Account 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=change-in-account-payables&ticker=ORA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-account-payables", "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=change-in-account-payables&ticker=ORA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();