Paccar (PCAR) Times Interest Earned (2009 - 2013)
Paccar's (PCAR) quarterly Times Interest Earned came in at 75.28 in Q3 2013, down 18.56% year-over-year from 92.44 in Q3 2012, and down 3.62% quarter-over-quarter from 72.65 in Q2 2013.
Paccar (PCAR) Times Interest Earned (2009 - 2013) Analysis & Trends
Paccar (PCAR) has reported Times Interest Earned for 5 consecutive years, with 75.28 the latest figure, recorded in Q3 2013.
- On a quarterly basis, Times Interest Earned fell 18.56% year-over-year to 75.28 in Q3 2013; TTM through Sep 2013 was 70.67, a 7.32% decrease from a year earlier, with the FY2012 full-year figure at 72.74, down 26.11% from the prior year.
- Times Interest Earned was 75.28 for Q3 2013 at Paccar, down from 72.65 in the prior quarter.
- Over five years, Times Interest Earned peaked at 16.95 in Q1 2009 and troughed at 82.11 in Q1 2012.
- A 5-year average of 49.59 and a median of 51.71 in 2011 frame the typical range for Times Interest Earned.
- Across the five-year window, Times Interest Earned plunged 139.19% in 2011 and advanced 17.17% in 2013, its largest moves.
- Over 5 years, Times Interest Earned stood at 19.66 in 2009, then gained by 0.49% to 19.56 in 2010, then sank by 139.19% to 46.8 in 2011, then slumped by 43.08% to 66.96 in 2012, then dropped by 12.43% to 75.28 in 2013.
- The last three Times Interest Earned figures came in at 75.28 (Q3 2013), 72.65 (Q2 2013), and 68.01 (Q1 2013), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Times Interest Earned (Qtr) |
|---|---|---|---|---|---|
| 1 | Caterpillar | 371.58 Bn | 364.86 Bn | 7.76 Bn | 11.86 |
| 2 | Amphenol | 204.28 Bn | 198.29 Bn | 3.55 Bn | 12.09 |
| 3 | Deere | 189.58 Bn | 180.70 Bn | 12.32 Bn | 2.81 |
| 4 | Eaton | 171.87 Bn | 171.22 Bn | 2.86 Bn | 6.93 |
| 5 | Parker-Hannifin | 121.60 Bn | 121.11 Bn | 2.25 Bn | 14.45 |
| 6 | Vertiv Holdings | 97.62 Bn | 94.51 Bn | 1.23 Bn | 36.66 |
| 7 | 3M | 87.32 Bn | 84.04 Bn | 2.68 Bn | - |
| 8 | Emerson Electric | 86.05 Bn | 83.88 Bn | 2.66 Bn | - |
| 9 | Illinois Tool Works | 77.02 Bn | 76.18 Bn | 1.90 Bn | 14.52 |
| 10 | Paccar | 59.95 Bn | 51.29 Bn | 1.56 Bn | - |
Historic Data
| Date | Value |
|---|---|
| Sep 30, 2013 | -75.28 |
| Jun 30, 2013 | -72.65 |
| Mar 31, 2013 | -68.01 |
| Dec 31, 2012 | -66.96 |
| Sep 30, 2012 | -63.49 |
| Jun 30, 2012 | -78.89 |
| Mar 31, 2012 | -82.11 |
| Dec 31, 2011 | -46.80 |
| Sep 30, 2011 | -70.90 |
| Jun 30, 2011 | -63.88 |
| Mar 31, 2011 | -51.71 |
| Dec 31, 2010 | -19.56 |
| Sep 30, 2010 | -36.47 |
| Jun 30, 2010 | -33.85 |
| Mar 31, 2010 | -29.85 |
| Dec 31, 2009 | -19.66 |
| Sep 30, 2009 | -24.78 |
| Jun 30, 2009 | -20.35 |
| Mar 31, 2009 | -16.95 |
Paccar Times Interest Earned 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=times-interest-earned&ticker=PCAR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "times-interest-earned", "ticker": "PCAR", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=times-interest-earned&ticker=PCAR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();