Match (MTCH) Liabilities from Discontinued Operations (2019)
Match's (MTCH) quarterly Liabilities from Discontinued Operations came in at $588.9 million in Q4 2019.
Analysis
Match (MTCH) Liabilities from Discontinued Operations (2019) Analysis & Trends
Match has disclosed Liabilities from Discontinued Operations across 1 years of filings, most recently posting $588.9 million for Q4 2019.
- In Q4 2019, Liabilities from Discontinued Operations changed N/A year-over-year to $588.9 million; the TTM figure through Dec 2019 stood at $588.9 million (changed N/A YoY), while the FY2019 annual figure was $588.9 million, changed N/A from the prior year.
- Liabilities from Discontinued Operations came in at $588.9 million for Q4 2019 at Match.
- In the past five years, Liabilities from Discontinued Operations ranged from a high of $588.9 million in Q4 2019 to a low of $588.9 million in Q4 2019.
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Meta Platforms | 1,888.68 Bn | 1,798.42 Bn | 49.47 Bn |
| 2 | 30.53 Bn | 27.74 Bn | 734.60 Mn | |
| 3 | Bilibili | 12.72 Bn | 10.58 Bn | 433.97 Mn |
| 4 | 10.94 Bn | 9.67 Bn | 922.30 Mn | |
| 5 | Match | 9.92 Bn | 9.34 Bn | 648.84 Mn |
| 6 | Snap | 9.84 Bn | 7.18 Bn | 931.11 Mn |
| 7 | Rum | 5.42 Bn | 5.31 Bn | - |
| 8 | Sound | 4.74 Bn | 4.63 Bn | - |
| 9 | Joyy | 4.18 Bn | 3.87 Bn | 201.60 Mn |
| 10 | Grindr | 2.76 Bn | 2.76 Bn | 103.57 Mn |
API Access
Match Liabilities from Discontinued Operations 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=liabilities-from-discontinued-operations&ticker=MTCH&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "liabilities-from-discontinued-operations", "ticker": "MTCH", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=liabilities-from-discontinued-operations&ticker=MTCH&period=max&api_key=YOUR_API_KEY");
const data = await res.json();