Omnicom (OMC) Change in Cash (2009 - 2026)
Omnicom's (OMC) quarterly Change in Cash came in at -$951.9 million in Q2 2026, down 1121.95% on a YoY basis from $93.1 million in Q2 2025, and up 63.29% quarter-over-quarter from -$2.6 billion in Q1 2026.
Omnicom (OMC) Change in Cash (2009 - 2026) Analysis & Trends
Omnicom (OMC) has reported Change in Cash for 18 consecutive years, with -$951.9 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Change in Cash fell 1121.95% year-over-year to -$951.9 million; the trailing twelve-month figure through Jun 2026 stood at $35.8 million (down 93.92% YoY), and the FY2025 full-year result was $2.5 billion, up 2844.82% from the prior year.
- Change in Cash improved to -$951.9 million in Q2 2026 per OMC's latest filing, from -$2.6 billion in the prior quarter.
- Across five years, Change in Cash topped out at $3.5 billion in Q4 2025 and bottomed at -$2.6 billion in Q1 2026.
- Historically, Change in Cash has averaged -$110.0 million across 5 years, with a median of -$269.5 million in 2024.
- The sharpest annual moves came in 2024 and 2026: Change in Cash soared 2216.06% in 2024, then plunged 1121.95% in 2026.
- Over 5 years, Change in Cash stood at $1.1 billion in 2022, then surged by 53.46% to $1.7 billion in 2023, then slumped by 51.55% to $805.5 million in 2024, then jumped by 331.36% to $3.5 billion in 2025, then slumped by 127.4% to -$951.9 million in 2026.
- According to Business Quant data, Change in Cash over the past three periods registered -$951.9 million, -$2.6 billion, and $3.5 billion for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change in Cash (Qtr) |
|---|---|---|---|---|---|
| 1 | Warner Bros. Discovery | 77.15 Bn | 74.93 Bn | 4.10 Bn | 105.00 Mn |
| 2 | Fox | 24.55 Bn | 20.44 Bn | - | 604.00 Mn |
| 3 | Omnicom | 20.71 Bn | 17.98 Bn | 1.30 Bn | -951.90 Mn |
| 4 | News | 17.37 Bn | 15.99 Bn | - | -76.00 Mn |
| 5 | Paramount Skydance | 11.04 Bn | 8.96 Bn | -2.08 Bn | -67.00 Mn |
| 6 | Pearson | 10.10 Bn | 9.51 Bn | 1.17 Bn | -260.71 Mn |
| 7 | New York Times | 9.93 Bn | 9.27 Bn | 394.61 Mn | 46.51 Mn |
| 8 | Sirius Xm Holdings | 8.86 Bn | 8.68 Bn | 1.44 Bn | 99.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, 2026 | -951.90 Mn |
| Mar 31, 2026 | -2.59 Bn |
| Dec 31, 2025 | 3.47 Bn |
| Sep 30, 2025 | 106.10 Mn |
| Jun 30, 2025 | -77.90 Mn |
| Mar 31, 2025 | -961.10 Mn |
| Dec 31, 2024 | 805.50 Mn |
| Sep 30, 2024 | 822.20 Mn |
| Jun 30, 2024 | -461.10 Mn |
| Mar 31, 2024 | -1.26 Bn |
| Dec 31, 2023 | 1.66 Bn |
| Sep 30, 2023 | 35.50 Mn |
| Jun 30, 2023 | -527.40 Mn |
| Mar 31, 2023 | -1.02 Bn |
| Dec 31, 2022 | 1.08 Bn |
| Sep 30, 2022 | -6.60 Mn |
| Jun 30, 2022 | -720.40 Mn |
| Mar 31, 2022 | -1.39 Bn |
| Dec 31, 2021 | 885.60 Mn |
| Sep 30, 2021 | 43.10 Mn |
Omnicom Change in Cash 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-cash&ticker=OMC&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-cash", "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-cash&ticker=OMC&period=max&api_key=YOUR_API_KEY");
const data = await res.json();