Paccar (PCAR) Notes Payables (2009 - 2025)
Paccar's (PCAR) quarterly Notes Payables came in at $4.6 billion in Q4 2025, down 15.49% year-over-year from $5.5 billion in Q4 2024, and down 15.49% quarter-over-quarter from $5.5 billion in Q4 2024.
Paccar (PCAR) Notes Payables (2009 - 2025) Analysis & Trends
Paccar (PCAR) has reported Notes Payables for 11 consecutive years, with $4.6 billion the latest figure, recorded in Q4 2025.
- On a quarterly basis, Notes Payables fell 15.49% year-over-year to $4.6 billion in Q4 2025; TTM through Dec 2025 was $4.6 billion, a 15.49% decrease from a year earlier, with the FY2025 full-year figure at $4.6 billion, down 15.49% from the prior year.
- Notes Payables was $4.6 billion for Q4 2025 at Paccar, down from $5.5 billion in the prior quarter.
- Over five years, Notes Payables peaked at $5.5 billion in Q4 2024 and troughed at $4.6 billion in Q4 2025.
- A 3-year average of $5.1 billion and a median of $5.1 billion in 2023 frame the typical range for Notes Payables.
- Across the five-year window, Notes Payables advanced 8.21% in 2024 and retreated 15.49% in 2025, its largest moves.
- Over 3 years, Notes Payables stood at $5.1 billion in 2023, then increased by 8.21% to $5.5 billion in 2024, then dropped by 15.49% to $4.6 billion in 2025.
- The last three Notes Payables figures came in at $4.6 billion (Q4 2025), $5.5 billion (Q4 2024), and $5.1 billion (Q4 2023), 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 |
|---|---|
| Dec 31, 2025 | 4.64 Bn |
| Dec 31, 2024 | 5.48 Bn |
| Dec 31, 2023 | 5.07 Bn |
| Dec 31, 2016 | 2.24 Bn |
| Dec 31, 2015 | 2.62 Bn |
| Dec 31, 2014 | 2.51 Bn |
| Dec 31, 2013 | 2.27 Bn |
| Dec 31, 2012 | 3.33 Bn |
| Dec 31, 2011 | 3.67 Bn |
| Sep 30, 2011 | 2.61 Bn |
| Jun 30, 2011 | 2.23 Bn |
| Mar 31, 2011 | 2.65 Bn |
| Dec 31, 2010 | 2.13 Bn |
| Sep 30, 2010 | 3.03 Bn |
| Jun 30, 2010 | 2.95 Bn |
| Mar 31, 2010 | 2.84 Bn |
| Dec 31, 2009 | 2.89 Bn |
| Sep 30, 2009 | 2.94 Bn |
| Jun 30, 2009 | 3.49 Bn |
Paccar Notes Payables 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=notes-payables&ticker=PCAR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "notes-payables", "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=notes-payables&ticker=PCAR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();