Aflac (AFL) Change in Taxes (2009 - 2026)
Aflac's (AFL) quarterly Change in Taxes came in at -$352.0 million in Q2 2026, up 8.33% year-over-year from -$324.9 million in Q2 2025, and down 257.14% quarter-over-quarter from $224.0 million in Q1 2026.
Aflac (AFL) Change in Taxes (2009 - 2026) Analysis & Trends
Aflac has disclosed Change in Taxes across 17 years of filings, most recently posting -$352.0 million for Q2 2026.
- In Q2 2026, Change in Taxes rose 8.33% year-over-year to -$352.0 million; the TTM figure through Jun 2026 stood at -$139.0 million (up 68.34% YoY), while the FY2025 annual figure was -$278.0 million, up 29.26% from the prior year.
- Change in Taxes came in at -$352.0 million for Q2 2026 at Aflac, down from $224.0 million in the prior quarter.
- In the past five years, Change in Taxes ranged from a high of $359.0 million in Q3 2025 to a low of -$678.0 million in Q4 2023.
- Average Change in Taxes over 5 years is -$126.4 million, with a median of -$143.0 million recorded in 2022.
- Year-over-year, Change in Taxes tumbled 3666.67% in 2023 and jumped 128.66% in 2025.
- Over 5 years, Change in Taxes stood at -$18.0 million in 2022, then plunged by 3666.67% to -$678.0 million in 2023, then jumped by 51.47% to -$329.0 million in 2024, then decreased by 12.46% to -$370.0 million in 2025, then grew by 4.86% to -$352.0 million in 2026.
- Per Business Quant data, the three most recent Change in Taxes figures were -$352.0 million in Q2 2026, $224.0 million in Q1 2026, and -$370.0 million in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change Taxes (Qtr) |
|---|---|---|---|---|---|
| 1 | Berkshire Hathaway | 1,085.11 Bn | 760.40 Bn | 55.86 Bn | 1.08 Bn |
| 2 | Chubb | 129.51 Bn | 121.21 Bn | 9.13 Bn | -132.00 Mn |
| 3 | Progressive | 120.30 Bn | 115.30 Bn | 9.04 Bn | -589.00 Mn |
| 4 | Travelers Companies | 75.54 Bn | 51.79 Bn | 6.23 Bn | - |
| 5 | Allstate | 58.28 Bn | 19.52 Bn | 16.28 Bn | -224.00 Mn |
| 6 | Aflac | 57.57 Bn | -45.43 Bn | 2.27 Bn | -352.00 Mn |
| 7 | Fairfax Financial Holdings | 48.63 Bn | 53.34 Bn | - | - |
| 8 | American International | 39.46 Bn | 1.67 Bn | 3.50 Bn | 119.00 Mn |
| 9 | Hartford Insurance | 34.91 Bn | 18.60 Bn | 3.18 Bn | - |
| 10 | Arch Capital | 32.40 Bn | 31.29 Bn | 2.47 Bn | - |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -352.00 Mn |
| Mar 31, 2026 | 224.00 Mn |
| Dec 31, 2025 | -370.00 Mn |
| Sep 30, 2025 | 359.00 Mn |
| Jun 30, 2025 | -384.00 Mn |
| Mar 31, 2025 | 117.00 Mn |
| Dec 31, 2024 | -329.00 Mn |
| Sep 30, 2024 | 157.00 Mn |
| Jun 30, 2024 | -512.00 Mn |
| Mar 31, 2024 | 291.00 Mn |
| Dec 31, 2023 | -678.00 Mn |
| Sep 30, 2023 | 131.00 Mn |
| Jun 30, 2023 | -574.00 Mn |
| Mar 31, 2023 | 154.00 Mn |
| Dec 31, 2022 | -18.00 Mn |
| Sep 30, 2022 | -548.00 Mn |
| Jun 30, 2022 | -268.00 Mn |
| Mar 31, 2022 | 325.00 Mn |
| Dec 31, 2021 | -229.00 Mn |
| Sep 30, 2021 | 227.00 Mn |
Aflac Change in Taxes 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-taxes&ticker=AFL&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-taxes", "ticker": "AFL", "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-taxes&ticker=AFL&period=max&api_key=YOUR_API_KEY");
const data = await res.json();