Skip to content

BGSF, INC: filings

Every BGSF, INC annual and quarterly report in the SEC record with the published financial measures it tagged, 53 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-05fiscal Q2 2026421140001474903-26-000070
10-Q/A2026-05-14fiscal Q1 202641860001474903-26-000056
10-Q2026-05-06fiscal Q1 202641860001474903-26-000040
10-K2026-03-30fiscal FY 2025451600001474903-26-000030
10-Q2025-11-07fiscal Q3 2025431200001474903-25-000142
10-Q2025-08-07fiscal Q2 2025431150001474903-25-000084
10-Q2025-05-07fiscal Q1 202541860001474903-25-000029
10-K2025-03-17fiscal FY 2024451570001474903-25-000016
10-Q2024-11-07fiscal Q3 2024411140001474903-24-000089
10-Q2024-08-07fiscal Q2 2024411100001474903-24-000068
10-Q2024-05-09fiscal Q1 202441860001474903-24-000034
10-K2024-03-15fiscal FY 2022461680001474903-24-000026
10-Q2023-11-09fiscal Q3 2023451270001474903-23-000124
10-Q2023-08-09fiscal Q2 2023451230001474903-23-000086
10-Q2023-05-11fiscal Q1 202344910001474903-23-000065
10-K2023-03-16fiscal FY 2022471780001474903-23-000031
10-Q2022-11-03fiscal Q3 2022461310001474903-22-000076
10-Q2022-08-04fiscal Q2 2022461270001474903-22-000055
10-Q2022-05-06fiscal Q1 202246950001474903-22-000035
10-K2022-03-10fiscal FY 2021471760001474903-22-000020
10-Q2021-11-03fiscal Q3 2021461330001474903-21-000122
10-Q2021-08-05fiscal Q2 2021461290001474903-21-000070
10-Q2021-05-06fiscal Q1 202146950001474903-21-000039
10-K2021-03-11fiscal FY 2020461820001474903-21-000035
10-Q2020-11-05fiscal Q3 2020461310001474903-20-000069
10-Q2020-08-07fiscal Q2 2020451250001474903-20-000036
10-Q2020-05-07fiscal Q1 202041840001474903-20-000017
10-K2020-03-12fiscal FY 2019451780001474903-20-000011
10-Q2019-11-05fiscal Q3 2019431230001474903-19-000059
10-Q2019-08-07fiscal Q2 2019391110001474903-19-000034
10-Q2019-05-09fiscal Q1 201939800001474903-19-000017
10-K2019-03-12fiscal FY 2018411720001474903-19-000010
10-Q2018-10-30fiscal Q3 2018361000001474903-18-000125
10-Q2018-07-27fiscal Q2 2018361000001474903-18-000048
10-Q2018-05-10fiscal Q1 201835720001474903-18-000020
10-K2018-03-08fiscal FY 2017401610001474903-18-000011
10-Q2017-10-30fiscal Q3 201735960001474903-17-000051
10-Q2017-07-27fiscal Q2 201735960001474903-17-000043
10-Q2017-04-27fiscal Q1 201734730001474903-17-000020
10-K2017-03-06fiscal FY 2016401610001474903-17-000007
10-Q2016-10-31fiscal Q3 201635960001474903-16-000143
10-Q2016-08-01fiscal Q2 201635960001474903-16-000127
10-Q2016-04-28fiscal Q1 201636740001474903-16-000100
10-K2016-03-07fiscal FY 2015421430001474903-16-000092
10-Q2015-11-02fiscal Q3 201536980001474903-15-000082
10-Q2015-08-03fiscal Q2 2015371000001474903-15-000065
10-Q2015-05-05fiscal Q1 201537760001474903-15-000044
10-K2015-03-02fiscal FY 2014421440001474903-15-000016
10-Q2014-11-03fiscal Q3 201436980001474903-14-000003
10-Q2014-08-08fiscal Q2 201436980001144204-14-048101
10-Q2014-04-30fiscal Q1 201436740001144204-14-026514
10-K2014-03-31fiscal FY 2013411080001144204-14-019498
10-Q/A2014-01-21fiscal Q3 201329780001144204-14-003166

Inspect the source

Entity
BGSF, INC / CIK 0001474903
Captured
2026-09-20T09:08:03.483Z
SEC response SHA-256
d64b48a6a18649171da9277f8b1e252a141609ef6bd2ee41a15bf49118922719

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