Omnicom (OMC) Other Operating Expenses (2009 - 2026)
Omnicom's (OMC) quarterly Other Operating Expenses came in at -$34.3 million in Q1 2026, down 100.68% quarter-over-quarter from $5.1 billion in Q4 2025.
Omnicom (OMC) Other Operating Expenses (2009 - 2026) Analysis & Trends
Omnicom (OMC) has reported Other Operating Expenses for 18 consecutive years, with -$34.3 million the latest figure, recorded in Q1 2026.
- For the quarter ending Q1 2026, Other Operating Expenses changed N/A year-over-year to -$34.3 million; the trailing twelve-month figure through Jun 2026 stood at $8.3 billion (changed N/A YoY), and the FY2025 full-year result was -$547.1 million, changed N/A from the prior year.
- Other Operating Expenses retreated to -$34.3 million in Q1 2026 per OMC's latest filing, from $5.1 billion in the prior quarter.
- Across five years, Other Operating Expenses topped out at $5.1 billion in Q4 2025 and bottomed at -$34.3 million in Q1 2026.
- Historically, Other Operating Expenses has averaged $2.5 billion across 5 years, with a median of $2.9 billion in 2022.
- The sharpest annual moves came in 2023 and 2024: Other Operating Expenses retreated 2.43% in 2023, then climbed 6.26% in 2024.
- Over 5 years, Other Operating Expenses stood at $2.9 billion in 2022, then plunged by 97.31% to $78.8 million in 2023, then soared by 3748.35% to $3.0 billion in 2024, then jumped by 66.56% to $5.1 billion in 2025, then tumbled by 100.68% to -$34.3 million in 2026.
- According to Business Quant data, Other Operating Expenses over the past three periods registered -$34.3 million, $5.1 billion, and $3.3 billion for Q1 2026, Q4 2025, and Q3 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (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 |
| 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 |
|---|---|
| Mar 31, 2026 | -34.30 Mn |
| Dec 31, 2025 | 5.05 Bn |
| Sep 30, 2025 | 3.27 Bn |
| Mar 31, 2024 | 3.03 Bn |
| Jun 30, 2023 | 78.80 Mn |
| Mar 31, 2023 | 2.85 Bn |
| Mar 31, 2022 | 2.92 Bn |
| Jun 30, 2021 | 50.50 Mn |
| Mar 31, 2021 | 2.86 Bn |
| Mar 31, 2020 | 2.86 Bn |
| Jun 30, 2019 | 3.00 Bn |
| Mar 31, 2019 | 2.90 Bn |
| Dec 31, 2018 | 3.30 Bn |
| Sep 30, 2018 | 178.40 Mn |
| Jun 30, 2018 | 3.12 Bn |
| Mar 31, 2018 | 3.06 Bn |
| Jun 30, 2017 | 3.07 Bn |
| Mar 31, 2017 | 3.02 Bn |
| Dec 31, 2016 | 3.48 Bn |
| Sep 30, 2016 | 3.19 Bn |
Omnicom Other Operating Expenses 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=other-operating-expenses&ticker=OMC&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-operating-expenses", "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=other-operating-expenses&ticker=OMC&period=max&api_key=YOUR_API_KEY");
const data = await res.json();