Skip to content

BSQUARE CORP/WA: filings

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

Filing record ends 2023-11-09

The latest filing in this captured record is a 10-Q filed 2023-11-09. No later filing is in the SEC companyfacts record captured on 2026-09-22. BSQUARE CORP/WA 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-09fiscal Q3 2023401120001437749-23-031264
10-Q2023-08-10fiscal Q2 2023391100001437749-23-023045
10-Q2023-05-11fiscal Q1 202339810001437749-23-013946
10-K2023-03-07fiscal FY 202247950001437749-23-005665
10-Q2022-11-10fiscal Q3 2022391090001437749-22-026903
10-Q2022-08-11fiscal Q2 2022401150001437749-22-020121
10-Q2022-05-12fiscal Q1 202237770001437749-22-012152
10-K2022-03-10fiscal FY 2021481570001437749-22-005867
10-Q2021-11-10fiscal Q3 2021421440001437749-21-026155
10-Q2021-08-12fiscal Q2 2021421440001437749-21-019722
10-Q2021-05-13fiscal Q1 202140770001437749-21-012093
10-K2021-03-18fiscal FY 2020471780001437749-21-006492
10-Q2020-11-13fiscal Q3 2020391070001437749-20-023689
10-Q2020-08-14fiscal Q2 2020391070001437749-20-017870
10-Q2020-05-12fiscal Q1 202039760001564590-20-024441
10-K2020-02-25fiscal FY 2019451750001564590-20-006135
10-Q2019-11-08fiscal Q3 2019401100001564590-19-041949
10-Q2019-08-13fiscal Q2 2019401100001564590-19-031581
10-Q2019-05-14fiscal Q1 201938730001564590-19-018948
10-K2019-03-04fiscal FY 2018431720001564590-19-005908
10-Q2018-11-13fiscal Q3 2018381100001564590-18-029080
10-Q2018-08-13fiscal Q2 2018371070001564590-18-021471
10-Q2018-05-15fiscal Q1 201833670001564590-18-013642
10-K2018-02-22fiscal FY 2017391590001564590-18-002910
10-Q2017-11-07fiscal Q3 2017331000001564590-17-022241
10-Q2017-08-08fiscal Q2 201733990001564590-17-016511
10-Q2017-05-15fiscal Q1 201732660001564590-17-011031
10-K2017-02-21fiscal FY 2016391780001564590-17-001887
10-Q2016-11-10fiscal Q3 2016331000001564590-16-028919
10-Q2016-08-03fiscal Q2 2016331000001564590-16-022337
10-Q2016-05-05fiscal Q1 201633680001564590-16-017974
10-K2016-02-11fiscal FY 2015391780001564590-16-012659
10-Q2015-11-12fiscal Q3 2015331000001564590-15-010598
10-Q2015-08-13fiscal Q2 2015351080001564590-15-007246
10-Q2015-05-14fiscal Q1 201535720001564590-15-004310
10-K2015-02-19fiscal FY 2014432000001564590-15-000770
10-Q2014-11-13fiscal Q3 2014381110001564590-14-005659
10-Q2014-08-14fiscal Q2 2014361080001193125-14-310175
10-Q2014-05-15fiscal Q1 201436740001193125-14-201224
10-K2014-02-25fiscal FY 2013432060001193125-14-067295
10-Q2013-11-12fiscal Q3 2013391140001193125-13-438303
10-Q2013-08-13fiscal Q2 2013371060001193125-13-332751
10-Q2013-05-09fiscal Q1 201337750001193125-13-211068
10-K2013-02-22fiscal FY 2012422040001193125-13-071602
10-Q2012-11-14fiscal Q3 2012361030001193125-12-470748
10-Q2012-08-09fiscal Q2 2012361040001193125-12-347581
10-Q2012-05-10fiscal Q1 201236740001193125-12-225646
10-K2012-02-23fiscal FY 201136730001193125-12-075505
10-Q2011-11-10fiscal Q3 201134970001193125-11-307022
10-Q2011-08-04fiscal Q2 201134970001193125-11-210542

Inspect the source

Entity
BSQUARE CORP/WA / CIK 0001054721
Captured
SEC response SHA-256
a71b06d9a6c7538d79e770bbae846743ee3663fe6ea26373902e983fc2aaa8e8

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