Skip to content

BLUE BIRD CORPORATION: filings

Every BLUE BIRD CORPORATION annual and quarterly report in the SEC record with the published financial measures it tagged, 50 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 Q3 2026471280001589526-26-000049
10-Q2026-05-06fiscal Q2 2026471270001589526-26-000030
10-Q2026-02-04fiscal Q1 202647970001589526-26-000007
10-K2025-11-24fiscal FY 2025581500001589526-25-000100
10-Q2025-08-06fiscal Q3 2025461260001589526-25-000086
10-Q2025-05-07fiscal Q2 2025461260001589526-25-000068
10-Q2025-02-05fiscal Q1 202546960001589526-25-000026
10-K2024-11-25fiscal FY 2024591530001589526-24-000119
10-Q2024-08-07fiscal Q3 2024461270001589526-24-000083
10-Q2024-05-08fiscal Q2 2024461270001589526-24-000055
10-Q2024-02-07fiscal Q1 202446970001589526-24-000026
10-K2023-12-11fiscal FY 2023591530001589526-23-000124
10-Q2023-08-09fiscal Q3 2023461270001589526-23-000103
10-Q2023-05-11fiscal Q2 2023461270001589526-23-000047
10-Q2023-02-08fiscal Q1 202346970001589526-23-000022
10-K2022-12-12fiscal FY 2022591530001589526-22-000091
10-Q2022-08-10fiscal Q3 2022461260001589526-22-000071
10-Q2022-05-12fiscal Q2 2022461260001589526-22-000048
10-Q2022-02-09fiscal Q1 202246960001589526-22-000013
10-K2021-12-15fiscal FY 2021571470001589526-21-000140
10-Q2021-08-12fiscal Q3 2021451240001589526-21-000079
10-Q2021-05-12fiscal Q2 2021451240001589526-21-000042
10-Q2021-02-11fiscal Q1 202145940001589526-21-000009
10-K2020-12-17fiscal FY 2020581500001589526-20-000112
10-Q2020-08-13fiscal Q3 2020451240001628280-20-012618
10-Q2020-05-14fiscal Q2 2020451240001589526-20-000063
10-Q2020-02-13fiscal Q1 202044920001589526-20-000032
10-K2019-12-12fiscal FY 2019571480001589526-19-000054
10-Q2019-08-08fiscal Q3 2019481320001589526-19-000044
10-Q2019-05-09fiscal Q2 2019471280001589526-19-000037
10-Q2019-02-07fiscal Q1 201947980001589526-19-000019
10-K2018-12-12fiscal FY 2018531400001589526-18-000102
10-Q2018-08-08fiscal Q3 2018451220001589526-18-000059
10-Q2018-05-10fiscal Q2 2018441200001589526-18-000045
10-Q2018-02-07fiscal Q1 201844900001589526-18-000029
10-K2017-12-08fiscal FY 2017521380001589526-17-000057
10-Q2017-08-04fiscal Q3 2017431180001589526-17-000049
10-Q2017-05-12fiscal Q2 2017431180001589526-17-000039
10-Q2017-02-09fiscal Q1 201743880001589526-17-000009
10-K2016-12-15fiscal FY 2016521380001589526-16-000199
10-Q2016-08-16fiscal Q3 2016411140001589526-16-000184
10-Q2016-05-23fiscal Q2 2016421250001589526-16-000130
10-Q2016-02-09fiscal Q1 201637760001589526-16-000100
10-K2015-12-15fiscal FY 2015501590001589526-15-000089
10-Q2015-08-18fiscal Q3 2015431170001589526-15-000063
10-Q2015-05-19fiscal Q2 2015391010001589526-15-000011
10-K2015-02-27fiscal FY 201414230001213900-15-001423
10-Q2014-11-14fiscal Q3 201415300001213900-14-008257
10-Q2014-08-14fiscal Q2 201413280001213900-14-005904
10-Q2014-05-13fiscal Q1 201412240001213900-14-003214

Inspect the source

Entity
BLUE BIRD CORPORATION / CIK 0001589526
Captured
2026-09-20T09:23:49.923Z
SEC response SHA-256
6f4bc4a43bf09a6e561cd5eb086d140cdec564762b584e3eb39f55bea1a3aeda

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