Skip to content

Tabula Rasa HealthCare, Inc.: filings

Every Tabula Rasa HealthCare, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 28 filings, each linked to its SEC index.

Filing record ends 2023-08-08

The latest filing in this captured record is a 10-Q filed 2023-08-08. No later filing is in the SEC companyfacts record captured on 2026-09-22. Tabula Rasa HealthCare, Inc. 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-Q2023-08-08fiscal Q2 2023461310001558370-23-013894
10-Q2023-05-09fiscal Q1 202346940001558370-23-008866
10-K2023-03-10fiscal FY 2022501300001558370-23-003430
10-Q2022-11-04fiscal Q3 2022471370001558370-22-016383
10-Q2022-08-05fiscal Q2 2022451270001558370-22-012394
10-Q2022-05-09fiscal Q1 202244910001558370-22-007796
10-K2022-02-25fiscal FY 2021511370001558370-22-002164
10-Q2021-11-05fiscal Q3 2021471390001558370-21-014862
10-Q2021-08-06fiscal Q2 2021471350001558370-21-010785
10-Q2021-05-07fiscal Q1 202144930001558370-21-006401
10-K2021-02-26fiscal FY 2020491260001558370-21-001929
10-Q2020-11-06fiscal Q3 2020451290001558370-20-012968
10-Q2020-08-06fiscal Q2 2020451250001558370-20-009704
10-Q2020-05-08fiscal Q1 202047990001558370-20-006035
10-K2020-03-02fiscal FY 2019581730001558370-20-001882
10-Q2019-11-08fiscal Q3 2019531460001558370-19-010630
10-Q2019-08-09fiscal Q2 2019501300001558370-19-007906
10-Q2019-05-10fiscal Q1 201950980001544784-19-000006
10-K2019-03-01fiscal FY 2018541800001558370-19-001440
10-Q2018-11-08fiscal Q3 2018491350001558370-18-008949
10-Q2018-08-08fiscal Q2 2018451190001558370-18-006788
10-Q2018-05-09fiscal Q1 201844880001558370-18-004465
10-K2018-03-14fiscal FY 2017511650001558370-18-002063
10-Q2017-11-09fiscal Q3 2017461270001558370-17-008646
10-Q2017-08-08fiscal Q2 2017421110001558370-17-006212
10-Q2017-05-02fiscal Q1 201738770001558370-17-003220
10-K2017-03-14fiscal FY 2016441520001558370-17-001729
10-Q2016-11-10fiscal Q3 2016391090001558370-16-009881

Inspect the source

Entity
Tabula Rasa HealthCare, Inc. / CIK 0001651561
Captured
SEC response SHA-256
81dcf954821f73cf2f70329473cef4d65f8a33595ac0caa53e77320b9e9d6e02

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