Progressive (PGR) EBITDA (2009 - 2026)
Progressive's (PGR) quarterly EBITDA came in at -$10.4 billion in Q2 2026, down 7.69% year-over-year from -$11.2 billion in Q2 2025, and down 0.99% quarter-over-quarter from -$10.3 billion in Q1 2026.
Progressive (PGR) EBITDA (2009 - 2026) Analysis & Trends
Progressive (PGR) has reported EBITDA for 18 consecutive years, with -$10.4 billion the latest figure, recorded in Q2 2026.
- On a quarterly basis, EBITDA fell 7.69% year-over-year to -$10.4 billion in Q2 2026; TTM through Jun 2026 was -$41.2 billion, a 6.19% decrease from a year earlier, with the FY2025 full-year figure at -$39.7 billion, down 3.62% from the prior year.
- EBITDA was -$10.4 billion for Q2 2026 at Progressive, down from -$10.3 billion in the prior quarter.
- Over five years, EBITDA peaked at $1.4 billion in Q4 2022 and troughed at -$11.7 billion in Q2 2023.
- A 5-year average of -$7.0 billion and a median of -$9.6 billion in 2025 frame the typical range for EBITDA.
- The widest YoY moves for EBITDA: up 34.35% in 2023, down 3070.6% in 2023.
- Over 5 years, EBITDA stood at $1.4 billion in 2022, then slumped by 755.55% to -$9.0 billion in 2023, then decreased by 11.67% to -$10.0 billion in 2024, then fell by 4.06% to -$10.4 billion in 2025, then advanced by 0.58% to -$10.4 billion in 2026.
- The last three EBITDA figures came in at -$10.4 billion (Q2 2026), -$10.3 billion (Q1 2026), and -$10.4 billion (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | EBITDA (Qtr) |
|---|---|---|---|---|---|
| 1 | Berkshire Hathaway | 1,085.11 Bn | 760.40 Bn | 55.86 Bn | -30.21 Bn |
| 2 | Chubb | 129.51 Bn | 121.21 Bn | 9.13 Bn | 1.76 Bn |
| 3 | Progressive | 120.30 Bn | 115.30 Bn | 9.04 Bn | -10.36 Bn |
| 4 | Travelers Companies | 75.54 Bn | 51.79 Bn | 6.23 Bn | 1.07 Bn |
| 5 | Allstate | 58.28 Bn | 19.52 Bn | 16.28 Bn | 1.01 Bn |
| 6 | Aflac | 57.57 Bn | -45.43 Bn | 2.27 Bn | 984.00 Mn |
| 7 | Fairfax Financial Holdings | 48.63 Bn | 53.34 Bn | - | 1.74 Bn |
| 8 | American International | 39.46 Bn | 1.67 Bn | 3.50 Bn | 1.13 Bn |
| 9 | Hartford Insurance | 34.91 Bn | 18.60 Bn | 3.18 Bn | 800.00 Mn |
| 10 | Arch Capital | 32.40 Bn | 31.29 Bn | 2.47 Bn | -1.02 Bn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -10.36 Bn |
| Mar 31, 2026 | -10.26 Bn |
| Dec 31, 2025 | -10.42 Bn |
| Sep 30, 2025 | -10.12 Bn |
| Jun 30, 2025 | -9.62 Bn |
| Mar 31, 2025 | -9.57 Bn |
| Dec 31, 2024 | -10.02 Bn |
| Sep 30, 2024 | -9.56 Bn |
| Jun 30, 2024 | -10.74 Bn |
| Mar 31, 2024 | -8.03 Bn |
| Dec 31, 2023 | -8.97 Bn |
| Sep 30, 2023 | -9.98 Bn |
| Jun 30, 2023 | -11.73 Bn |
| Mar 31, 2023 | 895.30 Mn |
| Dec 31, 2022 | 1.37 Bn |
| Sep 30, 2022 | 437.50 Mn |
| Jun 30, 2022 | -370.10 Mn |
| Mar 31, 2022 | 666.40 Mn |
| Dec 31, 2021 | 1.48 Bn |
| Sep 30, 2021 | 396.30 Mn |
Progressive EBITDA 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=ebitda&ticker=PGR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "ebitda", "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=ebitda&ticker=PGR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();