Innodata (INOD) Goodwill (2010 - 2026)
Innodata (INOD) posted Goodwill of $2.0 million for Q2 2026, down 3.05% on a QoQ basis from $2.1 million in Q1 2026, and down 2.4% year-over-year from $2.1 million in Q2 2025.
Innodata (INOD) Goodwill (2010 - 2026) Analysis & Trends
Innodata has reported Goodwill for 17 years, with the latest figure at $2.0 million in Q2 2026.
- On a quarterly basis, Goodwill fell 2.4% year-over-year to $2.0 million in Q2 2026; TTM through Jun 2026 was $2.0 million, a 2.4% decrease from a year earlier, with the FY2025 full-year figure at $2.1 million, up 5.0% from the prior year.
- Goodwill was $2.0 million for Q2 2026 at Innodata, down from $2.1 million in the prior quarter.
- The five-year high for Goodwill was $2.1 million in Q1 2022, with the low at $2.0 million in Q3 2022.
- Average Goodwill over 5 years is $2.1 million, with a median of $2.1 million recorded in 2022.
- The sharpest annual moves came in 2022 and 2025: Goodwill retreated 7.51% in 2022, then grew 5.0% in 2025.
- Over 5 years, Goodwill stood at $2.0 million in 2022, then increased by 3.04% to $2.1 million in 2023, then declined by 4.76% to $2.0 million in 2024, then climbed by 5.0% to $2.1 million in 2025, then slipped by 3.05% to $2.0 million in 2026.
- The last three Goodwill figures came in at $2.0 million (Q2 2026), $2.1 million (Q1 2026), and $2.1 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Infosys | 44.17 Bn | 44.22 Bn | 1.60 Bn |
| 2 | Cognizant Technology Solutions | 26.84 Bn | 25.79 Bn | 1.83 Bn |
| 3 | Cgi | 13.60 Bn | 13.02 Bn | - |
| 4 | EPAM Systems | 5.82 Bn | 5.04 Bn | 429.57 Mn |
| 5 | Science Applications International | 5.60 Bn | 5.47 Bn | 239.00 Mn |
| 6 | ExlService Holdings | 5.35 Bn | 5.07 Bn | 225.96 Mn |
| 7 | Kyndryl Holdings | 2.65 Bn | 639.03 Mn | 776.00 Mn |
| 8 | Innodata | 2.10 Bn | 1.85 Bn | 42.46 Mn |
| 9 | Formula Systems (1985) | 1.83 Bn | 1.41 Bn | 158.43 Mn |
| 10 | DXC Technology | 1.74 Bn | 9.39 Mn | 611.00 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 2.04 Mn |
| Mar 31, 2026 | 2.10 Mn |
| Dec 31, 2025 | 2.10 Mn |
| Sep 30, 2025 | 2.10 Mn |
| Jun 30, 2025 | 2.09 Mn |
| Mar 31, 2025 | 2.02 Mn |
| Dec 31, 2024 | 2.00 Mn |
| Sep 30, 2024 | 2.10 Mn |
| Jun 30, 2024 | 2.04 Mn |
| Mar 31, 2024 | 2.10 Mn |
| Dec 31, 2023 | 2.10 Mn |
| Sep 30, 2023 | 2.03 Mn |
| Jun 30, 2023 | 2.10 Mn |
| Mar 31, 2023 | 2.04 Mn |
| Dec 31, 2022 | 2.04 Mn |
| Sep 30, 2022 | 1.98 Mn |
| Jun 30, 2022 | 2.08 Mn |
| Mar 31, 2022 | 2.14 Mn |
| Dec 31, 2021 | 2.14 Mn |
| Sep 30, 2021 | 2.14 Mn |
Innodata Goodwill 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=goodwill&ticker=INOD&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "goodwill", "ticker": "INOD", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=goodwill&ticker=INOD&period=max&api_key=YOUR_API_KEY");
const data = await res.json();