Skip to content

HMS HOLDINGS CORP.: filings

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

Filing record ends 2021-02-26

The latest filing in this captured record is a 10-K filed 2021-02-26. No later filing is in the SEC companyfacts record captured on 2026-09-22. HMS HOLDINGS CORP. 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-K2021-02-26fiscal FY 2020471690001196501-21-000008
10-Q2020-11-09fiscal Q3 2020391050001196501-20-000048
10-Q2020-08-10fiscal Q2 2020381010001196501-20-000040
10-Q2020-05-11fiscal Q1 202038790001196501-20-000027
10-K2020-02-24fiscal FY 2019471650001196501-20-000014
10-Q2019-11-04fiscal Q3 2019421080001196501-19-000029
10-Q2019-08-05fiscal Q2 2019421080001196501-19-000009
10-Q2019-05-10fiscal Q1 201940790001171843-19-003252
10-K2019-02-25fiscal FY 2018411410001171843-19-001183
10-Q2018-11-05fiscal Q3 201837970001171843-18-007598
10-Q2018-08-06fiscal Q2 201836950001171843-18-005776
10-Q2018-05-07fiscal Q1 201836730001171843-18-003597
10-K2018-02-27fiscal FY 2017391360001171843-18-001503
10-Q2017-11-08fiscal Q3 201733880001171843-17-006752
10-Q2017-08-07fiscal Q2 201730820001171843-17-004780
10-Q2017-06-06fiscal Q1 201730620001171843-17-003521
10-K2017-06-06fiscal FY 2016351260001171843-17-003514
10-Q2016-11-09fiscal Q3 201631830001171843-16-013099
10-Q2016-08-09fiscal Q2 201630820001171843-16-011632
10-Q2016-05-10fiscal Q1 201630620001171843-16-009881
10-K2016-02-29fiscal FY 2015361300001171843-16-008257
10-Q2015-11-09fiscal Q3 201530810001104659-15-077247
10-Q2015-08-10fiscal Q2 201529800001104659-15-058276
10-Q2015-05-11fiscal Q1 201529600001104659-15-036888
10-K2015-03-02fiscal FY 2014351240001047469-15-001523
10-Q2014-11-10fiscal Q3 201430810001104659-14-078872
10-Q2014-08-11fiscal Q2 201431840001104659-14-059426
10-Q2014-05-12fiscal Q1 201431630001104659-14-037675
10-K2014-03-03fiscal FY 2013351240001047469-14-001708
10-Q2013-11-12fiscal Q3 201332880001104659-13-083632
10-Q2013-08-09fiscal Q2 201332890001104659-13-062412
10-Q2013-05-13fiscal Q1 201330620001104659-13-040865
10-K2013-03-01fiscal FY 2012351220001047469-13-002089
10-Q2012-11-09fiscal Q3 201231850001104659-12-076724
10-Q2012-08-09fiscal Q2 201230810001104659-12-056609
10-Q2012-05-09fiscal Q1 201229600001104659-12-035131
10-K2012-02-29fiscal FY 2011341200001047469-12-001927
10-Q2011-11-09fiscal Q3 201130810001104659-11-062716
10-Q2011-08-08fiscal Q2 201133870001104659-11-044900
10-Q2011-05-09fiscal Q1 201132640001047469-11-004804
10-K2011-03-01fiscal FY 201031820000950123-11-020794
10-Q2010-11-08fiscal Q3 201030790000950123-10-102566
10-Q2010-08-06fiscal Q2 201031810000950123-10-074006

Inspect the source

Entity
HMS HOLDINGS CORP. / CIK 0001196501
Captured
SEC response SHA-256
39968238712b97d6deff48f1f50f04080309d1d71d76f19a8e2acf8045a74775

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