Innodata (INOD) Other Non-Current Liabilities (2010 - 2023)
Innodata (INOD) posted Other Non-Current Liabilities of $7.5 million for Q2 2023, up 26.14% on a QoQ basis from $6.0 million in Q4 2022.
Innodata (INOD) Other Non-Current Liabilities (2010 - 2023) Analysis & Trends
Innodata has reported Other Non-Current Liabilities for 4 years, with the latest figure at $7.5 million in Q2 2023.
- On a quarterly basis, Other Non-Current Liabilities changed N/A year-over-year to $7.5 million in Q2 2023; TTM through Jun 2023 was $7.5 million, a N/A change from a year earlier, with the FY2022 full-year figure at $6.0 million, changed N/A from the prior year.
- Other Non-Current Liabilities was $7.5 million for Q2 2023 at Innodata, up from $6.0 million in the prior quarter.
- The five-year high for Other Non-Current Liabilities was $7.5 million in Q2 2023, with the low at $6.0 million in Q4 2022.
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, 2023 | 7.51 Mn |
| Dec 31, 2022 | 5.96 Mn |
| Jun 30, 2011 | 368,000.00 |
| Dec 31, 2010 | 349,000.00 |
Innodata Other Non-Current Liabilities 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-non-current-liabilities&ticker=INOD&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-non-current-liabilities", "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=other-non-current-liabilities&ticker=INOD&period=max&api_key=YOUR_API_KEY");
const data = await res.json();