EchoStar (ECHO) Change in Account Payables (2017 - 2023)
EchoStar's (ECHO) quarterly Change in Account Payables came in at $26.9 million in Q4 2023, down 70.1% year-over-year from $90.1 million in Q4 2022, and up 545.34% quarter-over-quarter from -$6.0 million in Q3 2023.
EchoStar (ECHO) Change in Account Payables (2017 - 2023) Analysis & Trends
EchoStar has disclosed Change in Account Payables across 7 years of filings, most recently posting $26.9 million for Q4 2023.
- In Q4 2023, Change in Account Payables fell 70.1% year-over-year to $26.9 million; the TTM figure through Dec 2023 stood at $4.1 million (down 95.47% YoY), while the FY2025 annual figure was -$130.8 million, down 220.05% from the prior year.
- Change in Account Payables came in at $26.9 million for Q4 2023 at EchoStar, up from -$6.0 million in the prior quarter.
- In the past five years, Change in Account Payables ranged from a high of $101.6 million in Q4 2021 to a low of -$18.4 million in Q1 2021.
- Average Change in Account Payables over 5 years is $10.8 million, with a median of -$1.6 million recorded in 2020.
- Year-over-year, Change in Account Payables surged 67122.22% in 2019 and slumped 432.22% in 2023.
- Over 5 years, Change in Account Payables stood at -$5.0 million in 2019, then soared by 209.02% to $5.5 million in 2020, then soared by 1752.42% to $101.6 million in 2021, then declined by 11.36% to $90.1 million in 2022, then tumbled by 70.1% to $26.9 million in 2023.
- Per Business Quant data, the three most recent Change in Account Payables figures were $26.9 million in Q4 2023, -$6.0 million in Q3 2023, and -$3.0 million in Q2 2023.
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 | - |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2023 | 26.93 Mn |
| Sep 30, 2023 | -6.05 Mn |
| Jun 30, 2023 | -2.97 Mn |
| Mar 31, 2023 | -13.80 Mn |
| Dec 31, 2022 | 90.06 Mn |
| Sep 30, 2022 | -1.14 Mn |
| Jun 30, 2022 | -5.25 Mn |
| Mar 31, 2022 | 7.05 Mn |
| Dec 31, 2021 | 101.61 Mn |
| Sep 30, 2021 | -5.76 Mn |
| Jun 30, 2021 | 8.74 Mn |
| Mar 31, 2021 | -18.38 Mn |
| Dec 31, 2020 | 5.49 Mn |
| Sep 30, 2020 | -6.12 Mn |
| Jun 30, 2020 | -2.14 Mn |
| Mar 31, 2020 | -9.56 Mn |
| Dec 31, 2019 | -5.03 Mn |
| Sep 30, 2019 | 18.41 Mn |
| Jun 30, 2019 | -9.06 Mn |
| Mar 31, 2019 | 8.83 Mn |
EchoStar 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=ECHO&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-account-payables", "ticker": "ECHO", "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=ECHO&period=max&api_key=YOUR_API_KEY");
const data = await res.json();