Unilever Plc (UNLYF) Exchange Rate Effect (2009 - 2011)
Unilever (UNLYF) posted Exchange Rate Effect of -$951.5 million for Q4 2011, down 516.73% on a QoQ basis from $228.3 million in Q4 2011, and down 248.59% year-over-year from $640.3 million in Q4 2010.
Unilever Plc (UNLYF) Exchange Rate Effect (2009 - 2011) Analysis & Trends
Unilever has reported Exchange Rate Effect for 3 years, with the latest figure at -$951.5 million in Q4 2011.
- On a quarterly basis, Exchange Rate Effect fell 248.59% year-over-year to -$951.5 million in Q4 2011; TTM through Dec 2011 was -$993.5 million, a 86.46% decrease from a year earlier, with the FY2025 full-year figure at -$562.6 million, down 195.38% from the prior year.
- Exchange Rate Effect was -$951.5 million for Q4 2011 at Unilever, down from $228.3 million in the prior quarter.
- The five-year high for Exchange Rate Effect was $228.3 million in Q4 2011, with the low at -$951.5 million in Q4 2011.
- Average Exchange Rate Effect over 3 years is -$194.2 million, with a median of -$257.6 million recorded in 2009.
- The largest YoY upside for Exchange Rate Effect was 138.16% in 2010 against a maximum downside of 1494.51% in 2010.
- Over 3 years, Exchange Rate Effect stood at -$259.9 million in 2009, then declined by 5.02% to -$273.0 million in 2010, then plunged by 248.59% to -$951.5 million in 2011.
- The last three Exchange Rate Effect figures came in at -$951.5 million (Q4 2011), $228.3 million (Q4 2011), and -$273.0 million (Q4 2010), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2011 | -951.48 Mn |
| Oct 21, 2011 | 228.32 Mn |
| Dec 31, 2010 | -272.95 Mn |
| Sep 30, 2010 | 2.58 Mn |
| Jun 30, 2010 | -360.78 Mn |
| Mar 31, 2010 | 98.31 Mn |
| Dec 31, 2009 | -259.91 Mn |
| Jun 30, 2009 | 25.87 Mn |
| Mar 31, 2009 | -257.62 Mn |
Unilever Plc Exchange Rate Effect 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=exchange-rate-effect&ticker=UNLYF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "exchange-rate-effect", "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=exchange-rate-effect&ticker=UNLYF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();