Skip to content

Evolent Health, Inc.: filings

Every Evolent Health, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 45 filings, each linked to its SEC index.

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-Q2026-08-06fiscal Q2 2026491420001628908-26-000086
10-Q2026-05-07fiscal Q1 2026491040001628908-26-000033
10-K2026-02-25fiscal FY 2025541810001628908-26-000015
10-Q2025-11-07fiscal Q3 2025501440001628908-25-000133
10-Q2025-08-11fiscal Q2 2025491420001628908-25-000116
10-Q2025-05-09fiscal Q1 2025481020001628908-25-000066
10-K2025-02-21fiscal FY 2024521750001628908-25-000020
10-Q2024-11-08fiscal Q3 2024481380001628908-24-000114
10-Q2024-08-09fiscal Q2 2024481380001628908-24-000090
10-Q2024-05-10fiscal Q1 2024481020001628908-24-000053
10-K2024-02-23fiscal FY 2023541760001628908-24-000017
10-Q2023-11-02fiscal Q3 2023491400001628908-23-000165
10-Q2023-08-03fiscal Q2 2023491400001628908-23-000121
10-Q2023-05-04fiscal Q1 2023491040001628908-23-000066
10-K2023-02-24fiscal FY 2022551610001628908-23-000029
10-Q2022-11-03fiscal Q3 2022511430001628908-22-000141
10-Q2022-08-03fiscal Q2 2022491370001628908-22-000098
10-Q2022-05-05fiscal Q1 2022501050001628908-22-000063
10-K2022-02-24fiscal FY 2021551660001628908-22-000027
10-Q2021-11-04fiscal Q3 2021501420001628908-21-000149
10-Q2021-08-05fiscal Q2 2021501420001628908-21-000116
10-Q2021-05-06fiscal FY 2021501060001628908-21-000054
10-K2021-02-26fiscal FY 2020511610001628908-21-000026
10-Q2020-11-06fiscal Q3 2020471270001628908-20-000139
10-Q2020-08-07fiscal Q2 2020481290001628908-20-000108
10-Q2020-05-28fiscal Q1 2020491040001628908-20-000068
10-K2020-03-02fiscal FY 2019541700001628908-20-000032
10-Q2019-11-05fiscal Q3 2019531460001628908-19-000072
10-Q2019-08-09fiscal Q2 2019531460001628908-19-000059
10-Q2019-05-09fiscal Q1 2019531100001628908-19-000028
10-K2019-02-28fiscal FY 2018511650001628908-19-000006
10-Q2018-11-08fiscal Q3 2018541540001628908-18-000083
10-Q2018-08-09fiscal Q2 2018531510001628908-18-000064
10-Q2018-05-10fiscal Q1 2018511080001628908-18-000030
10-K2018-03-01fiscal FY 2017491730001628908-18-000015
10-Q2017-11-09fiscal Q3 2017471320001628908-17-000052
10-Q2017-08-07fiscal Q2 2017471320001628908-17-000044
10-Q2017-05-10fiscal Q1 2017471010001628908-17-000021
10-K2017-03-03fiscal FY 2016471660001628908-17-000006
10-Q2016-11-10fiscal Q3 2016461310001628908-16-000072
10-Q2016-08-09fiscal Q2 2016461270001628908-16-000060
10-Q2016-05-16fiscal Q1 201645950001628908-16-000051
10-K2016-02-29fiscal FY 2015461620001628908-16-000030
10-Q2015-11-06fiscal Q3 2015451170001628908-15-000019
10-Q2015-08-07fiscal Q2 2015441130001628908-15-000007

Inspect the source

Entity
Evolent Health, Inc. / CIK 0001628908
Captured
2026-09-21T17:22:13.053Z
SEC response SHA-256
7f06e944a853c803c565930baee468aa8736c938ad7257c4dd4079bff760bac6

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/0001628908.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"])))