Grupo Televisa, S.A.B (TV) Change in Account Payables (2009)
Grupo Televisa, S.A.B's (TV) quarterly Change in Account Payables came in at -$6198.1 in Q4 2009.
Grupo Televisa, S.A.B (TV) Change in Account Payables (2009) Analysis & Trends
Grupo Televisa, S.A.B (TV) has reported Change in Account Payables for 1 consecutive years, with -$6198.1 the latest figure, recorded in Q4 2009.
- For the quarter ending Q4 2009, Change in Account Payables changed N/A year-over-year to -$6198.1; the trailing twelve-month figure through Dec 2009 stood at $249292.4 (changed N/A YoY), and the FY2025 full-year result was $146.9 billion, up 498.78% from the prior year.
- Change in Account Payables was little changed at -$6198.1 in Q4 2009 per TV's latest filing.
- Across five years, Change in Account Payables topped out at -$6198.1 in Q4 2009 and bottomed at -$6198.1 in Q4 2009.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change Payables (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 | - |
Grupo Televisa, S.A.B Change in Account Payables 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=change-in-account-payables&ticker=TV&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-account-payables", "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=change-in-account-payables&ticker=TV&period=max&api_key=YOUR_API_KEY");
const data = await res.json();