Analysts expect PPL Corp to report revenue of 2.50 B for Q3 26, against a range of 2.41 B to 2.58 B. The most recent reported quarter, Q2 26, came in at 2.11 B, a 5.9% miss against the 2.24 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 | Q1 30 | Q2 30 | Q3 30 | Q4 30 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Reported (Actual) | 2.07 B | 2.21 B | 2.50 B | 2.02 B | 2.24 B | 2.27 B | 2.77 B | 2.11 B | - | - | - | - | - | - | - | - | ||||||||||
| High Estimate | 2.41 B | 2.84 B | 2.38 B | 1.96 B | 2.06 B | 2.61 B | 2.86 B | 2.35 B | 2.58 B | 2.57 B | 3.01 B | 2.65 B | 2.96 B | 2.98 B | 3.22 B | 2.66 B | ||||||||||
| Low Estimate | 2.02 B | 2.49 B | 2.09 B | 1.76 B | 1.86 B | 2.39 B | 2.44 B | 2.14 B | 2.41 B | 2.24 B | 2.67 B | 2.31 B | 2.59 B | 2.69 B | 3.02 B | 2.27 B | ||||||||||
| Consensus Estimate | 2.21 B | 2.67 B | 2.24 B | 1.86 B | 1.96 B | 2.50 B | 2.65 B | 2.24 B | 2.50 B | 2.40 B | 2.84 B | 2.48 B | 2.78 B | 2.84 B | 3.12 B | 2.47 B |
Analysts expect PPL Corp to report earnings per share of 0.55 for Q3 26, against a range of 0.52 to 0.58. The most recent reported quarter, Q2 26, came in at 0.33, a 3.1% beat against the 0.32 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 | Q1 30 | Q2 30 | Q3 30 | Q4 30 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Reported (Actual) | 0.42 | 0.34 | 0.60 | 0.32 | 0.48 | 0.41 | 0.63 | 0.33 | - | - | - | - | - | - | - | - | ||||||||||
| High Estimate | 0.49 | 0.38 | 0.57 | 0.41 | 0.52 | 0.41 | 0.68 | 0.33 | 0.58 | 0.47 | 0.72 | 0.45 | 0.61 | 0.56 | 0.73 | 0.41 | ||||||||||
| Low Estimate | 0.41 | 0.34 | 0.51 | 0.39 | 0.44 | 0.35 | 0.60 | 0.31 | 0.52 | 0.43 | 0.68 | 0.41 | 0.57 | 0.50 | 0.67 | 0.37 | ||||||||||
| Consensus Estimate | 0.45 | 0.36 | 0.54 | 0.40 | 0.48 | 0.38 | 0.64 | 0.32 | 0.55 | 0.45 | 0.70 | 0.43 | 0.59 | 0.53 | 0.70 | 0.39 |
Pull Wall Street consensus for PPL 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=PPL&mode=revenue&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/estimates"
params = {"ticker": "PPL", "mode": "revenue", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/estimates?ticker=PPL&mode=revenue&api_key=YOUR_API_KEY");
const data = await res.json();