Skip to content

PRAXAIR INC: filings

Every PRAXAIR INC annual and quarterly report in the SEC record with the published financial measures it tagged, 40 filings, each linked to its SEC index.

Filing record ends 2018-11-09

The latest filing in this captured record is a 10-Q filed 2018-11-09. No later filing is in the SEC companyfacts record captured on 2026-09-22. PRAXAIR 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-Q2018-11-09fiscal Q3 2018401020000884905-18-000090
10-Q2018-07-26fiscal Q2 2018401020000884905-18-000063
10-Q2018-04-26fiscal Q1 201840790000884905-18-000030
10-K2018-02-28fiscal FY 2017481730000884905-18-000014
10-Q2017-10-26fiscal Q3 2017401040000884905-17-000072
10-Q2017-07-27fiscal Q2 2017401040000884905-17-000066
10-Q2017-04-27fiscal Q1 201740800000884905-17-000029
10-K2017-03-01fiscal FY 2016481730000884905-17-000007
10-Q2016-10-27fiscal Q3 2016401040000884905-16-000179
10-Q2016-07-28fiscal Q2 2016401040000884905-16-000172
10-Q2016-04-29fiscal Q1 201640800000884905-16-000151
10-K2016-02-24fiscal FY 2015481750000884905-16-000108
10-Q2015-10-29fiscal Q3 2015401040000884905-15-000096
10-Q2015-07-29fiscal Q2 2015401040000884905-15-000084
10-Q2015-04-29fiscal Q1 201540800000884905-15-000048
10-K2015-02-27fiscal FY 2014481750000884905-15-000027
10-K2015-02-25fiscal FY 2014481750000884905-15-000016
10-Q2014-10-29fiscal Q3 2014401040000884905-14-000091
10-Q2014-07-23fiscal Q2 2014431100000884905-14-000081
10-Q2014-04-23fiscal Q1 201443860000884905-14-000047
10-K2014-02-25fiscal FY 2013491780000884905-14-000013
10-Q2013-10-30fiscal Q3 2013431100000884905-13-000115
10-Q2013-07-24fiscal Q2 2013431100000884905-13-000096
10-Q2013-04-24fiscal Q1 201343860000884905-13-000051
10-K2013-02-27fiscal FY 2012491780000884905-13-000011
10-Q2012-10-24fiscal Q3 2012431170001193125-12-432875
10-Q2012-07-25fiscal Q2 2012431170001193125-12-313986
10-Q2012-04-25fiscal Q1 201243890001193125-12-181505
10-K2012-02-29fiscal FY 2011481740001193125-12-087618
10-Q2011-10-26fiscal Q3 2011431160001193125-11-281923
10-Q2011-07-27fiscal Q2 2011421120001193125-11-198674
10-Q2011-04-27fiscal Q1 201142870001193125-11-111434
10-K2011-02-23fiscal FY 2010491760001193125-11-043054
10-Q2010-10-27fiscal Q3 2010421130001193125-10-237986
10-Q2010-07-28fiscal Q2 2010421130001193125-10-169257
10-Q2010-04-28fiscal Q1 201039800001193125-10-096335
10-K2010-02-24fiscal FY 2009391030001193125-10-038766
10-Q2009-10-28fiscal Q3 2009391000001193125-09-215959
10-Q2009-07-29fiscal Q2 200934880001193125-09-158218
10-Q2009-04-29fiscal Q1 200934690001193125-09-091929

Inspect the source

Entity
PRAXAIR INC / CIK 0000884905
Captured
SEC response SHA-256
20f079e02317011a79a86685bc08b433771b65102fd514c7bcfcb2bfa507f1bc

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