NPK International (NPKI) Buildings (2010 - 2012)
NPK International's (NPKI) quarterly Buildings came in at $148.7 million in Q4 2012, up 10.47% year-over-year from $134.6 million in Q1 2012, and up 10.47% quarter-over-quarter from $134.6 million in Q4 2011.
NPK International (NPKI) Buildings (2010 - 2012) Analysis & Trends
NPK International has disclosed Buildings across 3 years of filings, most recently posting $148.7 million for Q4 2012.
- In Q4 2012, Buildings rose 10.47% year-over-year to $148.7 million; the TTM figure through Dec 2012 stood at $148.7 million (up 10.47% YoY), while the FY2012 annual figure was $148.7 million, up 10.47% from the prior year.
- Buildings came in at $148.7 million for Q4 2012 at NPK International, up from $134.6 million in the prior quarter.
- In the past five years, Buildings ranged from a high of $148.7 million in Q4 2012 to a low of $131.2 million in Q4 2010.
- Average Buildings over 3 years is $138.2 million, with a median of $134.6 million recorded in 2011.
- Year-over-year, Buildings advanced 2.64% in 2011 and grew 10.47% in 2012.
- Over 3 years, Buildings stood at $131.2 million in 2010, then gained by 2.64% to $134.6 million in 2011, then increased by 10.47% to $148.7 million in 2012.
- Per Business Quant data, the three most recent Buildings figures were $148.7 million in Q4 2012, $134.6 million in Q4 2011, and $131.2 million in Q4 2010.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Sunbelt Rentals Holdings | 30.16 Bn | 30.13 Bn | 1.25 Bn |
| 2 | Herc Holdings | 4.52 Bn | 4.48 Bn | 713.00 Mn |
| 3 | EquipmentShare.com | 3.88 Bn | 3.43 Bn | 411.00 Mn |
| 4 | WillScot Holdings | 3.29 Bn | 3.29 Bn | 306.26 Mn |
| 5 | Mcgrath Rentcorp | 2.71 Bn | 2.71 Bn | 107.91 Mn |
| 6 | Target Hospitality | 2.13 Bn | 2.12 Bn | 15.80 Mn |
| 7 | Custom Truck One Source | 2.12 Bn | 2.11 Bn | 123.97 Mn |
| 8 | NPK International | 1.08 Bn | 1.07 Bn | 30.16 Mn |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2012 | 148.73 Mn |
| Dec 31, 2011 | 134.63 Mn |
| Dec 31, 2010 | 131.16 Mn |
NPK International 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=NPKI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "buildings", "ticker": "NPKI", "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=NPKI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();