Ambev (ABEV) Times Interest Earned (2012 - 2026)
Ambev's (ABEV) quarterly Times Interest Earned came in at 5.28 in Q2 2026, down 19.59% on a YoY basis from 6.57 in Q2 2025, and down 12.89% quarter-over-quarter from 4.68 in Q1 2026.
Ambev (ABEV) Times Interest Earned (2012 - 2026) Analysis & Trends
Ambev (ABEV) has reported Times Interest Earned for 15 consecutive years, with 5.28 the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Times Interest Earned fell 19.59% year-over-year to 5.28; the trailing twelve-month figure through Jun 2026 stood at 5.37 (up 3.77% YoY), and the FY2025 full-year result was 5.29, up 2.32% from the prior year.
- Times Interest Earned slipped to 5.28 in Q2 2026 per ABEV's latest filing, from 4.68 in the prior quarter.
- Across five years, Times Interest Earned topped out at 1.13 in Q3 2022 and bottomed at 8.08 in Q4 2023.
- Historically, Times Interest Earned has averaged 3.97 across 5 years, with a median of 4.55 in 2026.
- The sharpest annual moves came in 2022 and 2023: Times Interest Earned surged 40.98% in 2022, then plunged 574.46% in 2023.
- Over 5 years, Times Interest Earned stood at 1.2 in 2022, then slumped by 574.46% to 8.08 in 2023, then increased by 20.7% to 6.4 in 2024, then dropped by 1.37% to 6.49 in 2025, then rose by 18.66% to 5.28 in 2026.
- According to Business Quant data, Times Interest Earned over the past three periods registered 5.28, 4.68, and 6.49 for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Times Interest Earned (Qtr) |
|---|---|---|---|---|---|
| 1 | Coca Cola | 379.05 Bn | 367.07 Bn | 8.42 Bn | 12.66 |
| 2 | Diageo | 209.58 Bn | 209.63 Bn | - | - |
| 3 | Coca Cola Femsa Sab De Cv | 185.97 Bn | 185.19 Bn | 2.06 Bn | 4.69 |
| 4 | Pepsico | 177.68 Bn | 167.14 Bn | 13.11 Bn | 17.49 |
| 5 | Monster Beverage | 86.02 Bn | 82.60 Bn | 1.42 Bn | - |
| 6 | Ambev | 46.18 Bn | 42.67 Bn | 2.06 Bn | 5.28 |
| 7 | Coca-Cola Europacific Partners | 44.77 Bn | 44.20 Bn | - | - |
| 8 | Keurig Dr Pepper | 43.22 Bn | 45.90 Bn | 3.07 Bn | - |
| 9 | Andina Bottling | 28.97 Bn | -301.93 Bn | 698.26 Mn | 2,781.53 |
| 10 | Constellation Brands | 19.91 Bn | 19.81 Bn | 1.32 Bn | - |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -5.28 |
| Mar 31, 2026 | -4.68 |
| Dec 31, 2025 | -6.49 |
| Sep 30, 2025 | -5.19 |
| Jun 30, 2025 | -4.42 |
| Mar 31, 2025 | -5.69 |
| Dec 31, 2024 | -6.40 |
| Sep 30, 2024 | -5.68 |
| Jun 30, 2024 | -2.68 |
| Mar 31, 2024 | -4.82 |
| Dec 31, 2023 | -8.08 |
| Sep 30, 2023 | -2.29 |
| Jun 30, 2023 | -1.35 |
| Mar 31, 2023 | -2.26 |
| Dec 31, 2022 | -1.20 |
| Sep 30, 2022 | -1.13 |
| Jun 30, 2022 | -1.70 |
| Mar 31, 2022 | -2.16 |
| Dec 31, 2021 | -1.27 |
| Sep 30, 2021 | -1.79 |
Ambev Times Interest Earned 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=times-interest-earned&ticker=ABEV&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "times-interest-earned", "ticker": "ABEV", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=times-interest-earned&ticker=ABEV&period=max&api_key=YOUR_API_KEY");
const data = await res.json();