Paccar (PCAR) Other Working Capital Changes (2009 - 2010)
Paccar's (PCAR) quarterly Other Working Capital Changes came in at $9.7 million in Q1 2011, up 151.32% year-over-year from $3.9 million in Q1 2010, and down 72.36% quarter-over-quarter from $35.1 million in Q4 2010.
Paccar (PCAR) Other Working Capital Changes (2009 - 2010) Analysis & Trends
Paccar (PCAR) has reported Other Working Capital Changes for 2 consecutive years, with -$55.4 million the latest figure, recorded in Q3 2010.
- On a quarterly basis, Other Working Capital Changes rose 151.32% year-over-year to $9.7 million in Q1 2011; TTM through Mar 2011 was $40.2 million, a 15.37% decrease from a year earlier, with the FY2010 full-year figure at $11.6 million, down 69.55% from the prior year.
- Other Working Capital Changes was $9.7 million for Q1 2011 at Paccar, down from $35.1 million in the prior quarter.
- Over five years, Other Working Capital Changes peaked at $70.3 million in Q4 2009 and troughed at -$28.3 million in Q1 2009.
- A 3-year average of $6.6 million and a median of $9.7 million in 2011 frame the typical range for Other Working Capital Changes.
- The widest YoY moves for Other Working Capital Changes: up 71.04% in 2010, down 242.87% in 2010.
- Over 3 years, Other Working Capital Changes stood at $70.3 million in 2009, then slumped by 50.07% to $35.1 million in 2010, then slumped by 72.36% to $9.7 million in 2011.
- The last three Other Working Capital Changes figures came in at $9.7 million (Q1 2011), $35.1 million (Q4 2010), and $15.6 million (Q3 2010), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Caterpillar | 371.58 Bn | 364.86 Bn | 7.76 Bn |
| 2 | Amphenol | 204.28 Bn | 198.29 Bn | 3.55 Bn |
| 3 | Deere | 189.58 Bn | 180.70 Bn | 12.32 Bn |
| 4 | Eaton | 171.87 Bn | 171.22 Bn | 2.86 Bn |
| 5 | Parker-Hannifin | 121.60 Bn | 121.11 Bn | 2.25 Bn |
| 6 | Vertiv Holdings | 97.62 Bn | 94.51 Bn | 1.23 Bn |
| 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 |
| 10 | Paccar | 59.95 Bn | 51.29 Bn | 1.56 Bn |
Historic Data
| Date | Value |
|---|---|
| Sep 30, 2010 | -55.40 Mn |
| Sep 30, 2010 | -55.40 Mn |
| Jun 30, 2010 | -159.30 Mn |
| Jun 30, 2010 | -159.30 Mn |
| Mar 31, 2010 | -14.70 Mn |
| Mar 31, 2010 | -14.70 Mn |
| Sep 30, 2009 | -191.30 Mn |
| Sep 30, 2009 | -191.30 Mn |
| Jun 30, 2009 | 111.50 Mn |
| Jun 30, 2009 | 111.50 Mn |
| Mar 31, 2009 | 183.10 Mn |
| Mar 31, 2009 | 183.10 Mn |
Paccar Other Working Capital Changes 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=other-working-capital-changes&ticker=PCAR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-working-capital-changes", "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=other-working-capital-changes&ticker=PCAR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();