Cincinnati Financial (CINF) Cash from Investing Activities (2011 - 2026)
Cincinnati Financial (CINF) posted Cash from Investing Activities of $243.0 million for Q2 2026, up 149.29% on a QoQ basis from -$493.0 million in Q1 2026, and up 143.71% year-over-year from $99.7 million in Q2 2025.
Cincinnati Financial (CINF) Cash from Investing Activities (2011 - 2026) Analysis & Trends
Cincinnati Financial has reported Cash from Investing Activities for 16 years, with the latest figure at $243.0 million in Q2 2026.
- On a quarterly basis, Cash from Investing Activities rose 143.71% year-over-year to $243.0 million in Q2 2026; TTM through Jun 2026 was -$1.3 billion, a 15.48% increase from a year earlier, with the FY2025 full-year figure at -$1.7 billion, changed 0.29% from the prior year.
- Cash from Investing Activities was $243.0 million for Q2 2026 at Cincinnati Financial, up from -$493.0 million in the prior quarter.
- The five-year high for Cash from Investing Activities was $251.0 million in Q3 2024, with the low at -$1.2 billion in Q4 2024.
- Average Cash from Investing Activities over 5 years is -$343.2 million, with a median of -$358.5 million recorded in 2023.
- The sharpest annual moves came in 2024 and 2026: Cash from Investing Activities surged 178.93% in 2024, then tumbled 750.0% in 2026.
- Over 5 years, Cash from Investing Activities stood at -$287.0 million in 2022, then fell by 28.92% to -$370.0 million in 2023, then tumbled by 226.22% to -$1.2 billion in 2024, then surged by 44.16% to -$674.0 million in 2025, then soared by 136.05% to $243.0 million in 2026.
- The last three Cash from Investing Activities figures came in at $243.0 million (Q2 2026), -$493.0 million (Q1 2026), and -$674.0 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Investing (Qtr) |
|---|---|---|---|---|---|
| 1 | Berkshire Hathaway | 1,085.11 Bn | 760.40 Bn | 55.86 Bn | -24.34 Bn |
| 2 | Chubb | 129.51 Bn | 121.21 Bn | 9.13 Bn | -2.34 Bn |
| 3 | Progressive | 120.30 Bn | 115.30 Bn | 9.04 Bn | -2.92 Bn |
| 4 | Marsh & Mclennan Companies | 81.24 Bn | 69.29 Bn | 6.04 Bn | -161.00 Mn |
| 5 | Travelers Companies | 75.54 Bn | 51.79 Bn | 6.23 Bn | -165.00 Mn |
| 6 | Manulife Financial | 75.22 Bn | 76.43 Bn | - | -5.91 Bn |
| 7 | Metlife | 61.21 Bn | 34.19 Bn | 7.82 Bn | -8.87 Bn |
| 8 | Aon | 60.67 Bn | 59.43 Bn | - | -49.00 Mn |
| 9 | Arthur J. Gallagher | 59.09 Bn | 57.73 Bn | - | -353.00 Mn |
| 10 | Cincinnati Financial | 25.45 Bn | 23.56 Bn | 2.39 Bn | 243.00 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 243.00 Mn |
| Mar 31, 2026 | -493.00 Mn |
| Dec 31, 2025 | -674.00 Mn |
| Sep 30, 2025 | -403.00 Mn |
| Jun 30, 2025 | -556.00 Mn |
| Mar 31, 2025 | -58.00 Mn |
| Dec 31, 2024 | -1.21 Bn |
| Sep 30, 2024 | 251.00 Mn |
| Jun 30, 2024 | -385.00 Mn |
| Mar 31, 2024 | -355.00 Mn |
| Dec 31, 2023 | -370.00 Mn |
| Sep 30, 2023 | -318.00 Mn |
| Jun 30, 2023 | -558.00 Mn |
| Mar 31, 2023 | -362.00 Mn |
| Dec 31, 2022 | -287.00 Mn |
| Sep 30, 2022 | -322.00 Mn |
| Jun 30, 2022 | -162.00 Mn |
| Mar 31, 2022 | -162.00 Mn |
| Dec 31, 2021 | -166.00 Mn |
| Sep 30, 2021 | -365.00 Mn |
Cincinnati Financial Cash from Investing 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-investing-activities&ticker=CINF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-investing-activities", "ticker": "CINF", "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-investing-activities&ticker=CINF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();