Progressive (PGR) Change in Receivables (2012 - 2026)
Progressive's (PGR) quarterly Change in Receivables came in at -$508.0 million in Q2 2026, down 25.43% year-over-year from -$681.3 million in Q2 2025, and down 122.56% quarter-over-quarter from $2.3 billion in Q1 2026.
Progressive (PGR) Change in Receivables (2012 - 2026) Analysis & Trends
Progressive (PGR) has reported Change in Receivables for 15 consecutive years, with -$508.0 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Change in Receivables fell 25.43% year-over-year to -$508.0 million in Q2 2026; TTM through Jun 2026 was $700.0 million, a 62.39% decrease from a year earlier, with the FY2025 full-year figure at $993.0 million, down 58.81% from the prior year.
- Change in Receivables was -$508.0 million for Q2 2026 at Progressive, down from $2.3 billion in the prior quarter.
- Over five years, Change in Receivables peaked at $2.4 billion in Q1 2025 and troughed at -$1.2 billion in Q4 2025.
- A 5-year average of $428.1 million and a median of $123.8 million in 2023 frame the typical range for Change in Receivables.
- Across the five-year window, Change in Receivables sank 422.66% in 2023 and surged 354.89% in 2024, its largest moves.
- Over 5 years, Change in Receivables stood at -$451.2 million in 2022, then rose by 0.24% to -$450.1 million in 2023, then plunged by 70.18% to -$766.0 million in 2024, then tumbled by 51.04% to -$1.2 billion in 2025, then surged by 56.09% to -$508.0 million in 2026.
- The last three Change in Receivables figures came in at -$508.0 million (Q2 2026), $2.3 billion (Q1 2026), and -$1.2 billion (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change Receivables (Qtr) |
|---|---|---|---|---|---|
| 1 | Berkshire Hathaway | 1,085.11 Bn | 760.40 Bn | 55.86 Bn | 2.23 Bn |
| 2 | Chubb | 129.51 Bn | 121.21 Bn | 9.13 Bn | 1.98 Bn |
| 3 | Progressive | 120.30 Bn | 115.30 Bn | 9.04 Bn | -508.00 Mn |
| 4 | Marsh & Mclennan Companies | 81.24 Bn | 69.29 Bn | 6.04 Bn | 581.00 Mn |
| 5 | Travelers Companies | 75.54 Bn | 51.79 Bn | 6.23 Bn | 961.00 Mn |
| 6 | Manulife Financial | 75.22 Bn | 76.43 Bn | - | - |
| 7 | Metlife | 61.21 Bn | 34.19 Bn | 7.82 Bn | - |
| 8 | Aon | 60.67 Bn | 59.43 Bn | - | 275.00 Mn |
| 9 | Arthur J. Gallagher | 59.09 Bn | 57.73 Bn | - | 80.00 Mn |
| 10 | Allstate | 58.28 Bn | 19.52 Bn | 16.28 Bn | 227.00 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -508.00 Mn |
| Mar 31, 2026 | 2.25 Bn |
| Dec 31, 2025 | -1.16 Bn |
| Sep 30, 2025 | 113.00 Mn |
| Jun 30, 2025 | -405.00 Mn |
| Mar 31, 2025 | 2.44 Bn |
| Dec 31, 2024 | -766.00 Mn |
| Sep 30, 2024 | 590.00 Mn |
| Jun 30, 2024 | 352.00 Mn |
| Mar 31, 2024 | 2.24 Bn |
| Dec 31, 2023 | -450.10 Mn |
| Sep 30, 2023 | 134.70 Mn |
| Jun 30, 2023 | -138.10 Mn |
| Mar 31, 2023 | 1.99 Bn |
| Dec 31, 2022 | -451.20 Mn |
| Sep 30, 2022 | 305.90 Mn |
| Jun 30, 2022 | 42.80 Mn |
| Mar 31, 2022 | 1.12 Bn |
| Dec 31, 2021 | -847.20 Mn |
| Sep 30, 2021 | 810.50 Mn |
Progressive Change in Receivables 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=change-in-receivables&ticker=PGR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-receivables", "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=change-in-receivables&ticker=PGR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();