Skip to content

INTERLINK ELECTRONICS, INC: filings

Every INTERLINK ELECTRONICS, INC annual and quarterly report in the SEC record with the published financial measures it tagged, 35 filings, each linked to its SEC index.

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-Q2026-08-13fiscal Q2 2026531470001104659-26-096041
10-Q2026-05-14fiscal Q1 2026531080001104659-26-061139
10-K2026-03-26fiscal FY 2025591200001104659-26-035244
10-Q2025-11-12fiscal Q3 2025541520001104659-25-110356
10-Q2025-08-13fiscal Q2 2025531460001410578-25-001738
10-Q2025-05-13fiscal Q1 2025541130001410578-25-001225
10-K2025-03-27fiscal FY 2024581190001410578-25-000511
10-Q2024-11-07fiscal Q3 2024551550001410578-24-001798
10-Q2024-08-08fiscal Q2 2024551540001410578-24-001230
10-Q2024-05-09fiscal Q1 2024531120001410578-24-000702
10-K2024-03-25fiscal FY 2023591160001104659-24-038475
10-Q2023-11-09fiscal Q3 2023541490001104659-23-116252
10-Q2023-08-10fiscal Q2 2023531480001104659-23-089776
10-Q2023-05-11fiscal Q1 2023521070001104659-23-059095
10-K2023-03-29fiscal FY 2022561120001104659-23-038308
10-Q2022-11-10fiscal Q3 2022531480001104659-22-117100
10-Q2022-08-11fiscal Q2 2022531480001104659-22-089360
10-Q2022-05-05fiscal Q1 2022531100001104659-22-056454
10-K2022-03-29fiscal FY 2021541090001104659-22-039438
10-Q2021-11-04fiscal Q3 2021491340001104659-21-134355
10-Q2021-08-10fiscal Q2 2021511420001104659-21-102829
10-Q2021-05-06fiscal Q1 2021491010001104659-21-062409
10-K2021-03-17fiscal FY 2020541080001104659-21-037332
10-Q2020-11-13fiscal Q3 2020461200001104659-20-124555
10-Q2018-11-09fiscal Q3 2018431130001558370-18-009065
10-Q2018-08-09fiscal Q2 2018421090001558370-18-006815
10-Q2018-05-10fiscal Q1 201841830001558370-18-004628
10-K2018-03-15fiscal FY 201749990001558370-18-002144
10-Q2017-11-09fiscal Q3 2017411090001558370-17-008628
10-Q2017-08-10fiscal Q2 2017411090001558370-17-006478
10-Q2017-05-11fiscal Q1 201737760001558370-17-004164
10-K2017-03-02fiscal FY 201644880001558370-17-001292
10-Q2016-11-10fiscal Q3 2016381040001558370-16-009926
10-Q2016-08-12fiscal Q2 201637990001558370-16-007958
10-Q2016-05-16fiscal Q1 201637760001558370-16-005996

Inspect the source

Entity
INTERLINK ELECTRONICS, INC / CIK 0000828146
Captured
2026-09-19T15:08:05.904Z
SEC response SHA-256
b65e6aed7f35beb405bb2aa61d92447a21ac80b9473936324a7ccc3e5b2dce4c

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