Newmarket (NEU) Buildings (2010 - 2019)
Newmarket's (NEU) quarterly Buildings came in at $174.6 million in Q4 2019, up 4.82% year-over-year from $166.6 million in Q4 2018, and up 4.82% quarter-over-quarter from $166.6 million in Q4 2018.
Newmarket (NEU) Buildings (2010 - 2019) Analysis & Trends
Newmarket has disclosed Buildings across 10 years of filings, most recently posting $174.6 million for Q4 2019.
- In Q4 2019, Buildings rose 4.82% year-over-year to $174.6 million; the TTM figure through Dec 2019 stood at $174.6 million (up 4.82% YoY), while the FY2019 annual figure was $174.6 million, up 4.82% from the prior year.
- Buildings came in at $174.6 million for Q4 2019 at Newmarket, up from $166.6 million in the prior quarter.
- In the past five years, Buildings ranged from a high of $174.6 million in Q4 2019 to a low of $156.6 million in Q4 2015.
- Average Buildings over 5 years is $166.0 million, with a median of $166.6 million recorded in 2018.
- Year-over-year, Buildings increased 9.23% in 2015 and decreased 2.38% in 2018.
- Over 5 years, Buildings stood at $156.6 million in 2015, then increased by 3.17% to $161.5 million in 2016, then rose by 5.64% to $170.6 million in 2017, then slipped by 2.38% to $166.6 million in 2018, then climbed by 4.82% to $174.6 million in 2019.
- Per Business Quant data, the three most recent Buildings figures were $174.6 million in Q4 2019, $166.6 million in Q4 2018, and $170.6 million in Q4 2017.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Asml Holding | 647.47 Bn | 631.49 Bn | 5.90 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 | 174.60 Mn |
| Dec 31, 2018 | 166.57 Mn |
| Dec 31, 2017 | 170.62 Mn |
| Dec 31, 2016 | 161.51 Mn |
| Dec 31, 2015 | 156.56 Mn |
| Dec 31, 2014 | 143.33 Mn |
| Dec 31, 2013 | 138.82 Mn |
| Dec 31, 2012 | 191.87 Mn |
| Dec 31, 2011 | 186.96 Mn |
| Dec 31, 2010 | 174.33 Mn |
Newmarket Buildings 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=buildings&ticker=NEU&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "buildings", "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=buildings&ticker=NEU&period=max&api_key=YOUR_API_KEY");
const data = await res.json();