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, 41 filings, each linked to its SEC index.

Filing record ends 2019-12-27

The latest filing in this captured record is a 10-Q filed 2019-12-27. No later filing is in the SEC companyfacts record captured on 2026-09-22. Bristow Group Inc. may have stopped filing, merged, or changed its reporting entity; nothing on this page describes its current status. Values are as reported at the time.

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-Q2019-12-27fiscal Q2 2020521380000073887-19-000059
10-Q2019-12-27fiscal Q1 2020521040000073887-19-000057
10-K2019-10-28fiscal FY 2019481560000073887-19-000046
10-Q2019-06-19fiscal Q3 2019461300000073887-19-000040
10-Q/A2019-06-19fiscal Q2 2019461280000073887-19-000038
10-Q/A2019-06-19fiscal Q1 201946920000073887-19-000036
10-K/A2019-06-19fiscal FY 2018471550000073887-19-000034
10-Q2018-11-09fiscal Q2 2019461280000073887-18-000062
10-Q2018-08-02fiscal Q1 201946920000073887-18-000045
10-K2018-05-23fiscal FY 2018471530000073887-18-000019
10-Q2018-02-08fiscal Q3 2018451210000073887-18-000010
10-Q2017-11-08fiscal Q2 2018451210000073887-17-000056
10-Q2017-08-03fiscal Q1 201844880000073887-17-000039
10-K2017-05-23fiscal FY 2017481580000073887-17-000010
10-Q2017-02-02fiscal Q3 2017451230000073887-17-000003
10-Q2016-11-03fiscal Q2 2017451220000073887-16-000096
10-Q2016-08-04fiscal Q1 201744880000073887-16-000081
10-K2016-05-27fiscal FY 2016481590000073887-16-000040
10-Q2016-02-08fiscal Q3 2016461250000073887-16-000025
10-Q2015-11-05fiscal Q2 2016431190000073887-15-000019
10-Q2015-08-06fiscal Q1 201643880000073887-15-000011
10-K2015-05-20fiscal FY 2015471580000073887-15-000007
10-Q2015-02-05fiscal Q3 2015431190000073887-15-000003
10-Q2014-11-06fiscal Q2 2015431190000073887-14-000020
10-Q2014-08-04fiscal Q1 201543880000073887-14-000016
10-K2014-05-21fiscal FY 2013461560000073887-14-000010
10-Q2014-02-06fiscal Q3 2013431210000073887-14-000006
10-Q2013-11-07fiscal Q2 2013431180000073887-13-000013
10-Q2013-08-05fiscal Q1 201337760000073887-13-000006
10-K2013-05-23fiscal FY 2012441460001193125-13-231745
10-Q2013-02-04fiscal Q3 201237950001193125-13-036896
10-Q2012-11-07fiscal Q2 201236930001193125-12-457792
10-Q2012-08-06fiscal Q1 201238780001193125-12-338047
10-K2012-05-23fiscal FY 2011401380001193125-12-245265
10-Q2012-02-02fiscal Q3 2011391020001193125-12-036972
10-Q2011-11-07fiscal Q2 2011381000001193125-11-300039
10-Q2011-08-08fiscal Q1 201138780001193125-11-214439
10-K2011-05-20fiscal FY 201034880001193125-11-146712
10-Q2011-02-02fiscal Q3 201034860000073887-11-000020
10-Q2010-11-05fiscal Q2 201034860000073887-10-000114
10-Q2010-08-04fiscal Q1 201034700000073887-10-000079

Inspect the source

Entity
Bristow Group Inc. / CIK 0000073887
Captured
SEC response SHA-256
a2697d9c200139c1a1474def82b2595586364636f82a1691fe689b5c0a1e4e9b

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