Skip to content

Bristow Group Inc.: filings

Every Bristow Group Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 54 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 2026471310001525221-26-000100
10-Q2026-05-06fiscal Q1 202647970001525221-26-000082
10-K2026-02-26fiscal FY 2025561400001525221-26-000013
10-Q2025-11-05fiscal Q3 2025461320001525221-25-000073
10-Q2025-08-06fiscal Q2 2025461300001525221-25-000047
10-Q2025-05-07fiscal Q1 202546960001525221-25-000032
10-K2025-02-27fiscal FY 2024541520001525221-25-000016
10-Q2024-11-06fiscal Q3 2024451280001525221-24-000067
10-Q2024-08-07fiscal Q2 2024451260001525221-24-000061
10-Q2024-05-08fiscal Q1 202445940001525221-24-000039
10-K2024-03-06fiscal FY 2023561540001525221-24-000011
10-Q2023-11-02fiscal Q3 2023471340001525221-23-000060
10-Q2023-08-03fiscal Q2 2023461300001525221-23-000044
10-Q2023-05-04fiscal Q1 202346960001525221-23-000024
10-Q2022-11-03fiscal Q2 2023461300001525221-22-000046
10-Q2022-08-05fiscal Q1 202347980001525221-22-000034
10-K2022-05-31fiscal FY 2022571780001525221-22-000011
10-Q2022-02-04fiscal Q3 2022481380001525221-22-000006
10-Q2021-11-04fiscal Q2 2022481360001525221-21-000052
10-Q2021-08-05fiscal Q1 2022481000001525221-21-000037
10-K2021-05-27fiscal FY 2021571740001525221-21-000021
10-Q2021-02-03fiscal Q3 2021481680001525221-21-000008
10-Q2020-11-05fiscal Q2 2021471320001525221-20-000079
10-Q2020-08-07fiscal Q1 2021511060001525221-20-000066
10-Q2020-05-05fiscal Q1 202042880001525221-20-000051
10-K2020-03-06fiscal FY 2019491700001525221-20-000006
10-Q2019-11-05fiscal Q3 2019431170001525221-19-000095
10-Q2019-07-30fiscal Q2 2019421130001525221-19-000082
10-Q2019-05-07fiscal Q1 201941850001525221-19-000058
10-K2019-03-08fiscal FY 2018461660001525221-19-000011
10-Q2018-11-06fiscal Q3 2018421190001525221-18-000096
10-Q2018-08-07fiscal Q2 2018391080001525221-18-000088
10-Q2018-05-01fiscal Q1 201838800001525221-18-000073
10-K2018-03-09fiscal FY 2017441610001525221-18-000014
10-Q2017-11-09fiscal Q3 2016391060001525221-17-000090
10-Q2017-08-08fiscal Q2 2016411140001525221-17-000082
10-Q2017-05-02fiscal Q1 201636740001525221-17-000069
10-K2017-03-09fiscal FY 2016441620001525221-17-000004
10-Q2016-11-01fiscal Q3 2016381080001525221-16-000115
10-Q2016-08-03fiscal Q2 2016391100001525221-16-000110
10-Q2016-05-04fiscal Q1 201636740001525221-16-000100
10-K2016-02-29fiscal FY 2015431600001525221-16-000088
10-K2016-02-26fiscal FY 2015431600001525221-16-000083
10-Q2015-11-05fiscal Q3 2015401120001525221-15-000074
10-Q2015-08-05fiscal Q2 2015391100001525221-15-000058
10-Q2015-05-06fiscal Q1 201537760001525221-15-000044
10-K2015-03-11fiscal FY 2014401530001525221-15-000017
10-Q2014-11-05fiscal Q3 2014371080001525221-14-000045
10-Q2014-08-08fiscal Q2 2014391100001525221-14-000025
10-Q2014-05-06fiscal Q1 201437760001525221-14-000019
10-K2014-03-21fiscal FY 2013401390001525221-14-000008
10-Q2013-11-13fiscal Q3 2013361060001525221-13-000097
10-Q2013-08-13fiscal Q2 201334980001525221-13-000077
10-Q2013-05-15fiscal Q1 201335720001525221-13-000065

Inspect the source

Entity
Bristow Group Inc. / CIK 0001525221
Captured
2026-09-20T09:15:04.153Z
SEC response SHA-256
11099f1dc0cfbcfa831a7979248916376b91671da45e9597076be37e27ffdc75

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