Skip to content

PERFORMANT HEALTHCARE, INC.: filings

Every PERFORMANT HEALTHCARE, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 52 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-Q2025-08-07fiscal Q2 2025461220001550695-25-000072
10-Q2025-05-09fiscal Q1 202547970001550695-25-000033
10-K2025-03-13fiscal FY 202449990001550695-25-000008
10-Q2024-11-07fiscal Q3 2024451200001550695-24-000098
10-Q2024-08-08fiscal Q2 2024451200001550695-24-000075
10-Q2024-05-08fiscal Q1 202445940001550695-24-000045
10-K2024-03-13fiscal FY 2023501010001550695-24-000024
10-Q2023-11-09fiscal Q3 2023461220001550695-23-000071
10-Q2023-08-09fiscal Q2 2023461220001550695-23-000049
10-Q2023-05-10fiscal Q1 202346960001550695-23-000033
10-K2023-03-17fiscal FY 2022511030001550695-23-000007
10-Q2022-11-09fiscal Q3 2022481260001550695-22-000069
10-Q2022-08-09fiscal Q2 2022471240001550695-22-000047
10-Q2022-05-10fiscal Q1 202247980001550695-22-000033
10-K2022-03-16fiscal FY 2021521050001550695-22-000015
10-Q2021-11-12fiscal Q3 2021491270001550695-21-000078
10-Q2021-08-12fiscal Q2 2021471230001550695-21-000052
10-Q2021-05-17fiscal Q1 202147970001550695-21-000028
10-K2021-03-22fiscal FY 2020511020001550695-21-000007
10-Q2020-11-12fiscal Q3 2020481250001550695-20-000082
10-Q2020-08-12fiscal Q2 2020501290001550695-20-000075
10-Q2020-05-28fiscal Q1 2020491010001550695-20-000053
10-K2020-04-29fiscal FY 2019531060001550695-20-000025
10-Q2019-11-14fiscal Q3 2019481270001550695-19-000060
10-Q2019-08-14fiscal Q2 2019481270001550695-19-000055
10-Q2019-05-14fiscal Q1 201948960001550695-19-000034
10-K2019-04-01fiscal FY 2018481280001550695-19-000022
10-Q2018-11-14fiscal Q3 2018461200001550695-18-000055
10-Q2018-08-10fiscal Q2 2018461210001550695-18-000030
10-Q2018-05-09fiscal Q1 201844890001550695-18-000016
10-K2018-03-14fiscal FY 2017451190001550695-18-000006
10-Q2017-11-13fiscal Q3 2017411090001550695-17-000042
10-Q2017-08-09fiscal Q2 2017401080001550695-17-000030
10-Q2017-05-10fiscal Q1 201741830001550695-17-000019
10-K2017-03-13fiscal FY 2016431150001550695-17-000005
10-Q2016-11-08fiscal Q3 2016411090001628280-16-021025
10-Q2016-08-05fiscal Q2 2016411090001550695-16-000067
10-Q2016-05-06fiscal Q1 201641830001550695-16-000058
10-K2016-03-15fiscal FY 2015431150001550695-16-000050
10-Q2015-11-09fiscal Q3 2015391030001550695-15-000043
10-Q2015-08-07fiscal Q2 2015391030001550695-15-000033
10-Q2015-05-08fiscal Q1 201538770001550695-15-000022
10-K2015-03-13fiscal FY 2014441180001550695-15-000008
10-Q2014-11-10fiscal Q3 2014381010001550695-14-000031
10-Q2014-08-08fiscal Q2 2014381010001550695-14-000023
10-Q2014-05-09fiscal Q1 201438770001550695-14-000014
10-K2014-03-14fiscal FY 2013441180001550695-14-000005
10-Q2013-11-08fiscal Q3 2013401070001550695-13-000008
10-Q2013-08-09fiscal Q2 2013401070001193125-13-327590
10-Q2013-05-10fiscal Q1 201338770001193125-13-214089
10-K2013-03-21fiscal FY 2012441140001193125-13-119713
10-Q2012-11-14fiscal Q3 2012421000001193125-12-468366

Inspect the source

Entity
PERFORMANT HEALTHCARE, INC. / CIK 0001550695
Captured
2026-09-21T17:19:49.020Z
SEC response SHA-256
1c041ade5414cb120162226f621bdbb35d9419b6670545ea2933540e75c9ff81

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