Skip to content

Intersect ENT, Inc.: filings

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

Filing record ends 2022-05-04

The latest filing in this captured record is a 10-Q filed 2022-05-04. No later filing is in the SEC companyfacts record captured on 2026-09-22. Intersect ENT, 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-Q2022-05-04fiscal Q1 202245920001271214-22-000024
10-K2022-03-08fiscal FY 2021491250001271214-22-000006
10-Q2021-11-02fiscal Q3 2021471410001271214-21-000075
10-Q2021-08-06fiscal Q2 2021471370001271214-21-000057
10-Q2021-05-10fiscal Q1 202143910001271214-21-000036
10-K2021-03-09fiscal FY 2020491240001271214-21-000017
10-Q2020-11-02fiscal Q3 2020391140001271214-20-000011
10-Q2020-08-05fiscal Q2 2020381060001193125-20-210625
10-Q2020-05-11fiscal Q1 202036760001193125-20-138407
10-K2020-02-27fiscal FY 2019401730001193125-20-052620
10-Q2019-11-05fiscal Q3 2019371060001193125-19-284818
10-Q2019-08-05fiscal Q2 2019371020001193125-19-213021
10-Q2019-05-07fiscal Q1 201937760001193125-19-139835
10-K2019-02-28fiscal FY 2018401740001193125-19-057406
10-Q2018-11-05fiscal Q3 201836950001193125-18-318364
10-Q2018-08-03fiscal Q2 201836950001193125-18-238249
10-Q2018-05-03fiscal Q1 201833670001193125-18-150793
10-K2018-02-28fiscal FY 2017351630001193125-18-063953
10-Q2017-11-06fiscal Q3 201732880001193125-17-334283
10-Q2017-08-04fiscal Q2 201731860001193125-17-248755
10-Q2017-05-05fiscal Q1 201731640001193125-17-160794
10-K2017-02-28fiscal FY 2016341610001193125-17-062411
10-Q2016-11-03fiscal Q3 201629780001193125-16-759090
10-Q2016-08-08fiscal Q2 201629780001193125-16-675091
10-Q2016-05-09fiscal Q1 201629600001193125-16-583859
10-K2016-02-25fiscal FY 2015331540001193125-16-478406
10-Q2015-11-12fiscal Q3 201532830001193125-15-375628
10-Q2015-08-10fiscal Q2 201532830001193125-15-284844
10-Q2015-05-11fiscal Q1 201530620001193125-15-181892
10-K2015-03-11fiscal FY 2014331550001193125-15-087576
10-Q2014-11-10fiscal Q3 201434890001193125-14-406282
10-Q2014-09-04fiscal Q2 201432840001193125-14-332276

Inspect the source

Entity
Intersect ENT, Inc. / CIK 0001271214
Captured
SEC response SHA-256
59a3692c8cf976126d8672f48adfb28db2541405a07974a6191ced87d3a99e7e

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