Skip to content

Phreesia, Inc.: filings

Every Phreesia, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 29 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-09-03fiscal Q2 2027481550001412408-26-000223
10-Q2026-05-28fiscal Q1 202748970001412408-26-000172
10-K2026-03-31fiscal FY 2026521350001412408-26-000079
10-Q2025-12-09fiscal Q3 2026491590001412408-25-000132
10-Q2025-09-05fiscal Q2 2026491570001412408-25-000062
10-Q2025-05-28fiscal Q1 202649990001412408-25-000039
10-K2025-03-13fiscal FY 2025501320001412408-25-000010
10-Q2024-12-09fiscal Q3 2025491610001412408-24-000146
10-Q2024-09-05fiscal Q2 2025491570001412408-24-000139
10-Q2024-05-31fiscal Q1 202549990001412408-24-000121
10-K2024-03-15fiscal FY 2024491300001412408-24-000043
10-Q2023-12-06fiscal Q3 2024471350001412408-23-000196
10-Q2023-09-07fiscal Q2 2024461290001412408-23-000126
10-Q2023-06-01fiscal Q1 202446930001412408-23-000077
10-K2023-03-23fiscal FY 2023481270001412408-23-000023
10-Q2022-12-09fiscal Q3 2023471350001412408-22-000068
10-Q2022-09-08fiscal Q2 2023471310001412408-22-000055
10-Q2022-06-03fiscal Q1 202347950001412408-22-000036
10-K2022-03-31fiscal FY 2022491290001412408-22-000019
10-Q2021-12-09fiscal Q3 2022461330001412408-21-000093
10-Q2021-09-02fiscal Q2 2022461290001412408-21-000080
10-Q2021-06-04fiscal Q1 202242850001412408-21-000061
10-K2021-03-31fiscal FY 2021491250001412408-21-000024
10-Q2020-12-09fiscal Q3 2021461290001412408-20-000073
10-Q2020-09-09fiscal Q2 2021471270001412408-20-000049
10-Q2020-06-09fiscal Q1 202145930001412408-20-000028
10-K2020-04-23fiscal FY 2020431350001412408-20-000010
10-Q2019-12-10fiscal Q3 2020381080001193125-19-309669
10-Q/A2019-10-10fiscal Q2 2020381050001193125-19-265826

Inspect the source

Entity
Phreesia, Inc. / CIK 0001412408
Captured
2026-09-20T08:02:04.349Z
SEC response SHA-256
117c288d0519ae588c9c3b521d02b48384e21715852076771c9f92c74fdb4bbd

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