Applied Industrial Technologies (AIT) Non Operating Interest Expenses (2009 - 2010)
Applied Industrial Technologies' (AIT) quarterly Non Operating Interest Expenses came in at $458000.0 in Q4 2010, down 65.64% year-over-year from $1.3 million in Q4 2009, and down 59.25% quarter-over-quarter from $1.1 million in Q3 2010.
Applied Industrial Technologies (AIT) Non Operating Interest Expenses (2009 - 2010) Analysis & Trends
Applied Industrial Technologies (AIT) has reported Non Operating Interest Expenses for 2 consecutive years, with $458000.0 the latest figure, recorded in Q4 2010.
- On a quarterly basis, Non Operating Interest Expenses fell 65.64% year-over-year to $458000.0 in Q4 2010; TTM through Dec 2010 was $4.1 million, a N/A change from a year earlier, with the FY2026 full-year figure at $17.4 million, down 4.55% from the prior year.
- Non Operating Interest Expenses was $458000.0 for Q4 2010 at Applied Industrial Technologies, down from $1.1 million in the prior quarter.
- Over five years, Non Operating Interest Expenses peaked at $1.3 million in Q4 2009 and troughed at $458000.0 in Q4 2010.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Non Operating Interest Expenses (Qtr) |
|---|---|---|---|---|---|
| 1 | W.W. Grainger | 59.74 Bn | 59.53 Bn | 1.98 Bn | - |
| 2 | Fastenal | 57.47 Bn | 57.26 Bn | 1.06 Bn | 1.20 Mn |
| 3 | Ferguson Enterprises | 42.93 Bn | 42.11 Bn | 2.32 Bn | - |
| 4 | Sunbelt Rentals Holdings | 31.01 Bn | 30.98 Bn | 1.25 Bn | - |
| 5 | Reliance | 19.76 Bn | 19.53 Bn | 1.30 Bn | 18.20 Mn |
| 6 | Wesco International | 17.65 Bn | 16.83 Bn | 1.46 Bn | - |
| 7 | Applied Industrial Technologies | 12.14 Bn | 12.02 Bn | 411.22 Mn | - |
| 8 | Watsco | 11.58 Bn | 11.60 Bn | 578.93 Mn | - |
| 9 | Avantor | 10.11 Bn | 9.80 Bn | 537.00 Mn | 39.40 Mn |
| 10 | Core & Main | 7.93 Bn | 7.69 Bn | 573.00 Mn | 32.00 Mn |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2010 | 458,000.00 |
| Sep 30, 2010 | 1.12 Mn |
| Dec 31, 2009 | 1.33 Mn |
| Sep 30, 2009 | 1.21 Mn |
Applied Industrial Technologies Non Operating 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=non-operating-interest-expenses&ticker=AIT&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-operating-interest-expenses", "ticker": "AIT", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=non-operating-interest-expenses&ticker=AIT&period=max&api_key=YOUR_API_KEY");
const data = await res.json();