Unilever Plc (UNLYF) Share-based Compensation (2009 - 2024)
Unilever (UNLYF) posted Share-based Compensation of $312.0 million for Q4 2024, up 210.51% on a QoQ basis from $100.5 million in Q4 2010.
Unilever Plc (UNLYF) Share-based Compensation (2009 - 2024) Analysis & Trends
Unilever has reported Share-based Compensation for 3 years, with the latest figure at $312.0 million in Q4 2024.
- On a quarterly basis, Share-based Compensation changed N/A year-over-year to $312.0 million in Q4 2024; TTM through Dec 2024 was $569.4 million, a N/A change from a year earlier, with the FY2025 full-year figure at $288.1 million, down 8.84% from the prior year.
- Share-based Compensation was $312.0 million for Q4 2024 at Unilever, up from $100.5 million in the prior quarter.
- The five-year high for Share-based Compensation was $312.0 million in Q4 2024, with the low at $312.0 million in Q4 2024.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2024 | 312.03 Mn |
| Dec 31, 2010 | 100.49 Mn |
| Mar 31, 2010 | 60.93 Mn |
| Dec 31, 2009 | 95.99 Mn |
| Sep 30, 2009 | 90.09 Mn |
| Mar 31, 2009 | 40.54 Mn |
Unilever Plc Share-based Compensation 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=share-based-compensation&ticker=UNLYF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "share-based-compensation", "ticker": "UNLYF", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=share-based-compensation&ticker=UNLYF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();