Pearson (PSO) Tax Rate (2009 - 2025)
Pearson (PSO) posted Tax Rate of 23.85% for Q4 2025, up 6.35% on a QoQ basis from 25.47% in Q4 2024, and up 162.0% year-over-year from 9.1% in Q4 2024.
Analysis
Pearson (PSO) Tax Rate (2009 - 2025) Analysis & Trends
Pearson has reported Tax Rate for 12 years, with the latest figure at 23.85% in Q4 2025.
- On a quarterly basis, Tax Rate rose 162.0% year-over-year to 23.85% in Q4 2025; TTM through Dec 2025 was 23.95%, a 252.0% decrease from a year earlier, with the FY2025 full-year figure at 26.48%, down 1177.0% from the prior year.
- Tax Rate was 23.85% for Q4 2025 at Pearson, up from 25.47% in the prior quarter.
- The five-year high for Tax Rate was 350.0% in Q4 2021, with the low at 26.49% in Q4 2022.
- Average Tax Rate over 5 years is 50.69%, with a median of 23.85% recorded in 2025.
- The sharpest annual moves came in 2022 and 2023: Tax Rate tumbled 37649 bps in 2022, then soared 572 bps in 2023.
- Over 5 years, Tax Rate stood at 350.0% in 2021, then plunged by 108 bps to 26.49% in 2022, then gained by 22 bps to 20.76% in 2023, then dropped by 23 bps to 25.47% in 2024, then grew by 6 bps to 23.85% in 2025.
- The last three Tax Rate figures came in at 23.85% (Q4 2025), 25.47% (Q4 2024), and 20.76% (Q4 2023), per Business Quant data.
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Tax Rate (Qtr) |
|---|---|---|---|---|---|
| 1 | Warner Bros. Discovery | 77.15 Bn | 74.93 Bn | 4.10 Bn | 159.78% |
| 2 | Fox | 24.55 Bn | 20.44 Bn | - | 24.43% |
| 3 | Omnicom | 20.71 Bn | 17.98 Bn | 1.30 Bn | 27.11% |
| 4 | News | 17.37 Bn | 15.99 Bn | - | 17.27% |
| 5 | Paramount Skydance | 11.04 Bn | 8.96 Bn | -2.08 Bn | 24.77% |
| 6 | Pearson | 10.10 Bn | 9.51 Bn | 1.17 Bn | -23.85% |
| 7 | New York Times | 9.93 Bn | 9.27 Bn | 394.61 Mn | 25.40% |
| 8 | Sirius Xm Holdings | 8.86 Bn | 8.68 Bn | 1.44 Bn | 23.40% |
| 9 | 36Kr Holdings | 6.17 Bn | 6.15 Bn | - | - |
| 10 | Wpp | 5.43 Bn | 2.51 Bn | - | - |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | -23.85% |
| Dec 31, 2024 | -25.47% |
| Dec 31, 2023 | -20.76% |
| Dec 31, 2022 | -26.49% |
| Dec 31, 2021 | 350.00% |
| Dec 31, 2016 | -3.36% |
| Dec 31, 2015 | -30.30% |
| Dec 31, 2014 | 155.56% |
| Dec 31, 2013 | -24.58% |
| Dec 31, 2011 | -17.23% |
| Dec 31, 2010 | -25.84% |
| Dec 31, 2009 | -30.00% |
API Access
Pearson Tax Rate 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=tax-rate&ticker=PSO&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "tax-rate", "ticker": "PSO", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=tax-rate&ticker=PSO&period=max&api_key=YOUR_API_KEY");
const data = await res.json();