Skip to content

INVIVO THERAPEUTICS HOLDINGS CORP.: filings

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

Filing record ends 2023-11-08

The latest filing in this captured record is a 10-Q filed 2023-11-08. No later filing is in the SEC companyfacts record captured on 2026-09-22. INVIVO THERAPEUTICS 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-Q2023-11-08fiscal Q3 2023371070001558370-23-018294
10-Q2023-08-09fiscal Q2 2023371040001558370-23-014294
10-Q2023-05-12fiscal Q1 202337780001558370-23-009616
10-K2023-03-01fiscal FY 202240820001558370-23-002588
10-Q2022-11-07fiscal Q3 2022381130001558370-22-016639
10-Q2022-08-08fiscal Q2 2022391070001558370-22-012649
10-Q2022-05-10fiscal Q1 202238770001558370-22-008129
10-K2022-03-07fiscal FY 202143870001558370-22-002957
10-Q2021-11-10fiscal Q3 202136940001558370-21-015496
10-Q2021-08-13fiscal Q2 202136930001558370-21-011680
10-Q2021-05-10fiscal Q1 202134720001558370-21-006680
10-K2021-03-01fiscal FY 202039790001558370-21-002156
10-Q2020-11-06fiscal Q3 202038970001558370-20-013154
10-Q2020-08-11fiscal Q2 202039960001558370-20-010328
10-Q2020-05-13fiscal Q1 202037750001558370-20-006492
10-K2020-02-20fiscal FY 201939770001558370-20-001077
10-Q2019-11-07fiscal Q3 201934840001558370-19-010402
10-Q2019-08-13fiscal Q2 201934840001558370-19-008016
10-Q2019-05-10fiscal Q1 201932650001558370-19-004777
10-K2019-04-01fiscal FY 201838760001558370-19-002671
10-Q2018-11-08fiscal Q3 201832850001558370-18-008996
10-Q2018-08-07fiscal Q2 201833820001558370-18-006578
10-Q2018-05-07fiscal Q1 201833650001558370-18-004144
10-K2018-03-12fiscal FY 201735930001558370-18-001864
10-Q2017-10-30fiscal Q3 201730780001558370-17-007711
10-Q2017-08-08fiscal Q2 201731790001558370-17-006275
10-Q2017-05-04fiscal Q1 201727550001558370-17-003509
10-K2017-03-10fiscal FY 201629750001558370-17-001622
10-Q2016-11-04fiscal Q3 201625660001558370-16-009365
10-Q2016-08-04fiscal Q2 201625650001104659-16-137012
10-Q2016-05-06fiscal Q1 201626540001104659-16-118757
10-K2016-03-04fiscal FY 201529750001047469-16-010780
10-Q2015-11-04fiscal Q3 201526700001104659-15-075767
10-Q2015-08-05fiscal Q2 201529810001104659-15-056483
10-Q2015-05-07fiscal Q1 201529590001104659-15-035577
10-K2015-03-11fiscal FY 201433870001047469-15-001983
10-Q2014-11-05fiscal Q3 201428960001104659-14-077046
10-Q2014-08-06fiscal Q2 201427940001104659-14-057561
10-Q2014-05-12fiscal Q1 201423600001104659-14-037599
10-K2014-03-17fiscal FY 2013321080001047469-14-002514
10-Q2013-11-07fiscal Q3 2013301010001193125-13-432773
10-Q2013-08-07fiscal Q2 2013301010001193125-13-324295
10-Q2013-05-09fiscal Q1 201330810001193125-13-208945
10-K2013-03-12fiscal FY 201235980001193125-13-103355
10-Q2012-11-13fiscal Q3 2012311050001193125-12-467498
10-Q2012-08-13fiscal Q2 2012311060001193125-12-352424
10-Q2012-05-14fiscal Q1 201230810001193125-12-231433
10-K2012-03-15fiscal FY 201125710001193125-12-116041
10-Q2011-11-14fiscal Q3 201129980001193125-11-311102
10-Q2011-08-10fiscal Q2 201125800001193125-11-218235

Inspect the source

Entity
INVIVO THERAPEUTICS HOLDINGS CORP. / CIK 0001292519
Captured
SEC response SHA-256
e5ef5d92c1b3dbb01ecea1d495941133d151b2802447d9492e239939c94b9e1b

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