Skip to content

RED HAT INC: filings

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

Filing record ends 2019-06-28

The latest filing in this captured record is a 10-Q filed 2019-06-28. No later filing is in the SEC companyfacts record captured on 2026-09-22. RED HAT 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-06-28fiscal Q1 202044930001087423-19-000017
10-K2019-04-24fiscal FY 2019502230001087423-19-000012
10-Q2019-01-04fiscal Q3 2019411390001087423-19-000006
10-Q2018-10-09fiscal Q2 2019411390001087423-18-000020
10-Q2018-07-09fiscal Q1 201941870001087423-18-000014
10-K2018-04-26fiscal FY 2018492220001087423-18-000010
10-Q2018-01-08fiscal Q3 2018391310001087423-18-000003
10-Q2017-10-05fiscal Q2 2018381290001193125-17-304679
10-Q2017-07-06fiscal Q1 201838810001193125-17-223014
10-K2017-04-26fiscal FY 2017452020001193125-17-139562
10-Q2017-01-05fiscal Q3 2017381290001193125-17-002962
10-Q2016-10-06fiscal Q2 2017391330001193125-16-732752
10-Q2016-07-07fiscal Q1 201739820001193125-16-643441
10-K2016-04-26fiscal FY 2016452020001193125-16-556503
10-Q2016-01-08fiscal Q3 2016391330001193125-16-424883
10-Q2015-10-07fiscal Q2 2016391330001193125-15-339417
10-Q2015-07-09fiscal Q1 201639820001193125-15-249094
10-K2015-04-28fiscal FY 2015452020001193125-15-153023
10-Q2015-01-08fiscal Q3 2015401370001193125-15-005072
10-Q2014-09-29fiscal Q2 2015381290001193125-14-357141
10-Q2014-07-09fiscal Q1 201538810001193125-14-264192
10-K2014-04-24fiscal FY 2013431880001193125-14-157171
10-Q2014-01-09fiscal Q3 2013411410001193125-14-006446
10-Q2013-10-04fiscal Q2 2013401370001193125-13-391600
10-Q2013-07-05fiscal Q1 201340850001193125-13-283826
10-K2013-04-25fiscal FY 2012471990001193125-13-173724
10-Q2013-01-08fiscal Q3 2012411400001193125-13-006901
10-Q2012-10-05fiscal Q2 2012411410001193125-12-416774
10-Q2012-07-06fiscal Q1 201240850001193125-12-296255
10-K2012-04-25fiscal FY 2011472010001193125-12-182074
10-Q2012-01-09fiscal Q3 2011441450001193125-12-006574
10-Q2011-10-06fiscal Q2 2011441450001193125-11-265418
10-Q2011-07-07fiscal Q1 201143890001193125-11-184026
10-K2011-04-29fiscal FY 2010461980001193125-11-117416
10-Q2011-01-10fiscal Q3 2010411320001193125-11-004618
10-Q2010-10-08fiscal Q2 2010411320001193125-10-226741

Inspect the source

Entity
RED HAT INC / CIK 0001087423
Captured
SEC response SHA-256
815d8c72704c120721e5a4e3a7b56bc709bada2ca44f6c32dac813deff2d4d6a

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