Melco Resorts & Entertainment (MLCO) FCF Margin Growth (3y) (2013 - 2026)
Analysis
Melco Resorts & Entertainment (MLCO) FCF Margin Growth (3y) (2013 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | FCF Margin Growth (3y) (Qtr) |
|---|---|---|---|---|---|
| 1 | Las Vegas Sands | 26.09 Bn | 23.03 Bn | 1.81 Bn | -1,821.00 |
| 2 | MGM Resorts International | 9.74 Bn | 8.05 Bn | 3.10 Bn | -107.00 |
| 3 | Wynn Resorts | 8.62 Bn | 6.31 Bn | 1.14 Bn | 131.00 |
| 4 | Caesars Entertainment | 6.04 Bn | 5.16 Bn | 2.04 Bn | -645.00 |
| 5 | Churchill Downs | 5.71 Bn | 5.56 Bn | 712.00 Mn | 1,460.00 |
| 6 | Boyd Gaming | 5.31 Bn | 4.98 Bn | 766.76 Mn | -2,754.00 |
| 7 | Red Rock Resorts | 5.28 Bn | 4.80 Bn | 420.02 Mn | 2,926.00 |
| 8 | PENN Entertainment | 2.16 Bn | 1.27 Bn | 1.02 Bn | 136.00 |
| 9 | Monarch Casino & Resort | 2.15 Bn | 2.01 Bn | 38.62 Mn | 342.00 |
| 10 | Melco Resorts & Entertainment | 1.92 Bn | 1.65 Bn | 1.05 Bn | 935.00 |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 935.00 |
| Mar 31, 2026 | 104.00 |
| Dec 31, 2025 | 24,456.00 |
| Sep 30, 2025 | 7,912.00 |
| Jun 30, 2025 | -9,565.00 |
| Mar 31, 2025 | 4,409.00 |
| Dec 31, 2024 | 18,382.00 |
| Sep 30, 2024 | 3,544.00 |
| Jun 30, 2024 | 487.00 |
| Mar 31, 2024 | 2,004.00 |
| Dec 31, 2023 | 12,511.00 |
| Sep 30, 2023 | 8,768.00 |
| Jun 30, 2023 | 12,784.00 |
| Mar 31, 2023 | 5,153.00 |
| Dec 31, 2022 | -23,314.00 |
| Sep 30, 2022 | -8,057.00 |
| Jun 30, 2022 | 9,196.00 |
| Mar 31, 2022 | -3,051.00 |
| Dec 31, 2021 | -17,499.00 |
| Sep 30, 2021 | -4,355.00 |
API Access
Melco Resorts & Entertainment FCF Margin Growth (3y) 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=fcf-margin-growth-3y&ticker=MLCO&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "fcf-margin-growth-3y", "ticker": "MLCO", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=fcf-margin-growth-3y&ticker=MLCO&period=max&api_key=YOUR_API_KEY");
const data = await res.json();