Grupo Televisa, S.A.B (TV) Current Deferred Tax Assets (2009 - 2021)
Grupo Televisa, S.A.B's (TV) quarterly Current Deferred Tax Assets came in at $1.5 million in Q4 2021, up 17.52% on a YoY basis from $1.3 million in Q4 2020, and up 17.52% quarter-over-quarter from $1.3 million in Q4 2020.
Grupo Televisa, S.A.B (TV) Current Deferred Tax Assets (2009 - 2021) Analysis & Trends
Grupo Televisa, S.A.B (TV) has reported Current Deferred Tax Assets for 8 consecutive years, with $1.5 million the latest figure, recorded in Q4 2021.
- For the quarter ending Q4 2021, Current Deferred Tax Assets rose 17.52% year-over-year to $1.5 million; the trailing twelve-month figure through Dec 2021 stood at $1.5 million (up 17.52% YoY), and the FY2021 full-year result was $1.5 million, up 17.52% from the prior year.
- Current Deferred Tax Assets rose to $1.5 million in Q4 2021 per TV's latest filing, from $1.3 million in the prior quarter.
- Across five years, Current Deferred Tax Assets topped out at $1.5 million in Q4 2021 and bottomed at $1.3 million in Q4 2020.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Verizon Communications | 195.65 Bn | 160.05 Bn | 27.03 Bn |
| 2 | T-Mobile US | 177.81 Bn | 162.55 Bn | 14.76 Bn |
| 3 | At&T | 174.05 Bn | 122.00 Bn | 25.82 Bn |
| 4 | Grupo Televisa, S.A.B | 146.85 Bn | 135.48 Bn | 318.12 Mn |
| 5 | Comcast | 77.49 Bn | 41.74 Bn | - |
| 6 | Chunghwa Telecom | 35.79 Bn | 31.63 Bn | 728.80 Mn |
| 7 | EchoStar | 26.14 Bn | 17.28 Bn | 1.65 Bn |
| 8 | AST SpaceMobile | 24.05 Bn | 24.55 Bn | 7.95 Mn |
| 9 | Bce | 19.56 Bn | 17.89 Bn | - |
| 10 | Telefonica Brasil | 18.53 Bn | 12.53 Bn | 1.42 Bn |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2021 | 1.48 Mn |
| Dec 31, 2020 | 1.26 Mn |
| Dec 31, 2011 | 223.03 Mn |
| Sep 30, 2011 | 13.71 Mn |
| Jun 30, 2011 | 16.42 Mn |
| Dec 31, 2010 | 112.58 Mn |
| Dec 31, 2009 | 133.36 Mn |
Grupo Televisa, S.A.B Current Deferred Tax Assets 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=current-deferred-tax-assets&ticker=TV&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "current-deferred-tax-assets", "ticker": "TV", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=current-deferred-tax-assets&ticker=TV&period=max&api_key=YOUR_API_KEY");
const data = await res.json();