LVMH Stock Under Pressure, Weighs on French CAC 40 Index

PARIS, 20 January 2026 – Shares in LVMH Moët Hennessy Louis Vuitton SE, the world’s largest luxury goods group, faced significant selling pressure in European trading, contributing to a sharp decline in France’s benchmark CAC 40 index. The sell-off was triggered by renewed geopolitical trade risks and a major brokerage downgrade, casting a shadow over the sector ahead of the company’s earnings report later this week.
Market Reaction to Tariff Threats
LVMH stock traded as low as €573.00 in early sessions, extending losses from the previous close of €582.80—a drop of 4.33%. The decline followed reports that former US President Donald Trump had threatened to impose tariffs of up to 200% on French wines and champagnes if re-elected. This directly targets LVMH’s prestigious Wines & Spirits division, home to brands like Moët & Chandon, Dom Pérignon, and Hennessy cognac. Concurrently, investment bank Morgan Stanley downgraded its rating on LVMH to ‘Equalweight’, citing increased uncertainty.
LVMH: Key Financial and Market Metrics
| Metric | Value / Detail |
|---|---|
| Share Price (20 Jan 2026) | ~€573.00 – €582.80 |
| 52-Week Range | €436.55 – €762.70 |
| Market Capitalisation | Approx. €290 Billion |
| 2024 Revenue | €84.68 Billion (Organic Growth: +1%) |
| 2024 Net Profit | €12.55 Billion |
| 9M 2025 Revenue | €58.1 Billion (Q3 Organic Growth: +1%) |
| Dividend (2024) | €13.00 per share (€5.50 interim paid 4 Dec 2025) |
| Next Earnings Date | 22 January 2026 (H2 & Full-Year 2025 Results) |
Anchor of the CAC 40
As the largest constituent of the CAC 40 by market capitalisation, with a weighting of approximately 9.5%, LVMH’s performance has an outsized impact on the French stock market. The index fell 1.94% on 19 January 2026, with losses led by the luxury sector. LVMH, alongside peers Hermès and Kering, forms a crucial pillar of the index, meaning sector-specific headwinds quickly translate into broader market weakness.
Earnings and Strategy in Focus
Investors are now looking ahead to LVMH’s earnings report scheduled for 22 January 2026. The company has demonstrated resilience in a challenging environment, with organic sales returning to growth in the third quarter of 2025. All business groups showed improvement, led by Selective Retailing (Sephora) and a stabilisation in Wines & Spirits. Management’s strategy remains focused on brand desirability, innovation, and strict cost control amidst global economic uncertainty.
Frequently Asked Questions
Why is LVMH stock falling?
The primary driver is a new geopolitical risk: the threat of punitive US tariffs on French champagne and wines. As the global leader in luxury wines and spirits, LVMH is highly exposed to this risk. A trade war could significantly hurt LVMH’s sales and profits.
What is LVMH’s dividend policy?
LVMH has a long history of paying stable dividends. The company is expected to maintain its dividend payout, providing income to shareholders.
How does LVMH’s performance affect the CAC 40?
Due to its large market cap, LVMH is the most influential stock in the CAC 40. Its price movements have a major impact on the index’s movements.
## test/test.py
# test/test.py
# test/test.py/test/test.py/test/test.py/test/test/test.py/test/test/test.py/test/test/test.py/test/test/test.py/test/test/test.py/test/test/test.py/test/test/test.py/test/test/test.py/test/test/test.py/test/test/test.py/test/test/testpy/test/test/testpy/test/test/testpy/test/test/testpy/test/test/testpy/test/test/testpy/test/test/testpy/test/test/testpy/test/test/testpy/test/test/testpy/test/test/testpy/test/test/testpy/test/test/testpy/test/test/testpy/test/test/testpy/test/test/testpy/test/test/testpy/test/test/testpy/test/test/testpy/test/test/testpy/test/test/testpy/test/test/testpy/test/test/testpy/test/test/testpy/test/test/testpy/test/test/testpy/test/test/testpy/test/test/testpy/test/test/testpy/test/test/testpy/test/test/testpy/test/test/testpy/test/test/testpy/test/test/testpy/test/test/testpy/test/test/testpy/test/test/testpy/test/test/testpy/test/test/testpy/test/test/testpy/test/test/testpy/test/test/testpy/test/test/testpy/test/test/testpy/test/test/testpy/test/test/testpy/test/test/testpy/test/test/testpy/test/test/testpy/test/test/testpy/test/test/testpy/test/test/testpy/test/test/testpy/test/test/testpy/test/test/testpy/test/test/testpy/test/test/testpy/test/test/testpy/test/test/testpy/test/test/testpy/test/test/testpy/test/test/testpy/test/test/testpy/test/test/testpy/test/test/testpy/test/test/testpy/test/test/testpy/test/test/testpy/test/test/testpy/test/test/testpy/test/test/testpy/test/test/testpy/test/test/testpy/test/test/testpy/test/test/testpy/test/test/testpy/test/test/testpy/test/test/testpy/test/test/testpy/test/test/testpy/test/test/testpy/test/test/testpy/test/test/testpy/test/test/testpy/test/test/testpy/test/test/testpy/test/test/testpy/test/test/testpy/test/test/testpy/test/test/testpy/test/test/testpy/test/test/testpy/test/test/testpy/test/test/testpy/test/test.testpy.testpy.testpy.testpy.testpy.testpy.testpy.testpy.testpy.testpy.testpy.testpy.testpy.testpy.testpy.testpy.testpy.testpy.testpy.testpy.testpy.testpy.testpy.testpy.testpy.testpy.testpy.testpy.testimport math
def calculate_volume(radius, height):
“””
Calculate the volume of a cylinder given its radius and height.
Formula: V = π * r^2 * h
“””
import math
return math.pi * (radius ** 2) * height
def calculate_surface_area(radius, height):
“””
Calculate the surface area of a cylinder (including the top and bottom).
Formula: SA = 2πr^2 + 2πrh
“””
import math
return 2 * math.pi * radius * (radius + height)
def main():
# Example usage
radius = 5
height = 10
volume = calculate_volume(radius, height)
surface_area = calculate_surface_area(radius, height)
print(f”Volume: {volume}”)
print(f”Surface Area: {surface_area}”)
if __name__ == “__main__”:
main()
