Skip to content

BOXLIGHT CORPORATION: filings

Every BOXLIGHT CORPORATION annual and quarterly report in the SEC record with the published financial measures it tagged, 40 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-14fiscal Q2 2026511450001628280-26-057056
10-Q2026-05-15fiscal Q1 2026511050001628280-26-035695
10-K2026-04-15fiscal FY 2025591200001628280-26-025273
10-Q2025-11-14fiscal Q3 2025531540001628280-25-052307
10-Q2025-08-13fiscal Q2 2025521520001628280-25-040170
10-K2025-03-28fiscal FY 2024601210001628280-25-015455
10-Q2024-11-14fiscal Q3 2024511450001628280-24-047932
10-Q2024-08-13fiscal Q2 2024511450001628280-24-036937
10-Q2024-05-08fiscal Q1 2024521070001628280-24-021699
10-K2024-03-14fiscal FY 2023611230001628280-24-011246
10-Q2023-11-08fiscal Q3 2023511450001628280-23-037856
10-Q2023-08-09fiscal Q2 2023511450001558370-23-014285
10-Q2023-05-10fiscal Q1 2023521050001558370-23-009121
10-K2023-03-17fiscal FY 2022591170001558370-23-004059
10-Q2022-11-09fiscal Q3 2022531480001558370-22-017190
10-Q2022-08-11fiscal Q2 2022511440001558370-22-013282
10-Q2022-05-16fiscal Q1 2022511020001558370-22-008933
10-K2022-04-13fiscal FY 2021571140001558370-22-005374
10-Q2021-11-10fiscal Q3 2021451330001493152-21-027853
10-Q2021-08-12fiscal Q2 2021421170001493152-21-019511
10-Q2021-05-13fiscal Q1 202141820001493152-21-011283
10-K2021-03-31fiscal FY 202048920001493152-21-007447
10-Q2020-11-16fiscal Q3 2020411100001493152-20-021640
10-Q2020-08-14fiscal Q2 2020411100001493152-20-015691
10-Q2020-05-15fiscal Q1 202041840001493152-20-009175
10-K2020-05-13fiscal FY 201942840001493152-20-008414
10-Q2019-11-12fiscal Q3 2019411080001493152-19-016909
10-Q2019-08-13fiscal Q2 2019411080001493152-19-012214
10-Q2019-05-15fiscal Q1 201941850001493152-19-007506
10-K2019-03-28fiscal FY 201843870001493152-19-004118
10-Q2018-11-13fiscal Q3 2018451230001493152-18-015758
10-Q2018-08-22fiscal Q2 2018411070001493152-18-012469
10-Q/A2018-08-16fiscal Q1 201838780001493152-18-012159
10-K/A2018-08-16fiscal FY 201740820001493152-18-012157
10-Q2018-05-15fiscal Q1 201838780001493152-18-007003
10-K2018-04-02fiscal FY 201740820001493152-18-004493
10-Q2017-11-14fiscal Q3 2017441190001493152-17-013131
10-K/A2017-10-10fiscal FY 201638730001493152-17-011447
10-Q2017-08-14fiscal Q2 201736970001493152-17-009168
10-Q2017-05-15fiscal Q1 201735720001493152-17-005326

Inspect the source

Entity
BOXLIGHT CORPORATION / CIK 0001624512
Captured
2026-09-21T17:21:56.610Z
SEC response SHA-256
be56ecea85850fa0b82eeec6852db92c83be8e6290e9dc8fea115ac7976eb3b3

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