Unilever Plc (UNLYF) Prepaid Assets (2013 - 2024)
Unilever (UNLYF) posted Prepaid Assets of $1.1 million for Q4 2024, down 0.68% on a QoQ basis from $1.1 million in Q4 2023, and down 0.68% year-over-year from $1.1 million in Q1 2024.
Unilever Plc (UNLYF) Prepaid Assets (2013 - 2024) Analysis & Trends
Unilever has reported Prepaid Assets for 10 years, with the latest figure at $1.1 million in Q4 2024.
- On a quarterly basis, Prepaid Assets fell 0.68% year-over-year to $1.1 million in Q4 2024; TTM through Dec 2024 was $1.1 million, a 0.68% decrease from a year earlier, with the FY2024 full-year figure at $1.1 million, changed 0.06% from the prior year.
- Prepaid Assets was $1.1 million for Q4 2024 at Unilever, down from $1.1 million in the prior quarter.
- The five-year high for Prepaid Assets was $780.9 million in Q4 2020, with the low at $1.1 million in Q4 2024.
- Average Prepaid Assets over 5 years is $158.1 million, with a median of $2.3 million recorded in 2021.
- The sharpest annual moves came in 2021 and 2024: Prepaid Assets tumbled 99.71% in 2021, then retreated 0.68% in 2024.
- Over 5 years, Prepaid Assets stood at $780.9 million in 2020, then sank by 99.71% to $2.3 million in 2021, then surged by 133.19% to $5.3 million in 2022, then plunged by 79.83% to $1.1 million in 2023, then dropped by 0.68% to $1.1 million in 2024.
- The last three Prepaid Assets figures came in at $1.1 million (Q4 2024), $1.1 million (Q4 2023), and $5.3 million (Q2 2022), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2024 | 1.07 Mn |
| Dec 31, 2023 | 1.08 Mn |
| Jun 30, 2022 | 5.34 Mn |
| Dec 31, 2021 | 2.29 Mn |
| Dec 31, 2020 | 780.95 Mn |
| Dec 31, 2017 | 13.27 Bn |
| Jun 30, 2017 | 11.06 Bn |
| Dec 31, 2016 | 9.14 Bn |
| Jun 30, 2016 | 9.77 Bn |
| Dec 31, 2015 | 8.39 Bn |
| Jun 30, 2015 | 9.07 Bn |
| Dec 31, 2014 | 8.80 Bn |
| Jun 30, 2014 | 11.75 Bn |
| Dec 31, 2013 | 9.63 Bn |
Unilever Plc Prepaid Assets 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=prepaid-assets&ticker=UNLYF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "prepaid-assets", "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=prepaid-assets&ticker=UNLYF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();