Newmarket (NEU) Construction in Progress (2010 - 2019)
Newmarket's (NEU) quarterly Construction in Progress came in at $29.2 million in Q4 2019, up 45.12% year-over-year from $20.1 million in Q4 2018, and up 45.12% quarter-over-quarter from $20.1 million in Q4 2018.
Newmarket (NEU) Construction in Progress (2010 - 2019) Analysis & Trends
Newmarket has disclosed Construction in Progress across 10 years of filings, most recently posting $29.2 million for Q4 2019.
- In Q4 2019, Construction in Progress rose 45.12% year-over-year to $29.2 million; the TTM figure through Dec 2019 stood at $29.2 million (up 45.12% YoY), while the FY2019 annual figure was $29.2 million, up 45.12% from the prior year.
- Construction in Progress came in at $29.2 million for Q4 2019 at Newmarket, up from $20.1 million in the prior quarter.
- In the past five years, Construction in Progress ranged from a high of $172.3 million in Q4 2017 to a low of $20.1 million in Q4 2018.
- Average Construction in Progress over 5 years is $89.4 million, with a median of $102.3 million recorded in 2016.
- Year-over-year, Construction in Progress jumped 160.9% in 2015 and slumped 88.31% in 2018.
- Over 5 years, Construction in Progress stood at $122.9 million in 2015, then declined by 16.77% to $102.3 million in 2016, then jumped by 68.47% to $172.3 million in 2017, then tumbled by 88.31% to $20.1 million in 2018, then soared by 45.12% to $29.2 million in 2019.
- Per Business Quant data, the three most recent Construction in Progress figures were $29.2 million in Q4 2019, $20.1 million in Q4 2018, and $172.3 million in Q4 2017.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Construction in Progress (Qtr) |
|---|---|---|---|---|---|
| 1 | Asml Holding | 647.47 Bn | 631.49 Bn | 5.90 Bn | 2.06 Bn |
| 2 | General Electric | 325.83 Bn | 316.71 Bn | 6.95 Bn | - |
| 3 | Astrazeneca | 257.75 Bn | 252.54 Bn | 12.86 Bn | - |
| 4 | Citigroup | 221.04 Bn | -2,078.84 Bn | 24.75 Bn | - |
| 5 | Bhp | 219.16 Bn | 200.62 Bn | - | - |
| 6 | Diageo | 208.21 Bn | 208.26 Bn | - | - |
| 7 | Rio Tinto | 188.09 Bn | 183.71 Bn | - | - |
| 8 | Ferrari | 151.21 Bn | 149.46 Bn | 1.18 Bn | - |
| 9 | Unilever | 134.81 Bn | 130.23 Bn | - | - |
| 10 | Newmarket | 8.20 Bn | 8.11 Bn | 242.43 Mn | - |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2019 | 29.23 Mn |
| Dec 31, 2018 | 20.14 Mn |
| Dec 31, 2017 | 172.30 Mn |
| Dec 31, 2016 | 102.27 Mn |
| Dec 31, 2015 | 122.89 Mn |
| Dec 31, 2014 | 47.10 Mn |
| Dec 31, 2013 | 31.37 Mn |
| Dec 31, 2012 | 31.53 Mn |
| Dec 31, 2011 | 24.25 Mn |
| Dec 31, 2010 | 29.08 Mn |
Newmarket Construction in Progress 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=construction-in-progress&ticker=NEU&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "construction-in-progress", "ticker": "NEU", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=construction-in-progress&ticker=NEU&period=max&api_key=YOUR_API_KEY");
const data = await res.json();