Analysts expect Pearson Plc to report revenue of 5.16 B for 2026, against a range of 4.79 B to 5.53 B. The most recent reported year, 2025, came in at 4.81 B, a 1.0% miss against the 4.86 B consensus.
| Metric | 2021 | 2022 | 2023 | 2024 | 2025 | 2026 | 2027 | 2028 |
|---|---|---|---|---|---|---|---|---|
| Reported (Actual) | 4.60 B | 4.60 B | 4.65 B | 4.47 B | 4.81 B | - | - | |
| High Estimate | 5.61 B | 4.63 B | 4.79 B | 5.05 B | 5.13 B | 5.53 B | 5.74 B | |
| Low Estimate | 4.64 B | 3.83 B | 4.38 B | 4.71 B | 4.58 B | 4.79 B | 5.22 B | |
| Consensus Estimate | 5.13 B | 4.23 B | 4.58 B | 4.88 B | 4.86 B | 5.16 B | 5.48 B |
Analysts expect Pearson Plc to report earnings per share of 0.89 for 2026, against a range of 0.81 to 0.97. The most recent reported year, 2025, came in at 0.86, a 4.4% miss against the 0.90 consensus.
| Metric | 2021 | 2022 | 2023 | 2024 | 2025 | 2026 | 2027 | 2028 | 2029 |
|---|---|---|---|---|---|---|---|---|---|
| Reported (Actual) | 0.46 | 0.62 | 0.74 | 0.77 | 0.86 | - | - | ||
| High Estimate | 0.49 | 0.61 | 0.81 | 0.85 | 0.93 | 0.97 | 1.18 | ||
| Low Estimate | 0.41 | 0.57 | 0.71 | 0.77 | 0.87 | 0.81 | 1.04 | ||
| Consensus Estimate | 0.45 | 0.59 | 0.76 | 0.81 | 0.90 | 0.89 | 1.11 |
Pull Wall Street consensus for Pearson Plc (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=PSO&mode=revenue&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/estimates"
params = {"ticker": "PSO", "mode": "revenue", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/estimates?ticker=PSO&mode=revenue&api_key=YOUR_API_KEY");
const data = await res.json();