Skip to content

HEALTHEQUITY, INC.: filings

Every HEALTHEQUITY, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 49 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-27fiscal Q2 2027561560001428336-26-000041
10-Q2026-05-28fiscal Q1 2027561160001428336-26-000028
10-K2026-03-17fiscal FY 2026601550001428336-26-000010
10-Q2025-12-03fiscal Q3 2026561560001428336-25-000036
10-Q2025-09-02fiscal Q2 2026561560001428336-25-000029
10-Q2025-06-03fiscal Q1 2026551140001428336-25-000022
10-K2025-03-18fiscal FY 2025581510001428336-25-000009
10-Q2024-12-09fiscal Q3 2025541520001428336-24-000110
10-Q2024-09-03fiscal Q2 2025531500001428336-24-000102
10-Q2024-06-03fiscal Q1 2025531100001428336-24-000036
10-K2024-03-22fiscal FY 2024582230001428336-24-000016
10-Q2023-12-05fiscal Q3 2024531500001428336-23-000037
10-Q2023-09-05fiscal Q2 2024531500001428336-23-000033
10-Q2023-06-07fiscal Q1 2024531100001428336-23-000022
10-K2023-03-30fiscal FY 2023581510001428336-23-000014
10-Q2022-12-08fiscal Q3 2023541520001428336-22-000034
10-Q2022-09-08fiscal Q2 2023541520001428336-22-000029
10-Q2022-06-08fiscal Q1 2023541120001428336-22-000018
10-K2022-03-31fiscal FY 2022581510001428336-22-000009
10-Q2021-12-09fiscal Q3 2022541520001428336-21-000041
10-Q2021-09-09fiscal Q2 2022531500001428336-21-000035
10-Q2021-06-08fiscal Q1 2022531100001428336-21-000025
10-K2021-03-31fiscal FY 2021571460001428336-21-000011
10-Q2020-12-09fiscal Q3 2021541510001428336-20-000031
10-Q2020-09-09fiscal Q2 2021551530001428336-20-000025
10-Q2020-06-04fiscal Q1 2021551120001428336-20-000019
10-K2020-03-31fiscal FY 2020592140001428336-20-000012
10-Q2019-12-05fiscal Q3 2020561510001428336-19-000026
10-Q2019-09-09fiscal Q2 2020541460001428336-19-000021
10-Q2019-06-06fiscal Q1 2020531070001428336-19-000010
10-K2019-03-28fiscal FY 2019501990001428336-19-000006
10-Q2018-12-06fiscal Q3 2019501390001428336-18-000036
10-Q2018-09-06fiscal Q2 2019501390001428336-18-000030
10-Q2018-06-07fiscal Q1 2019491030001428336-18-000017
10-K2018-03-28fiscal FY 2018511990001428336-18-000009
10-Q2017-12-07fiscal Q3 2018491340001428336-17-000028
10-Q2017-09-07fiscal Q2 2018491340001428336-17-000024
10-Q2017-06-08fiscal Q1 201848980001428336-17-000014
10-K2017-03-30fiscal FY 2017522020001428336-17-000006
10-Q2016-12-08fiscal Q3 2017491340001428336-16-000065
10-Q2016-09-08fiscal Q2 2017481300001428336-16-000056
10-Q2016-06-09fiscal Q1 201747960001428336-16-000048
10-K2016-03-31fiscal FY 2016512000001428336-16-000041
10-Q2015-12-09fiscal Q3 2016481320001428336-15-000034
10-Q2015-09-10fiscal Q2 2016481320001428336-15-000024
10-Q2015-06-11fiscal Q1 201648980001428336-15-000015
10-K2015-03-31fiscal FY 2015501980001428336-15-000007
10-Q2014-12-11fiscal Q3 2015481340001428336-14-000011
10-Q2014-09-12fiscal Q2 2015481360001428336-14-000007

Inspect the source

Entity
HEALTHEQUITY, INC. / CIK 0001428336
Captured
2026-09-20T09:02:16.154Z
SEC response SHA-256
2e1f97821ad9e54dc56d9df26b1b04283ea20acb6e2a3ab9eb762731a4c4675d

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