Skip to content

INTRICON CORP: filings

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

Filing record ends 2022-05-09

The latest filing in this captured record is a 10-Q filed 2022-05-09. No later filing is in the SEC companyfacts record captured on 2026-09-22. INTRICON 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-Q2022-05-09fiscal Q1 2022491000001437749-22-011526
10-K2022-03-07fiscal FY 2021561140001437749-22-005395
10-Q2021-11-08fiscal Q3 2021501410001437749-21-025707
10-Q2021-08-09fiscal Q2 2021501370001437749-21-019156
10-Q2021-05-10fiscal Q1 2021511050000897101-21-000395
10-K2021-03-16fiscal FY 2020591500000897101-21-000183
10-Q2020-11-10fiscal Q3 2020511480000897101-20-000862
10-Q2020-08-10fiscal Q2 2020511440000897101-20-000650
10-Q2020-05-22fiscal Q1 202048990000897101-20-000410
10-K2020-03-16fiscal FY 2019571440000897101-20-000158
10-Q2019-11-08fiscal Q3 2019511400000897101-19-000976
10-Q2019-08-09fiscal Q2 2019501360000897101-19-000732
10-Q2019-05-10fiscal Q1 201949990000897101-19-000469
10-K2019-03-14fiscal FY 2018581510000897101-19-000223
10-Q2018-11-14fiscal Q3 2018511410000897101-18-001138
10-Q2018-08-09fiscal Q2 2018491390000897101-18-000755
10-Q2018-05-15fiscal Q1 2018491000000897101-18-000504
10-K2018-03-13fiscal FY 2017491260000897101-18-000246
10-Q2017-11-14fiscal Q3 2017431190000897101-17-001473
10-Q2017-08-14fiscal Q2 2017431190000897101-17-001007
10-Q2017-05-15fiscal Q1 201742840000897101-17-000619
10-K2017-03-15fiscal FY 2016471200000897101-17-000321
10-Q2016-11-14fiscal Q3 2016421150000897101-16-003266
10-Q2016-08-15fiscal Q2 2016401070000897101-16-002794
10-Q2016-05-12fiscal Q1 201639780000897101-16-002363
10-K2016-03-11fiscal FY 2015451180000897101-16-001998
10-Q2015-11-12fiscal Q3 2015391080000897101-15-001541
10-Q2015-08-13fiscal Q2 2015391080000897101-15-001085
10-Q2015-05-13fiscal Q1 201539780000897101-15-000643
10-K2015-03-06fiscal FY 2014441140000897101-15-000290
10-Q2014-11-12fiscal Q3 2014391080000897101-14-001644
10-Q2014-08-14fiscal Q2 2014391080000897101-14-001148
10-Q2014-05-13fiscal Q1 201442840000897101-14-000648
10-K2014-03-12fiscal FY 2013471240000897101-14-000317
10-Q2013-11-14fiscal Q3 2013431160000897101-13-001695
10-Q2013-08-14fiscal Q2 2013431160000897101-13-001212
10-Q2013-05-13fiscal Q1 201343860000897101-13-000725
10-K2013-03-13fiscal FY 2012471240000897101-13-000348
10-Q2012-11-13fiscal Q3 2012441170000897101-12-001932
10-Q2012-08-13fiscal Q2 2012441170000897101-12-001367
10-Q2012-05-07fiscal Q1 201243850000897101-12-000729
10-K2012-03-14fiscal FY 2011401040000897101-12-000440
10-Q2011-11-14fiscal Q3 2011421120000897101-11-001961
10-Q2011-08-15fiscal Q2 2011421120000897101-11-001430

Inspect the source

Entity
INTRICON CORP / CIK 0000088790
Captured
SEC response SHA-256
793ac0cf24bd63e6a3caa21db5266123989804a101a8abd56f7eb819ac39cb08

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