Progressive (PGR) Cash from Investing Activities (2012 - 2026)
Progressive's (PGR) quarterly Cash from Investing Activities came in at -$2.9 billion in Q2 2026, up 27.7% year-over-year from -$2.3 billion in Q2 2025, and down 210.77% quarter-over-quarter from $2.6 billion in Q1 2026.
Progressive (PGR) Cash from Investing Activities (2012 - 2026) Analysis & Trends
Progressive (PGR) has reported Cash from Investing Activities for 15 consecutive years, with -$2.9 billion the latest figure, recorded in Q2 2026.
- On a quarterly basis, Cash from Investing Activities rose 27.7% year-over-year to -$2.9 billion in Q2 2026; TTM through Jun 2026 was -$8.4 billion, a 38.66% increase from a year earlier, with the FY2025 full-year figure at -$14.5 billion, down 5.66% from the prior year.
- Cash from Investing Activities was -$2.9 billion for Q2 2026 at Progressive, down from $2.6 billion in the prior quarter.
- Over five years, Cash from Investing Activities peaked at $2.6 billion in Q1 2026 and troughed at -$5.0 billion in Q3 2025.
- A 5-year average of -$2.6 billion and a median of -$2.9 billion in 2024 frame the typical range for Cash from Investing Activities.
- Across the five-year window, Cash from Investing Activities sank 1790.75% in 2022 and jumped 212.64% in 2026, its largest moves.
- Over 5 years, Cash from Investing Activities stood at -$994.9 million in 2022, then tumbled by 135.77% to -$2.3 billion in 2023, then dropped by 25.42% to -$2.9 billion in 2024, then fell by 5.34% to -$3.1 billion in 2025, then increased by 5.74% to -$2.9 billion in 2026.
- The last three Cash from Investing Activities figures came in at -$2.9 billion (Q2 2026), $2.6 billion (Q1 2026), and -$3.1 billion (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 | Travelers Companies | 75.54 Bn | 51.79 Bn | 6.23 Bn | -165.00 Mn |
| 5 | Allstate | 58.28 Bn | 19.52 Bn | 16.28 Bn | -1.16 Bn |
| 6 | Aflac | 57.57 Bn | -45.43 Bn | 2.27 Bn | 791.00 Mn |
| 7 | Fairfax Financial Holdings | 48.63 Bn | 53.34 Bn | - | 1.83 Bn |
| 8 | American International | 39.46 Bn | 1.67 Bn | 3.50 Bn | -752.00 Mn |
| 9 | Hartford Insurance | 34.91 Bn | 18.60 Bn | 3.18 Bn | -551.00 Mn |
| 10 | Arch Capital | 32.40 Bn | 31.29 Bn | 2.47 Bn | -1.54 Bn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -2.92 Bn |
| Mar 31, 2026 | 2.64 Bn |
| Dec 31, 2025 | -3.10 Bn |
| Sep 30, 2025 | -5.05 Bn |
| Jun 30, 2025 | -4.04 Bn |
| Mar 31, 2025 | -2.34 Bn |
| Dec 31, 2024 | -2.94 Bn |
| Sep 30, 2024 | -4.42 Bn |
| Jun 30, 2024 | -3.26 Bn |
| Mar 31, 2024 | -3.12 Bn |
| Dec 31, 2023 | -2.35 Bn |
| Sep 30, 2023 | -3.35 Bn |
| Jun 30, 2023 | -2.87 Bn |
| Mar 31, 2023 | -2.28 Bn |
| Dec 31, 2022 | -994.90 Mn |
| Sep 30, 2022 | -1.78 Bn |
| Jun 30, 2022 | -1.38 Bn |
| Mar 31, 2022 | -3.80 Bn |
| Dec 31, 2021 | 455.30 Mn |
| Sep 30, 2021 | -1.56 Bn |
Progressive 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=PGR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-investing-activities", "ticker": "PGR", "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=PGR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();