Skip to content

ENGlobal Corporation: filings

Every ENGlobal Corporation annual and quarterly report in the SEC record with the published financial measures it tagged, 55 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-Q2024-11-12fiscal Q3 202439990001654954-24-014179
10-Q2024-08-08fiscal Q2 202439980001654954-24-010128
10-Q2024-05-09fiscal Q1 202437760001654954-24-005805
10-K2024-03-29fiscal FY 202344890001654954-24-003953
10-Q2023-11-13fiscal Q3 202337970001654954-23-014157
10-Q2023-08-10fiscal Q2 2023371080001654954-23-010481
10-Q2023-05-16fiscal Q1 202336760001654954-23-006738
10-K2023-03-31fiscal FY 202245900001654954-23-004118
10-Q2022-11-08fiscal Q3 2022401060001654954-22-014824
10-Q2022-08-05fiscal Q2 2022371040001654954-22-010637
10-Q2022-05-05fiscal Q1 202234720001654954-22-006123
10-K2022-03-11fiscal FY 202142850001654954-22-002983
10-Q2021-11-04fiscal Q3 202136900001568276-21-002035
10-Q2021-08-05fiscal Q2 202136880001654954-21-008552
10-Q2021-05-06fiscal Q1 202135730001654954-21-005201
10-K2021-03-11fiscal FY 202043890001654954-21-002654
10-Q2020-11-05fiscal Q3 202036910001654954-20-011910
10-Q2020-08-06fiscal Q2 202036910001654954-20-008561
10-Q2020-05-07fiscal Q1 202034710001654954-20-005046
10-K2020-03-27fiscal FY 201939790001493152-20-004865
10-Q2019-11-12fiscal Q3 201934830001493152-19-016920
10-Q2019-08-13fiscal Q2 201934810001493152-19-012227
10-Q2019-05-13fiscal Q1 201934670001493152-19-006909
10-K2019-03-28fiscal FY 201842810001493152-19-004079
10-Q2018-11-08fiscal Q3 201833840001493152-18-015440
10-Q2018-08-09fiscal Q2 201833830001493152-18-011266
10-Q2018-05-10fiscal Q1 201832670001493152-18-006542
10-K2018-03-15fiscal FY 201740820001493152-18-003404
10-Q2017-11-03fiscal Q3 201735880001493152-17-012376
10-Q2017-08-09fiscal Q2 201734860001493152-17-008722
10-Q2017-05-11fiscal Q1 201734690001493152-17-005029
10-K2017-03-10fiscal FY 201639790001493152-17-002297
10-Q2016-11-03fiscal Q3 201633860001493152-16-014491
10-Q2016-08-04fiscal Q2 201633850001493152-16-011955
10-Q2016-05-10fiscal Q1 201632660001185185-16-004459
10-K2016-03-03fiscal FY 201538770001185185-16-003829
10-Q2015-11-06fiscal Q3 201534840001185185-15-002801
10-Q2015-08-06fiscal Q2 201535900001185185-15-002039
10-Q2015-05-07fiscal Q1 201534700001185185-15-001135
10-K2015-03-12fiscal FY 201438770001185185-15-000495
10-Q2014-11-06fiscal Q3 201433820001185185-14-002935
10-Q2014-08-19fiscal Q2 2014381000001185185-14-002271
10-Q2014-08-08fiscal Q2 2014381000001185185-14-002028
10-Q2014-05-08fiscal Q1 201436760001185185-14-001171
10-K2014-03-14fiscal FY 201340800001185185-14-000552
10-Q2013-11-08fiscal Q3 2013371010001185185-13-002346
10-Q2013-08-09fiscal Q2 201336990001185185-13-001649
10-Q2013-05-14fiscal Q1 201336760001185185-13-001099
10-K2013-04-15fiscal FY 201240810001185185-13-000838
10-Q2012-11-19fiscal Q3 201232860001185185-12-002624
10-Q/A2012-08-30fiscal Q2 201235980001185185-12-001956
10-Q2012-05-16fiscal Q1 201229580000933738-12-000009
10-K2012-04-12fiscal FY 201131790001445305-12-001012
10-Q2011-11-10fiscal Q3 201129720000933738-11-000020
10-Q2011-08-04fiscal Q2 201133900000933738-11-000016

Inspect the source

Entity
ENGlobal Corporation / CIK 0000933738
Captured
2026-09-21T17:17:46.725Z
SEC response SHA-256
1802e7697232ef115907403d0cd37da436faaafb9329eaf2c2b601d116a4e236

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