Skip to content

INOVALON HOLDINGS, INC.: filings

Every INOVALON HOLDINGS, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 28 filings, each linked to its SEC index.

Filing record ends 2021-11-09

The latest filing in this captured record is a 10-Q filed 2021-11-09. No later filing is in the SEC companyfacts record captured on 2026-09-22. INOVALON HOLDINGS, INC. may have stopped filing, merged, or changed its reporting entity; nothing on this page describes its current status. Values are as reported at the time.

Filings with published measures

Each page shows what one filing reported, as tagged in that filing, with the periods it covered. Later filings can restate a value; the company overview shows the latest-filed value per period.

FormFiledFiscal periodMeasuresFactsSEC accession
10-Q2021-11-09fiscal Q3 2021531510001619954-21-000130
10-Q2021-07-28fiscal Q2 2021521430001619954-21-000113
10-Q2021-04-28fiscal Q1 2021521070001619954-21-000068
10-K2021-02-17fiscal FY 2020541410001619954-21-000042
10-Q2020-10-28fiscal Q3 2020521470001619954-20-000132
10-Q2020-07-29fiscal Q2 2020521430001619954-20-000108
10-Q2020-04-29fiscal Q1 2020521070001619954-20-000061
10-K2020-02-19fiscal FY 2019571460001619954-20-000026
10-Q2019-10-30fiscal Q3 2019531480001619954-19-000121
10-Q2019-07-31fiscal Q2 2019481340001619954-19-000099
10-Q2019-05-01fiscal Q1 201948970001619954-19-000067
10-K2019-02-20fiscal FY 2018511350001619954-19-000032
10-Q2018-11-07fiscal Q3 2018461250001619954-18-000119
10-Q2018-08-01fiscal Q2 2018441190001619954-18-000108
10-Q2018-05-08fiscal Q1 201843880001619954-18-000083
10-K2018-02-21fiscal FY 2017471260001619954-18-000022
10-Q2017-11-02fiscal Q3 2017421140001619954-17-000064
10-Q2017-08-03fiscal Q2 2017421140001619954-17-000041
10-Q2017-05-04fiscal Q1 201741830001047469-17-003175
10-K2017-02-23fiscal FY 2016441150001047469-17-000859
10-Q2016-11-03fiscal Q3 2016401090001047469-16-016488
10-Q2016-08-04fiscal Q2 2016391080001047469-16-014666
10-Q2016-05-05fiscal Q1 201639800001047469-16-012899
10-K/A2016-02-26fiscal FY 2015451160001047469-16-010511
10-K2016-02-26fiscal FY 2015451160001047469-16-010478
10-Q2015-11-05fiscal Q3 2015431170001047469-15-008353
10-Q2015-08-06fiscal Q2 2015431170001047469-15-006646
10-Q2015-05-08fiscal Q1 201540810001047469-15-004596

Inspect the source

Entity
INOVALON HOLDINGS, INC. / CIK 0001619954
Captured
SEC response SHA-256
1486c45c72a152ab1963e9d14ce2c346ccc4930a97d7e55b1bf63c9fc11113e7

Current SEC company facts · Download the original response snapshot (gzip) · Download the selected JSON

Every published concept a filing tagged, with the periods it covered, as reported in that filing at capture time. Forms 10-K, 10-K/A, 10-Q, 10-Q/A, 20-F, 20-F/A, 40-F, 40-F/A. A filing page needs at least 8 published concepts. Later filings can restate these values; the company history pages show the latest-filed value per period.

Public company accounting reference, not market prices, returns, an investment recommendation, or ALPHAC performance. Validate a separately constructed return series with the validation API; accounting values are not returns.

Use this in research

A financial period ends before its results become public. Use the filing date as a minimum availability boundary, inspect amendments, and retain the original filing vintage when testing historical signals. This latest-filed selection can contain information unavailable at the time.

These pages do not supply prices, total-return histories, corporate-action adjustments or a tradable universe. Build those inputs separately before evaluating a strategy. A profitable backtest can still reflect selection bias or costs that were left out.

Research methodology · Execution and cost assumptions · Check backtest overfitting

Build with the open-source tools

Use these accounting records as inspectable inputs. When you have constructed a return series, the validation tools can help test its statistical evidence and preserve the result with its limitations.

Read the published dataset with Python
import json
from urllib.request import urlopen

with urlopen("https://canlicapital.com/company-data/0001619954.json") as response:
    record = json.load(response)
print(record["fetched_at"])
print(record["policy"])
for concept in record["concepts"]:
    print(concept["tag"], next(iter(concept["observations"])))