Skip to content

SOLITRON DEVICES INC: filings

Every SOLITRON DEVICES INC annual and quarterly report in the SEC record with the published financial measures it tagged, 51 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-13fiscal Q1 202741840001437749-26-023414
10-K2026-05-28fiscal FY 202646920001437749-26-018779
10-Q2026-01-13fiscal Q3 2026421140001437749-26-001185
10-Q2025-10-10fiscal Q2 2026421100001437749-25-030857
10-Q2025-07-11fiscal Q1 202641840001437749-25-022587
10-K2025-05-23fiscal FY 202545920001437749-25-018346
10-Q2025-01-14fiscal Q3 2025411110001437749-25-001057
10-Q2024-10-15fiscal Q2 2025381000001654954-24-012988
10-Q2024-08-13fiscal Q1 202537780001654954-24-010451
10-K2024-07-12fiscal FY 202440810001654954-24-008904
10-Q2024-01-19fiscal Q3 202436980001654954-24-000774
10-Q2023-10-12fiscal Q2 202434900001654954-23-012842
10-Q2023-07-21fiscal Q1 202434720001654954-23-009517
10-K2023-06-23fiscal FY 202337750001654954-23-008351
10-Q2023-01-18fiscal Q3 202334940001654954-23-000512
10-Q2022-10-11fiscal Q2 202332860001654954-22-013556
10-Q2022-08-05fiscal Q1 202332680001654954-22-010659
10-K2022-07-14fiscal FY 202239800001654954-22-009676
10-Q2022-01-14fiscal Q1 2022361000001654954-22-000477
10-Q2021-10-12fiscal Q2 202135930001654954-21-010954
10-Q2021-07-20fiscal Q1 202232690001654954-21-008071
10-K2021-06-21fiscal FY 202138780001654954-21-007088
10-Q2021-03-25fiscal Q3 202134930001654954-21-003299
10-Q2021-03-25fiscal Q2 202134890001654954-21-003289
10-Q2021-03-23fiscal Q1 202131670001654954-21-003120
10-K/A2021-02-22fiscal FY 202035700001654954-21-001954
10-K2021-02-10fiscal FY 201935700001654954-21-001436
10-Q2017-01-17fiscal Q3 2016381000001213900-17-000376
10-Q2016-11-18fiscal Q2 201635860001213900-16-018730
10-Q2016-07-20fiscal Q1 201636720001213900-16-015121
10-K2016-06-15fiscal FY 201540810001213900-16-014258
10-Q2016-01-14fiscal Q3 201537970001213900-16-010160
10-Q2015-10-15fiscal Q2 201537950001213900-15-007721
10-Q2015-07-15fiscal Q1 201637750001213900-15-005217
10-K2015-05-29fiscal FY 201440810001213900-15-004214
10-Q2015-01-20fiscal Q3 2014381210001213900-15-000430
10-Q2015-01-09fiscal Q2 201538990001213900-15-000177
10-Q2014-10-15fiscal Q2 201438990001213900-14-007284
10-Q2014-07-03fiscal Q1 201437750001213900-14-004697
10-K2014-05-27fiscal FY 201341830001213900-14-003768
10-Q2014-01-14fiscal Q3 2013381040001213900-14-000228
10-Q2013-10-09fiscal Q2 2013391040001213900-13-005635
10-Q2013-07-15fiscal Q1 201337750001213900-13-003616
10-K2013-05-15fiscal FY 201241820001213900-13-002511
10-Q2013-01-14fiscal Q3 201236950001213900-13-000156
10-Q2012-10-15fiscal Q2 201236950001213900-12-005638
10-Q2012-07-11fiscal Q1 201233680001213900-12-003724
10-K2012-05-29fiscal FY 201131630001144204-12-032233
10-Q2012-01-13fiscal Q3 201132880001144204-12-002320
10-Q2011-10-11fiscal Q2 201130780001144204-11-057322
10-Q2011-07-07fiscal Q1 201130600001144204-11-039505

Inspect the source

Entity
SOLITRON DEVICES INC / CIK 0000091668
Captured
2026-09-19T14:52:33.745Z
SEC response SHA-256
a28da3d7d25360b93c20ff2fb7265e13c6acbcca4c58cf75290c7add2a85d6e8

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