Loews (L) Non Operating Investment Income (2009 - 2026)
Loews' (L) quarterly Non Operating Investment Income came in at -$5.0 million in Q2 2026, up 89.13% on a YoY basis from -$2.6 million in Q2 2025, and up 72.22% quarter-over-quarter from -$18.0 million in Q1 2026.
Loews (L) Non Operating Investment Income (2009 - 2026) Analysis & Trends
Loews (L) has reported Non Operating Investment Income for 11 consecutive years, with -$5.0 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Non Operating Investment Income rose 89.13% year-over-year to -$5.0 million; the trailing twelve-month figure through Jun 2026 stood at -$49.0 million (up 52.88% YoY), and the FY2025 full-year result was -$81.0 million, changed 0.0% from the prior year.
- Non Operating Investment Income advanced to -$5.0 million in Q2 2026 per L's latest filing, from -$18.0 million in the prior quarter.
- Across five years, Non Operating Investment Income topped out at $14.0 million in Q2 2023 and bottomed at -$96.0 million in Q3 2022.
- Historically, Non Operating Investment Income has averaged -$24.3 million across 5 years, with a median of -$18.5 million in 2025.
- The sharpest annual moves came in 2022 and 2023: Non Operating Investment Income plunged 1200.0% in 2022, then surged 123.73% in 2023.
- Over 5 years, Non Operating Investment Income stood at -$33.0 million in 2022, then jumped by 118.18% to $6.0 million in 2023, then tumbled by 750.0% to -$39.0 million in 2024, then soared by 51.28% to -$19.0 million in 2025, then jumped by 73.68% to -$5.0 million in 2026.
- According to Business Quant data, Non Operating Investment Income over the past three periods registered -$5.0 million, -$18.0 million, and -$19.0 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Non-Op. Investment Inc. (Qtr) |
|---|---|---|---|---|---|
| 1 | Berkshire Hathaway | 1,085.11 Bn | 760.40 Bn | 55.86 Bn | 16.08 Bn |
| 2 | Chubb | 129.51 Bn | 121.21 Bn | 9.13 Bn | 162.00 Mn |
| 3 | Progressive | 120.30 Bn | 115.30 Bn | 9.04 Bn | 588.00 Mn |
| 4 | Marsh & Mclennan Companies | 81.24 Bn | 69.29 Bn | 6.04 Bn | -5.00 Mn |
| 5 | Travelers Companies | 75.54 Bn | 51.79 Bn | 6.23 Bn | 60.00 Mn |
| 6 | Manulife Financial | 75.22 Bn | 76.43 Bn | - | - |
| 7 | Metlife | 61.21 Bn | 34.19 Bn | 7.82 Bn | -428.00 Mn |
| 8 | Aon | 60.67 Bn | 59.43 Bn | - | - |
| 9 | Arthur J. Gallagher | 59.09 Bn | 57.73 Bn | - | - |
| 10 | Loews | 21.65 Bn | 268.94 Mn | 2.57 Bn | -5.00 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -5.00 Mn |
| Mar 31, 2026 | -18.00 Mn |
| Dec 31, 2025 | -19.00 Mn |
| Sep 30, 2025 | -7.00 Mn |
| Jun 30, 2025 | -46.00 Mn |
| Mar 31, 2025 | -9.00 Mn |
| Dec 31, 2024 | -39.00 Mn |
| Sep 30, 2024 | -10.00 Mn |
| Jun 30, 2024 | -10.00 Mn |
| Mar 31, 2024 | -22.00 Mn |
| Dec 31, 2023 | 6.00 Mn |
| Sep 30, 2023 | -38.00 Mn |
| Jun 30, 2023 | 14.00 Mn |
| Mar 31, 2023 | -35.00 Mn |
| Dec 31, 2022 | -33.00 Mn |
| Sep 30, 2022 | -96.00 Mn |
| Jun 30, 2022 | -59.00 Mn |
| Mar 31, 2022 | -11.00 Mn |
| Dec 31, 2021 | 3.00 Mn |
| Sep 30, 2021 | 22.00 Mn |
Loews Non Operating Investment Income 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=non-operating-investment-income&ticker=L&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-operating-investment-income", "ticker": "L", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=non-operating-investment-income&ticker=L&period=max&api_key=YOUR_API_KEY");
const data = await res.json();