Analysts expect Cincinnati Financial Corp to report revenue of 2.52 B for Q3 26, against a range of 2.34 B to 2.70 B. The most recent reported quarter, Q2 26, came in at 2.63 B, a 7.6% miss against the 2.85 B consensus.
| Metric | Q3 24 | Q4 24 | Q1 25 | Q2 25 | Q3 25 | Q4 25 | Q1 26 | Q2 26 | Q3 26 | Q4 26 | Q1 27 | Q2 27 | Q3 27 | Q4 27 | Q1 28 | Q2 28 | Q3 28 | Q4 28 | Q1 29 | Q2 29 | Q3 29 | Q4 29 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Reported (Actual) | 2.30 B | 2.37 B | 2.34 B | 2.48 B | 2.57 B | 2.59 B | 2.60 B | 2.63 B | - | - | - | - | - | - | - | - | ||||||
| High Estimate | 2.25 B | 2.34 B | 2.66 B | 2.85 B | 2.91 B | 2.89 B | 2.51 B | 3.03 B | 2.70 B | 2.95 B | 3.17 B | 3.18 B | 2.98 B | 2.86 B | 3.13 B | 3.20 B | ||||||
| Low Estimate | 2.05 B | 2.00 B | 2.36 B | 2.51 B | 2.42 B | 2.37 B | 2.36 B | 2.67 B | 2.34 B | 2.43 B | 2.65 B | 2.77 B | 2.78 B | 2.50 B | 2.69 B | 2.74 B | ||||||
| Consensus Estimate | 2.15 B | 2.17 B | 2.51 B | 2.68 B | 2.67 B | 2.63 B | 2.43 B | 2.85 B | 2.52 B | 2.69 B | 2.91 B | 2.97 B | 2.88 B | 2.68 B | 2.91 B | 2.97 B |
Analysts expect Cincinnati Financial Corp to report earnings per share of 1.88 for Q3 26, against a range of 1.79 to 1.97. The most recent reported quarter, Q2 26, came in at 1.43, a 24.3% miss against the 1.89 consensus.
| Metric | Q3 24 | Q4 24 | Q1 25 | Q2 25 | Q3 25 | Q4 25 | Q1 26 | Q2 26 | Q3 26 | Q4 26 | Q1 27 | Q2 27 | Q3 27 | Q4 27 | Q1 28 | Q2 28 | Q3 28 | Q4 28 | Q1 29 | Q2 29 | Q3 29 | Q4 29 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Reported (Actual) | 1.42 | 3.14 | -0.24 | 1.97 | 2.85 | 3.37 | 2.10 | 1.43 | - | - | - | - | - | - | - | - | ||||||
| High Estimate | 1.45 | 2.00 | -0.61 | 1.48 | 2.17 | 2.83 | 2.14 | 2.00 | 1.97 | 3.07 | 2.22 | 1.82 | 2.26 | 3.46 | 2.21 | 2.03 | ||||||
| Low Estimate | 1.27 | 1.72 | -0.69 | 1.26 | 1.93 | 2.65 | 2.00 | 1.78 | 1.79 | 2.57 | 1.94 | 1.70 | 1.98 | 3.24 | 1.93 | 1.75 | ||||||
| Consensus Estimate | 1.36 | 1.86 | -0.65 | 1.37 | 2.05 | 2.74 | 2.07 | 1.89 | 1.88 | 2.82 | 2.08 | 1.76 | 2.12 | 3.35 | 2.07 | 1.89 |
Pull Wall Street consensus for Cincinnati Financial Corp (high, low and consensus estimates alongside reported actuals) into your own models and apps with the Business Quant Estimates API. Swap YOUR_API_KEY for your own key.
https://data.businessquant.com/estimates?ticker=CINF&mode=revenue&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/estimates"
params = {"ticker": "CINF", "mode": "revenue", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/estimates?ticker=CINF&mode=revenue&api_key=YOUR_API_KEY");
const data = await res.json();