Oshkosh (OSK) Payables (2009 - 2026)
Oshkosh (OSK) posted Payables of $1.0 billion for Q2 2026, up 1.71% on a QoQ basis from $992.5 million in Q1 2026, and up 3.46% year-over-year from $975.7 million in Q2 2025.
Oshkosh (OSK) Payables (2009 - 2026) Analysis & Trends
Oshkosh has reported Payables for 18 years, with the latest figure at $1.0 billion in Q2 2026.
- On a quarterly basis, Payables rose 3.46% year-over-year to $1.0 billion in Q2 2026; TTM through Jun 2026 was $1.0 billion, a 3.46% increase from a year earlier, with the FY2025 full-year figure at $1.1 billion, down 6.05% from the prior year.
- Payables was $1.0 billion for Q2 2026 at Oshkosh, up from $992.5 million in the prior quarter.
- The five-year high for Payables was $1.2 billion in Q4 2023, with the low at $962.1 million in Q3 2025.
- Average Payables over 5 years is $1.0 billion, with a median of $1.1 billion recorded in 2024.
- The sharpest annual moves came in 2022 and 2025: Payables jumped 51.06% in 2022, then decreased 8.75% in 2025.
- Over 5 years, Payables stood at $1.1 billion in 2022, then rose by 7.57% to $1.2 billion in 2023, then slipped by 5.85% to $1.1 billion in 2024, then slipped by 6.05% to $1.1 billion in 2025, then declined by 6.02% to $1.0 billion in 2026.
- The last three Payables figures came in at $1.0 billion (Q2 2026), $992.5 million (Q1 2026), and $1.1 billion (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Payables (Qtr) |
|---|---|---|---|---|---|
| 1 | Caterpillar | 371.58 Bn | 364.86 Bn | 7.76 Bn | 16.11 Bn |
| 2 | Amphenol | 204.28 Bn | 198.29 Bn | 3.55 Bn | 4.32 Bn |
| 3 | Deere | 189.58 Bn | 180.70 Bn | 12.32 Bn | 14.11 Bn |
| 4 | Eaton | 171.87 Bn | 171.22 Bn | 2.86 Bn | 7.51 Bn |
| 5 | Parker-Hannifin | 121.60 Bn | 121.11 Bn | 2.25 Bn | 2.44 Bn |
| 6 | Vertiv Holdings | 97.62 Bn | 94.51 Bn | 1.23 Bn | 2.47 Bn |
| 7 | 3M | 87.32 Bn | 84.04 Bn | 2.68 Bn | 3.11 Bn |
| 8 | Emerson Electric | 86.05 Bn | 83.88 Bn | 2.66 Bn | 1.61 Bn |
| 9 | Illinois Tool Works | 77.02 Bn | 76.18 Bn | 1.90 Bn | 1.09 Bn |
| 10 | Oshkosh | 8.53 Bn | 8.13 Bn | 480.30 Mn | 1.01 Bn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 1.01 Bn |
| Mar 31, 2026 | 992.50 Mn |
| Dec 31, 2025 | 1.07 Bn |
| Sep 30, 2025 | 962.10 Mn |
| Jun 30, 2025 | 975.70 Mn |
| Mar 31, 2025 | 970.10 Mn |
| Dec 31, 2024 | 1.14 Bn |
| Sep 30, 2024 | 1.05 Bn |
| Jun 30, 2024 | 1.05 Bn |
| Mar 31, 2024 | 1.06 Bn |
| Dec 31, 2023 | 1.21 Bn |
| Sep 30, 2023 | 1.09 Bn |
| Jun 30, 2023 | 1.07 Bn |
| Mar 31, 2023 | 1.09 Bn |
| Dec 31, 2022 | 1.13 Bn |
| Sep 30, 2022 | 1.02 Bn |
| Jun 30, 2022 | 1.01 Bn |
| Mar 31, 2022 | 982.30 Mn |
| Dec 31, 2021 | 747.40 Mn |
| Sep 30, 2021 | 860.40 Mn |
Oshkosh 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=payables&ticker=OSK&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "payables", "ticker": "OSK", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=payables&ticker=OSK&period=max&api_key=YOUR_API_KEY");
const data = await res.json();