Nucor (NUE) Cash from Financing Activities (2009 - 2026)
Nucor's (NUE) quarterly Cash from Financing Activities came in at -$632.0 million in Q3 2026, up 55.18% year-over-year from -$407.3 million in Q3 2025, and down 33.9% quarter-over-quarter from -$472.0 million in Q2 2026.
Nucor (NUE) Cash from Financing Activities (2009 - 2026) Analysis & Trends
Nucor has disclosed Cash from Financing Activities across 18 years of filings, most recently posting -$632.0 million for Q3 2026.
- In Q3 2026, Cash from Financing Activities rose 55.18% year-over-year to -$632.0 million; the TTM figure through Jul 2026 stood at -$1.4 billion (up 27.66% YoY), while the FY2025 annual figure was -$1.3 billion, up 57.0% from the prior year.
- Cash from Financing Activities came in at -$632.0 million for Q3 2026 at Nucor, down from -$472.0 million in the prior quarter.
- In the past five years, Cash from Financing Activities ranged from a high of $414.0 million in Q2 2025 to a low of -$1.4 billion in Q3 2025.
- Average Cash from Financing Activities over 5 years is -$587.8 million, with a median of -$548.0 million recorded in 2022.
- Year-over-year, Cash from Financing Activities tumbled 386.33% in 2023 and surged 129.66% in 2025.
- Over 5 years, Cash from Financing Activities stood at -$586.0 million in 2022, then soared by 40.5% to -$348.7 million in 2023, then plunged by 32.22% to -$461.0 million in 2024, then jumped by 90.02% to -$46.0 million in 2025, then slumped by 1273.91% to -$632.0 million in 2026.
- Per Business Quant data, the three most recent Cash from Financing Activities figures were -$632.0 million in Q3 2026, -$472.0 million in Q2 2026, and -$46.0 million in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Financing (Qtr) |
|---|---|---|---|---|---|
| 1 | Rio Tinto | 186.21 Bn | 152.34 Bn | - | - |
| 2 | Southern Copper | 170.20 Bn | 149.06 Bn | 2.90 Bn | 417.50 Mn |
| 3 | Newmont | 127.93 Bn | 96.10 Bn | 4.03 Bn | -1.94 Bn |
| 4 | Ternium | 111.02 Bn | 76.07 Bn | 941.02 Mn | -300.00 Mn |
| 5 | Freeport-Mcmoran | 103.81 Bn | 99.96 Bn | 2.19 Bn | -514.00 Mn |
| 6 | Agnico Eagle Mines | 97.22 Bn | 97.22 Bn | 2.43 Bn | -600.72 Mn |
| 7 | Barrick Mining | 71.84 Bn | 56.58 Bn | 2.90 Bn | -2.01 Bn |
| 8 | Nucor | 56.10 Bn | 46.64 Bn | 2.03 Bn | -632.00 Mn |
| 9 | ArcelorMittal | 53.80 Bn | 34.82 Bn | - | 152.00 Mn |
| 10 | AngloGold Ashanti | 50.01 Bn | 39.68 Bn | 1.70 Bn | -1.35 Bn |
Historic Data
| Date | Value |
|---|---|
| Jul 4, 2026 | -632.00 Mn |
| Apr 4, 2026 | -472.00 Mn |
| Dec 31, 2025 | -46.00 Mn |
| Oct 4, 2025 | -273.00 Mn |
| Jul 5, 2025 | -1.41 Bn |
| Apr 5, 2025 | 414.00 Mn |
| Dec 31, 2024 | -461.00 Mn |
| Sep 28, 2024 | -510.00 Mn |
| Jun 29, 2024 | -691.00 Mn |
| Mar 30, 2024 | -1.40 Bn |
| Dec 31, 2023 | -348.66 Mn |
| Sep 30, 2023 | -654.94 Mn |
| Jul 1, 2023 | -668.72 Mn |
| Apr 1, 2023 | -920.67 Mn |
| Dec 31, 2022 | -585.98 Mn |
| Oct 1, 2022 | -1.31 Bn |
| Jul 2, 2022 | -425.03 Mn |
| Apr 2, 2022 | -189.31 Mn |
| Dec 31, 2021 | -1.65 Bn |
| Oct 2, 2021 | -797.08 Mn |
Nucor Cash from Financing Activities 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=cash-from-financing-activities&ticker=NUE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-financing-activities", "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=cash-from-financing-activities&ticker=NUE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();