Skip to content

IMPINJ, INC.: filings

Every IMPINJ, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 42 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-07-29fiscal Q2 2026511450001193125-26-323807
10-Q2026-04-29fiscal Q1 2026511040001193125-26-191810
10-K2026-02-09fiscal FY 2025591520001193125-26-042813
10-Q2025-10-29fiscal Q3 2025521530001193125-25-256386
10-Q2025-07-30fiscal Q2 2025511470000950170-25-100302
10-Q2025-04-23fiscal Q1 2025501030000950170-25-057433
10-K2025-02-10fiscal FY 2024581490000950170-25-017077
10-Q2024-10-23fiscal Q3 2024511510000950170-24-116665
10-Q2024-07-24fiscal Q2 2024511470000950170-24-086075
10-Q2024-04-24fiscal Q1 2024501010000950170-24-047616
10-K2024-02-12fiscal FY 2023561420000950170-24-013874
10-Q2023-10-25fiscal Q3 2023491370000950170-23-055214
10-Q2023-07-26fiscal Q2 2023491330000950170-23-034747
10-Q2023-04-26fiscal Q1 202343880000950170-23-014853
10-K2023-02-13fiscal FY 2022521340000950170-23-002614
10-Q2022-10-26fiscal Q3 2022471350000950170-22-020186
10-Q2022-07-27fiscal Q2 2022471310000950170-22-013222
10-Q2022-04-27fiscal Q1 202242850001564590-22-016077
10-K2022-02-14fiscal FY 2021481210001564590-22-004981
10-Q2021-10-27fiscal Q3 2021421170001564590-21-052329
10-Q2021-07-28fiscal Q2 2021421130001564590-21-038640
10-Q2021-04-28fiscal Q1 202141830001564590-21-021384
10-K2021-02-17fiscal FY 2020471190001564590-21-006386
10-Q2020-10-28fiscal Q3 2020431190001564590-20-048360
10-Q2020-07-29fiscal Q2 2020431150001564590-20-034365
10-Q2020-04-27fiscal Q1 202042850001564590-20-018835
10-K2020-03-02fiscal FY 2019481210001564590-20-008171
10-Q2019-11-04fiscal Q3 2019431180001564590-19-039744
10-Q2019-07-29fiscal Q2 2019431170001564590-19-026624
10-Q2019-04-29fiscal Q1 201944900001564590-19-013733
10-K2019-02-28fiscal FY 2018491270001564590-19-005341
10-Q2018-10-29fiscal Q3 2018411090001564590-18-025418
10-Q2018-09-12fiscal Q2 2018391030001564590-18-023035
10-Q2018-05-08fiscal Q1 201835710001564590-18-011919
10-K2018-03-15fiscal FY 201739990001564590-18-005846
10-Q2017-11-09fiscal Q3 201736960001564590-17-023200
10-Q2017-08-14fiscal Q2 201733870001564590-17-017636
10-Q2017-05-11fiscal Q1 201732660001564590-17-010565
10-K2017-03-03fiscal FY 2016421030001564590-17-003329
10-Q/A2016-11-15fiscal Q3 2016371020001564590-16-029311
10-Q2016-11-07fiscal Q3 2016371020001564590-16-027932
10-Q2016-09-02fiscal Q2 201635950001564590-16-024912

Inspect the source

Entity
IMPINJ, INC. / CIK 0001114995
Captured
2026-09-20T05:24:27.425Z
SEC response SHA-256
ace2f3e81d7e47ae3176161a6b1793d04aab9201547f83c72d12444dd3e110e6

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