Nucor (NUE) Change in Account Payables (2009 - 2026)
Nucor's (NUE) quarterly Change in Account Payables came in at $228.0 million in Q3 2026, up 7700.0% year-over-year from $2.9 million in Q3 2025, and up 0.88% quarter-over-quarter from $226.0 million in Q2 2026.
Nucor (NUE) Change in Account Payables (2009 - 2026) Analysis & Trends
Nucor has disclosed Change in Account Payables across 18 years of filings, most recently posting $228.0 million for Q3 2026.
- In Q3 2026, Change in Account Payables rose 7700.0% year-over-year to $228.0 million; the TTM figure through Jul 2026 stood at $159.0 million (down 56.91% YoY), while the FY2025 annual figure was $80.0 million, up 124.92% from the prior year.
- Change in Account Payables came in at $228.0 million for Q3 2026 at Nucor, up from $226.0 million in the prior quarter.
- In the past five years, Change in Account Payables ranged from a high of $394.6 million in Q2 2023 to a low of -$497.8 million in Q4 2022.
- Average Change in Account Payables over 5 years is $4.3 million, with a median of -$40.3 million recorded in 2023.
- Year-over-year, Change in Account Payables plunged 585.57% in 2022 and surged 7700.0% in 2026.
- Over 5 years, Change in Account Payables stood at -$196.2 million in 2022, then surged by 200.14% to $196.5 million in 2023, then plunged by 158.01% to -$114.0 million in 2024, then sank by 89.47% to -$216.0 million in 2025, then jumped by 205.56% to $228.0 million in 2026.
- Per Business Quant data, the three most recent Change in Account Payables figures were $228.0 million in Q3 2026, $226.0 million in Q2 2026, and -$216.0 million in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change Payables (Qtr) |
|---|---|---|---|---|---|
| 1 | Rio Tinto | 186.21 Bn | 152.34 Bn | - | - |
| 2 | Southern Copper | 170.20 Bn | 149.06 Bn | 2.90 Bn | - |
| 3 | Newmont | 127.93 Bn | 96.10 Bn | 4.03 Bn | 84.00 Mn |
| 4 | Ternium | 111.02 Bn | 76.07 Bn | 941.02 Mn | - |
| 5 | Freeport-Mcmoran | 103.81 Bn | 99.96 Bn | 2.19 Bn | - |
| 6 | Agnico Eagle Mines | 97.22 Bn | 97.22 Bn | 2.43 Bn | - |
| 7 | Barrick Mining | 71.84 Bn | 56.58 Bn | 2.90 Bn | - |
| 8 | Nucor | 56.10 Bn | 46.64 Bn | 2.03 Bn | 228.00 Mn |
| 9 | ArcelorMittal | 53.80 Bn | 34.82 Bn | - | - |
| 10 | AngloGold Ashanti | 50.01 Bn | 39.68 Bn | 1.70 Bn | - |
Historic Data
| Date | Value |
|---|---|
| Jul 4, 2026 | 228.00 Mn |
| Apr 4, 2026 | 226.00 Mn |
| Dec 31, 2025 | -216.00 Mn |
| Oct 4, 2025 | -79.00 Mn |
| Jul 5, 2025 | -3.00 Mn |
| Apr 5, 2025 | 378.00 Mn |
| Dec 31, 2024 | -114.00 Mn |
| Sep 28, 2024 | 108.00 Mn |
| Jun 29, 2024 | 77.00 Mn |
| Mar 30, 2024 | -392.00 Mn |
| Dec 31, 2023 | 196.52 Mn |
| Sep 30, 2023 | -77.59 Mn |
| Jul 1, 2023 | -152.53 Mn |
| Apr 1, 2023 | 394.60 Mn |
| Dec 31, 2022 | -196.24 Mn |
| Oct 1, 2022 | -497.82 Mn |
| Jul 2, 2022 | 363.54 Mn |
| Apr 2, 2022 | -165.48 Mn |
| Dec 31, 2021 | 40.41 Mn |
| Oct 2, 2021 | -383.64 Mn |
Nucor Change in Account 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=change-in-account-payables&ticker=NUE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-account-payables", "ticker": "NUE", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=change-in-account-payables&ticker=NUE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();