Omnicom (OMC) Change in Account Payables (2009 - 2011)
Omnicom's (OMC) quarterly Change in Account Payables came in at $158.9 million in Q2 2011, up 37.81% on a YoY basis from $115.3 million in Q2 2010, and up 116.35% quarter-over-quarter from -$971.9 million in Q1 2011.
Omnicom (OMC) Change in Account Payables (2009 - 2011) Analysis & Trends
Omnicom (OMC) has reported Change in Account Payables for 3 consecutive years, with $158.9 million the latest figure, recorded in Q2 2011.
- For the quarter ending Q2 2011, Change in Account Payables rose 37.81% year-over-year to $158.9 million; the trailing twelve-month figure through Jun 2011 stood at $141.4 million (down 75.36% YoY), and the FY2010 full-year result was $455.9 million, up 4569.61% from the prior year.
- Change in Account Payables rose to $158.9 million in Q2 2011 per OMC's latest filing, from -$971.9 million in the prior quarter.
- Across five years, Change in Account Payables topped out at $1.2 billion in Q4 2009 and bottomed at -$971.9 million in Q1 2011.
- Historically, Change in Account Payables has averaged $89.4 million across 3 years, with a median of -$400000.0 in 2009.
- The widest YoY moves for Change in Account Payables: up 37.81% in 2011, down 58.34% in 2011.
- Over 3 years, Change in Account Payables stood at $1.2 billion in 2009, then declined by 7.27% to $1.1 billion in 2010, then slumped by 85.58% to $158.9 million in 2011.
- According to Business Quant data, Change in Account Payables over the past three periods registered $158.9 million, -$971.9 million, and $1.1 billion for Q2 2011, Q1 2011, and Q4 2010 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change Payables (Qtr) |
|---|---|---|---|---|---|
| 1 | Warner Bros. Discovery | 77.15 Bn | 74.93 Bn | 4.10 Bn | - |
| 2 | Fox | 24.55 Bn | 20.44 Bn | - | - |
| 3 | Omnicom | 20.71 Bn | 17.98 Bn | 1.30 Bn | - |
| 4 | News | 17.37 Bn | 15.99 Bn | - | - |
| 5 | Paramount Skydance | 11.04 Bn | 8.96 Bn | -2.08 Bn | - |
| 6 | Pearson | 10.10 Bn | 9.51 Bn | 1.17 Bn | -162.28 Mn |
| 7 | New York Times | 9.93 Bn | 9.27 Bn | 394.61 Mn | - |
| 8 | Sirius Xm Holdings | 8.86 Bn | 8.68 Bn | 1.44 Bn | - |
| 9 | 36Kr Holdings | 6.17 Bn | 6.15 Bn | - | - |
| 10 | Wpp | 5.43 Bn | 2.51 Bn | - | - |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2011 | 158.90 Mn |
| Mar 31, 2011 | -971.90 Mn |
| Dec 31, 2010 | 1.10 Bn |
| Sep 30, 2010 | -147.70 Mn |
| Jun 30, 2010 | 115.30 Mn |
| Mar 31, 2010 | -613.80 Mn |
| Dec 31, 2009 | 1.19 Bn |
| Sep 30, 2009 | -116.10 Mn |
Omnicom 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=OMC&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-account-payables", "ticker": "OMC", "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=OMC&period=max&api_key=YOUR_API_KEY");
const data = await res.json();