Newmarket (NEU) Other financing activities (2009 - 2026)
Newmarket's (NEU) quarterly Other financing activities came in at -$773000.0 in Q2 2026, down 3.48% year-over-year from -$800875.2 in Q2 2025, and up 76.74% quarter-over-quarter from -$3.3 million in Q1 2026.
Newmarket (NEU) Other financing activities (2009 - 2026) Analysis & Trends
Newmarket has disclosed Other financing activities across 18 years of filings, most recently posting -$773000.0 for Q2 2026.
- In Q2 2026, Other financing activities fell 3.48% year-over-year to -$773000.0; the TTM figure through Jun 2026 stood at -$6.0 million (up 24.4% YoY), while the FY2025 annual figure was -$7.0 million, up 37.2% from the prior year.
- Other financing activities came in at -$773000.0 for Q2 2026 at Newmarket, up from -$3.3 million in the prior quarter.
- In the past five years, Other financing activities ranged from a high of $5.5 million in Q4 2023 to a low of -$8.4 million in Q1 2024.
- Average Other financing activities over 5 years is -$1.4 million, with a median of -$1.0 million recorded in 2022.
- Year-over-year, Other financing activities jumped 636.73% in 2023 and tumbled 1057.69% in 2025.
- Over 5 years, Other financing activities stood at -$1.0 million in 2022, then jumped by 636.73% to $5.5 million in 2023, then plunged by 124.81% to -$1.4 million in 2024, then jumped by 38.83% to -$838000.0 in 2025, then rose by 7.76% to -$773000.0 in 2026.
- Per Business Quant data, the three most recent Other financing activities figures were -$773000.0 in Q2 2026, -$3.3 million in Q1 2026, and -$838000.0 in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Asml Holding | 647.47 Bn | 631.49 Bn | 5.90 Bn |
| 2 | General Electric | 325.83 Bn | 316.71 Bn | 6.95 Bn |
| 3 | Astrazeneca | 257.75 Bn | 252.54 Bn | 12.86 Bn |
| 4 | Citigroup | 221.04 Bn | -2,078.84 Bn | 24.75 Bn |
| 5 | Bhp | 219.16 Bn | 200.62 Bn | - |
| 6 | Diageo | 208.21 Bn | 208.26 Bn | - |
| 7 | Rio Tinto | 188.09 Bn | 183.71 Bn | - |
| 8 | Ferrari | 151.21 Bn | 149.46 Bn | 1.18 Bn |
| 9 | Unilever | 134.81 Bn | 130.23 Bn | - |
| 10 | Newmarket | 8.20 Bn | 8.11 Bn | 242.43 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -773,000.00 |
| Mar 31, 2026 | -3.32 Mn |
| Dec 31, 2025 | -838,000.00 |
| Sep 30, 2025 | -1.06 Mn |
| Jun 30, 2025 | -747,000.00 |
| Mar 31, 2025 | -4.35 Mn |
| Dec 31, 2024 | -1.37 Mn |
| Sep 30, 2024 | -1.46 Mn |
| Jun 30, 2024 | 78,000.00 |
| Mar 31, 2024 | -8.37 Mn |
| Dec 31, 2023 | 5.52 Mn |
| Sep 30, 2023 | -1.23 Mn |
| Jun 30, 2023 | -706,000.00 |
| Mar 31, 2023 | -2.28 Mn |
| Dec 31, 2022 | -1.03 Mn |
| Sep 30, 2022 | -541,000.00 |
| Jun 30, 2022 | -1.12 Mn |
| Mar 31, 2022 | -833,000.00 |
| Jun 30, 2021 | 965,000.00 |
| Mar 31, 2021 | 2.93 Mn |
Newmarket Other 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=other-financing-activities&ticker=NEU&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-financing-activities", "ticker": "NEU", "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-financing-activities&ticker=NEU&period=max&api_key=YOUR_API_KEY");
const data = await res.json();