Omnicom (OMC) Acquisitions (2017 - 2025)
Omnicom's (OMC) quarterly Acquisitions came in at -$1.1 billion in Q4 2025, down 90125.0% on a YoY basis from N/an in Q4 2024, and down 135137.5% quarter-over-quarter from $800000.0 in Q1 2025.
Omnicom (OMC) Acquisitions (2017 - 2025) Analysis & Trends
Omnicom (OMC) has reported Acquisitions for 9 consecutive years, with -$1.1 billion the latest figure, recorded in Q4 2025.
- For the quarter ending Q4 2025, Acquisitions fell 90125.0% year-over-year to -$1.1 billion; the trailing twelve-month figure through Dec 2025 stood at -$1.1 billion (down 219.67% YoY), and the FY2025 full-year result was -$1.1 billion, down 219.67% from the prior year.
- Acquisitions fell to -$1.1 billion in Q4 2025 per OMC's latest filing, from $800000.0 in the prior quarter.
- Across five years, Acquisitions topped out at $801.5 million in Q1 2024 and bottomed at -$1.1 billion in Q4 2025.
- Historically, Acquisitions has averaged $23.5 million across 5 years, with a median of $13.1 million in 2022.
- The sharpest annual moves came in 2023 and 2025: Acquisitions jumped 12800.0% in 2023, then plunged 90125.0% in 2025.
- Over 5 years, Acquisitions stood at $134.1 million in 2021, then sank by 100.07% to -$100000.0 in 2022, then surged by 12800.0% to $12.7 million in 2023, then sank by 90.55% to $1.2 million in 2024, then slumped by 90125.0% to -$1.1 billion in 2025.
- According to Business Quant data, Acquisitions over the past three periods registered -$1.1 billion, $800000.0, and $1.2 million for Q4 2025, Q1 2025, and Q4 2024 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Acquisitions (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 | - | 26.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 | -5.32 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 |
|---|---|
| Dec 31, 2025 | -1.08 Bn |
| Mar 31, 2025 | 800,000.00 |
| Dec 31, 2024 | 1.20 Mn |
| Sep 30, 2024 | 110.60 Mn |
| Jun 30, 2024 | -11.20 Mn |
| Mar 31, 2024 | 801.50 Mn |
| Dec 31, 2023 | 12.70 Mn |
| Sep 30, 2023 | 74.50 Mn |
| Jun 30, 2023 | 6.10 Mn |
| Dec 31, 2022 | -100,000.00 |
| Sep 30, 2022 | 13.10 Mn |
| Jun 30, 2022 | 17.20 Mn |
| Mar 31, 2022 | 246.60 Mn |
| Dec 31, 2021 | 134.10 Mn |
| Jun 30, 2021 | 25.90 Mn |
| Dec 31, 2020 | 1.70 Mn |
| Sep 30, 2020 | 65.40 Mn |
| Dec 31, 2019 | 1.90 Mn |
| Sep 30, 2019 | 7.40 Mn |
| Mar 31, 2019 | 700,000.00 |
Omnicom Acquisitions 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=acquisitions&ticker=OMC&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "acquisitions", "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=acquisitions&ticker=OMC&period=max&api_key=YOUR_API_KEY");
const data = await res.json();