Omnicom (OMC) Change in Receivables (2009 - 2011)
Omnicom's (OMC) quarterly Change in Receivables came in at $430.1 million in Q2 2011, up 295.31% on a YoY basis from $108.8 million in Q2 2010, and up 158.95% quarter-over-quarter from -$729.6 million in Q1 2011.
Omnicom (OMC) Change in Receivables (2009 - 2011) Analysis & Trends
Omnicom (OMC) has reported Change in Receivables for 3 consecutive years, with $430.1 million the latest figure, recorded in Q2 2011.
- For the quarter ending Q2 2011, Change in Receivables rose 295.31% year-over-year to $430.1 million; the trailing twelve-month figure through Jun 2011 stood at $161.7 million (down 48.86% YoY), and the FY2010 full-year result was $292.4 million, up 171.16% from the prior year.
- Change in Receivables improved to $430.1 million in Q2 2011 per OMC's latest filing, from -$729.6 million in the prior quarter.
- Across five years, Change in Receivables topped out at $711.9 million in Q4 2009 and bottomed at -$729.6 million in Q1 2011.
- Historically, Change in Receivables has averaged $59.7 million across 3 years, with a median of $67.1 million in 2010.
- The widest YoY moves for Change in Receivables: up 295.31% in 2011, down 162.82% in 2011.
- Over 3 years, Change in Receivables stood at $711.9 million in 2009, then tumbled by 38.78% to $435.8 million in 2010, then declined by 1.31% to $430.1 million in 2011.
- According to Business Quant data, Change in Receivables over the past three periods registered $430.1 million, -$729.6 million, and $435.8 million for Q2 2011, Q1 2011, and Q4 2010 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change Receivables (Qtr) |
|---|---|---|---|---|---|
| 1 | Warner Bros. Discovery | 77.15 Bn | 74.93 Bn | 4.10 Bn | -32.00 Mn |
| 2 | Fox | 24.55 Bn | 20.44 Bn | - | 509.00 Mn |
| 3 | Omnicom | 20.71 Bn | 17.98 Bn | 1.30 Bn | - |
| 4 | News | 17.37 Bn | 15.99 Bn | - | -33.00 Mn |
| 5 | Paramount Skydance | 11.04 Bn | 8.96 Bn | -2.08 Bn | - |
| 6 | Pearson | 10.10 Bn | 9.51 Bn | 1.17 Bn | -49.22 Mn |
| 7 | New York Times | 9.93 Bn | 9.27 Bn | 394.61 Mn | 1.17 Mn |
| 8 | Sirius Xm Holdings | 8.86 Bn | 8.68 Bn | 1.44 Bn | 5.00 Mn |
| 9 | 36Kr Holdings | 6.17 Bn | 6.15 Bn | - | - |
| 10 | Wpp | 5.43 Bn | 2.51 Bn | - | - |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2011 | 430.10 Mn |
| Mar 31, 2011 | -729.60 Mn |
| Dec 31, 2010 | 435.80 Mn |
| Sep 30, 2010 | 25.40 Mn |
| Jun 30, 2010 | 108.80 Mn |
| Mar 31, 2010 | -277.60 Mn |
| Dec 31, 2009 | 711.90 Mn |
| Sep 30, 2009 | -226.90 Mn |
Omnicom Change in Receivables 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-receivables&ticker=OMC&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-receivables", "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-receivables&ticker=OMC&period=max&api_key=YOUR_API_KEY");
const data = await res.json();