Skip to content

CHICAGO BRIDGE & IRON CO N V: filings

Every CHICAGO BRIDGE & IRON CO N V annual and quarterly report in the SEC record with the published financial measures it tagged, 32 filings, each linked to its SEC index.

Filing record ends 2018-04-24

The latest filing in this captured record is a 10-Q filed 2018-04-24. No later filing is in the SEC companyfacts record captured on 2026-09-22. CHICAGO BRIDGE & IRON CO N V 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-Q2018-04-24fiscal Q1 201845920001027884-18-000058
10-K2018-02-21fiscal FY 2017521850001027884-18-000045
10-Q2017-10-31fiscal Q3 2017451240001027884-17-000206
10-Q2017-08-09fiscal Q2 2017451240001027884-17-000196
10-Q2017-05-10fiscal Q1 201744910001027884-17-000156
10-K2017-03-01fiscal FY 2016511850001027884-17-000082
10-Q2016-10-28fiscal Q3 2016431200001027884-16-000480
10-Q2016-07-27fiscal Q2 2016421180001027884-16-000444
10-Q2016-04-21fiscal Q1 201642880001027884-16-000392
10-K2016-02-26fiscal FY 2015491800001027884-16-000357
10-Q2015-11-06fiscal Q3 2015421180001027884-15-000246
10-Q2015-07-24fiscal Q2 2015421180001027884-15-000213
10-Q2015-04-24fiscal Q1 201542880001027884-15-000145
10-K2015-02-25fiscal FY 2014481780001027884-15-000095
10-Q2014-10-24fiscal Q3 2014421180001027884-14-000066
10-Q2014-07-25fiscal Q2 2014421180001027884-14-000040
10-Q2014-04-24fiscal Q1 201442880001027884-14-000017
10-K2014-02-27fiscal FY 2013481780001027884-14-000003
10-Q2013-10-30fiscal Q3 2013421180001027884-13-000008
10-Q2013-07-31fiscal Q2 2013421180001027884-13-000006
10-Q2013-05-03fiscal Q1 201343890001193125-13-196750
10-K2013-02-28fiscal FY 2012461730001193125-13-080788
10-Q2012-10-24fiscal Q3 2012401160001193125-12-431857
10-Q2012-07-25fiscal Q2 2012401160001193125-12-312661
10-Q2012-04-25fiscal Q1 201240840001193125-12-179365
10-K2012-02-24fiscal FY 2011461730001193125-12-075758
10-Q2011-10-26fiscal Q3 2011401160001193125-11-280552
10-Q2011-07-22fiscal Q2 2011401160001193125-11-193832
10-Q2011-04-27fiscal Q1 201139820000950123-11-039479
10-K2011-02-22fiscal FY 2010381010000950123-11-016599
10-Q2010-10-26fiscal Q3 2010401090000950123-10-096178
10-Q2010-07-27fiscal Q2 2010391080000950123-10-068590

Inspect the source

Entity
CHICAGO BRIDGE & IRON CO N V / CIK 0001027884
Captured
SEC response SHA-256
a7cf08bdb345304073f3342355ae8d1953342c28c9e065a2ff5bd2907d9fb1e1

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