NPK International (NPKI) Interest Expenses (2010 - 2013)
NPK International's (NPKI) quarterly Interest Expenses came in at $2.5 million in Q1 2013, up 6.42% year-over-year from $2.4 million in Q1 2012, and up 6.42% quarter-over-quarter from $2.4 million in Q1 2012.
NPK International (NPKI) Interest Expenses (2010 - 2013) Analysis & Trends
NPK International has disclosed Interest Expenses across 4 years of filings, most recently posting $2.5 million for Q1 2013.
- In Q1 2013, Interest Expenses rose 6.42% year-over-year to $2.5 million; the TTM figure through Mar 2013 stood at $9.8 million (up 4.5% YoY), while the FY2012 annual figure was $9.7 million, up 5.57% from the prior year.
- Interest Expenses came in at $2.5 million for Q1 2013 at NPK International, up from $2.4 million in the prior quarter.
- In the past five years, Interest Expenses ranged from a high of $3.3 million in Q3 2010 to a low of $2.1 million in Q2 2011.
- Average Interest Expenses over 4 years is $2.5 million, with a median of $2.4 million recorded in 2011.
- Year-over-year, Interest Expenses fell 24.83% in 2011 and climbed 6.42% in 2013.
- Over 4 years, Interest Expenses stood at $2.6 million in 2010, then dropped by 7.96% to $2.4 million in 2011, then slipped by 1.54% to $2.4 million in 2012, then advanced by 6.42% to $2.5 million in 2013.
- Per Business Quant data, the three most recent Interest Expenses figures were $2.5 million in Q1 2013, $2.4 million in Q1 2012, and $2.4 million in Q4 2011.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Interest Expense (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 | 73.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 | 7.11 Mn |
| 6 | Target Hospitality | 2.13 Bn | 2.12 Bn | 15.80 Mn | 730,000.00 |
| 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 |
|---|---|
| Mar 31, 2013 | 2.52 Mn |
| Mar 31, 2012 | 2.37 Mn |
| Dec 31, 2011 | 2.41 Mn |
| Sep 30, 2011 | 2.46 Mn |
| Jun 30, 2011 | 2.10 Mn |
| Mar 31, 2011 | 2.26 Mn |
| Dec 31, 2010 | 2.61 Mn |
| Sep 30, 2010 | 3.28 Mn |
| Jun 30, 2010 | 2.23 Mn |
NPK International Interest Expenses 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=interest-expenses&ticker=NPKI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "interest-expenses", "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=interest-expenses&ticker=NPKI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();