Skip to content

PC TEL INC: filings

Every PC TEL INC annual and quarterly report in the SEC record with the published financial measures it tagged, 51 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. PC TEL 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-Q2023-11-08fiscal Q3 2023501390000950170-23-061242
10-Q2023-08-09fiscal Q2 2023501390000950170-23-040270
10-Q2023-05-09fiscal Q1 2023491010000950170-23-019601
10-K2023-03-16fiscal FY 2022551150000950170-23-008395
10-Q2022-11-09fiscal Q3 2022511410000950170-22-023785
10-Q2022-08-09fiscal Q2 2022511410001564590-22-028761
10-Q2022-05-10fiscal Q1 2022511060001564590-22-019305
10-K2022-03-15fiscal FY 2021551160001564590-22-010278
10-Q2021-11-09fiscal Q3 2021511430001564590-21-055570
10-Q2021-08-09fiscal Q2 2021511440001564590-21-042728
10-Q2021-05-10fiscal Q1 2021511060001564590-21-026013
10-K2021-03-12fiscal FY 2020551870001564590-21-012819
10-Q2020-11-09fiscal Q3 2020511410001564590-20-052420
10-Q2020-08-10fiscal Q2 2020511410001564590-20-038833
10-Q2020-05-11fiscal Q1 2020511060001564590-20-023927
10-K2020-03-13fiscal FY 2019541820001564590-20-010752
10-Q2019-11-12fiscal Q3 2019511380001564590-19-042825
10-Q2019-08-09fiscal Q2 2019501350001564590-19-031159
10-Q2019-05-10fiscal Q1 2019501010001564590-19-018509
10-K2019-03-18fiscal FY 2018491730001564590-19-008176
10-Q2018-11-09fiscal Q3 2018451280001564590-18-028814
10-Q2018-08-09fiscal Q2 2018451280001564590-18-020938
10-Q2018-05-10fiscal Q1 201844900001564590-18-012965
10-K2018-03-16fiscal FY 2017471920001564590-18-006036
10-Q2017-11-09fiscal Q3 2017441260001564590-17-023156
10-Q2017-08-09fiscal Q2 2017441260001564590-17-016907
10-Q2017-05-10fiscal Q1 201744900001564590-17-010176
10-K2017-03-15fiscal FY 2016471900001564590-17-004388
10-Q2016-11-08fiscal Q3 2016441220001564590-16-028060
10-Q2016-08-09fiscal Q2 2016451240001564590-16-023737
10-Q2016-05-10fiscal Q1 201645900001564590-16-018884
10-K2016-03-15fiscal FY 2015481920001193125-16-505058
10-Q2015-11-09fiscal Q3 2015451240001193125-15-371993
10-Q2015-08-10fiscal Q2 2015441200001193125-15-284784
10-Q2015-05-11fiscal Q1 201543860001193125-15-181995
10-K2015-03-13fiscal FY 2014471880001193125-15-090879
10-Q2014-11-07fiscal Q3 2014461240001193125-14-403229
10-Q2014-08-11fiscal Q2 2014461240001193125-14-304953
10-Q2014-05-08fiscal Q1 201446920001193125-14-190327
10-K2014-03-13fiscal FY 2013501950001193125-14-098013
10-Q2013-11-12fiscal Q3 2013461230001193125-13-437623
10-Q2013-08-09fiscal Q2 2013461250001193125-13-328894
10-Q2013-05-15fiscal Q1 201348980001193125-13-222729
10-K2013-04-02fiscal FY 2012532250001193125-13-138832
10-Q2012-11-09fiscal Q3 2012491350001193125-12-462706
10-Q/A2012-09-05fiscal Q2 2012481350001193125-12-379554
10-Q2012-05-09fiscal Q1 201246940001193125-12-221929
10-K2012-03-15fiscal FY 2011481270001193125-12-117234
10-Q2011-11-09fiscal Q3 2011451230001193125-11-304339
10-Q/A2011-11-09fiscal Q2 2011451230001193125-11-304314
10-Q2011-08-09fiscal Q2 2011451230000950123-11-075022

Inspect the source

Entity
PC TEL INC / CIK 0001057083
Captured
SEC response SHA-256
8055b42493d708a5b732d50e2843ad86789e4cd5aac4397791793e024f8c8d14

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