Skip to content

MedAvail Holdings, Inc.: filings

Every MedAvail Holdings, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 49 filings, each linked to its SEC index.

Filing record ends 2023-08-14

The latest filing in this captured record is a 10-Q filed 2023-08-14. No later filing is in the SEC companyfacts record captured on 2026-09-22. MedAvail Holdings, 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-14fiscal Q2 2023481250001402479-23-000087
10-Q2023-05-18fiscal Q1 202345930001402479-23-000058
10-K2023-04-14fiscal FY 2022551110001402479-23-000029
10-Q2022-11-10fiscal Q3 2022521490001402479-22-000088
10-Q2022-08-12fiscal Q2 2022521490001402479-22-000078
10-Q2022-05-13fiscal Q1 2022491010001402479-22-000062
10-K2022-03-29fiscal FY 2021511020001402479-22-000029
10-Q2021-11-09fiscal Q3 2021471310001402479-21-000047
10-Q2021-08-12fiscal Q2 2021471310001402479-21-000026
10-Q2021-05-17fiscal Q1 202147950001628280-21-010534
10-K2021-03-31fiscal FY 2020511020001628280-21-006267
10-Q2020-11-05fiscal Q3 2020371010001213900-20-035305
10-Q2020-08-04fiscal Q2 2020371010001213900-20-020164
10-Q2020-05-06fiscal Q1 202037770001213900-20-011174
10-K2020-03-24fiscal FY 201944830001213900-20-007278
10-Q2019-11-07fiscal Q3 2019391040001213900-19-022360
10-Q2019-08-06fiscal Q2 2019391030001213900-19-014729
10-Q2019-05-08fiscal Q1 201937730001213900-19-008071
10-K2019-03-27fiscal FY 201839770001213900-19-004963
10-Q2018-11-13fiscal Q3 201833860001213900-18-015521
10-Q2018-08-08fiscal Q2 201833880001213900-18-010465
10-Q2018-05-09fiscal Q1 201731630001213900-18-005759
10-K2018-03-27fiscal FY 201738780001213900-18-003522
10-Q2017-11-09fiscal Q3 201734900001213900-17-011663
10-Q2017-08-14fiscal Q2 201737940001213900-17-008598
10-Q2017-05-12fiscal Q1 201733680001213900-17-005058
10-K2017-03-31fiscal FY 201640790001213900-17-003042
10-Q2016-11-14fiscal Q3 2016381000001213900-16-018439
10-Q2016-08-12fiscal Q2 2016381010001213900-16-015800
10-Q2016-05-13fiscal Q1 201636690001213900-16-013240
10-K2016-03-30fiscal FY 201540810001213900-16-012069
10-Q2015-11-16fiscal Q3 2015381000001213900-15-008742
10-Q2015-08-14fiscal Q2 201536890001213900-15-006198
10-Q2015-05-14fiscal Q1 201536690001213900-15-003637
10-K2015-03-27fiscal FY 201439750001213900-15-002145
10-Q2014-11-13fiscal Q3 201433830001213900-14-008068
10-Q2014-08-14fiscal Q2 201436880001213900-14-005781
10-Q2014-05-15fiscal Q1 2014361000001213900-14-003417
10-K2014-03-31fiscal FY 201336930001213900-14-001979
10-Q2013-11-08fiscal Q3 2013331010001213900-13-006178
10-Q2013-08-13fiscal Q2 2013331000001213900-13-004208
10-Q2013-05-14fiscal Q1 201331860001213900-13-002486
10-K2013-03-29fiscal FY 201231810001213900-13-001436
10-Q2012-11-21fiscal Q3 201227870001213900-12-006426
10-Q2012-08-03fiscal Q2 201228850001213900-12-004154
10-Q2012-05-15fiscal Q1 201228820001213900-12-002607
10-K2012-04-11fiscal FY 201128790001213900-12-001735
10-Q2011-11-15fiscal Q3 201128910001213900-11-006158
10-Q2011-08-15fiscal Q2 201125800001213900-11-004386

Inspect the source

Entity
MedAvail Holdings, Inc. / CIK 0001402479
Captured
SEC response SHA-256
d3406b63d12c20eda4534f3b7f718bb9d6e6dfe87dc303bf39f644a5d5af9aa9

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