Monarch Casino & Resort (MCRI) FCF Margin Growth (3y) (2013 - 2026)
Analysis
Monarch Casino & Resort (MCRI) 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 | 342.00 |
| Mar 31, 2026 | -862.00 |
| Dec 31, 2025 | 183.00 |
| Sep 30, 2025 | 695.00 |
| Jun 30, 2025 | 748.00 |
| Mar 31, 2025 | -577.00 |
| Dec 31, 2024 | 880.00 |
| Sep 30, 2024 | 214.00 |
| Jun 30, 2024 | -1,967.00 |
| Mar 31, 2024 | -359.00 |
| Dec 31, 2023 | 9,627.00 |
| Sep 30, 2023 | -55.00 |
| Jun 30, 2023 | 7,968.00 |
| Mar 31, 2023 | 7,597.00 |
| Dec 31, 2022 | 2,721.00 |
| Sep 30, 2022 | 5,308.00 |
| Jun 30, 2022 | 4,156.00 |
| Mar 31, 2022 | 6,117.00 |
| Dec 31, 2021 | 4,686.00 |
| Sep 30, 2021 | 7,071.00 |
API Access
Monarch Casino & Resort 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=MCRI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "fcf-margin-growth-3y", "ticker": "MCRI", "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=MCRI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();