Skip to content

FLAGSTAR BANCORP INC: filings

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

Filing record ends 2022-11-08

The latest filing in this captured record is a 10-Q filed 2022-11-08. No later filing is in the SEC companyfacts record captured on 2026-09-22. FLAGSTAR BANCORP 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-Q2022-11-08fiscal Q3 202224770001033012-22-000090
10-Q2022-08-09fiscal Q2 202224770001033012-22-000076
10-Q2022-05-10fiscal Q1 202223510001033012-22-000046
10-K2022-03-01fiscal FY 202132850001033012-22-000025
10-Q2021-11-05fiscal Q3 202123730001033012-21-000091
10-Q2021-08-06fiscal Q2 202122710001033012-21-000086
10-Q2021-05-07fiscal Q1 202123490001033012-21-000051
10-K2021-02-26fiscal FY 2020321230001033012-21-000037
10-Q2020-11-09fiscal Q3 202023680001033012-20-000093
10-Q2020-08-10fiscal Q2 202022700001033012-20-000075
10-Q2020-05-11fiscal Q1 202023500001033012-20-000034
10-K2020-02-28fiscal FY 2019341230001033012-20-000017
10-Q2019-11-04fiscal Q3 201927760001033012-19-000086
10-Q2019-08-05fiscal Q2 201926780001033012-19-000076
10-Q2019-05-10fiscal Q1 201926540001033012-19-000044
10-K2019-02-28fiscal FY 2018321260001033012-19-000033
10-Q2018-11-05fiscal Q3 201824720001033012-18-000111
10-Q2018-08-06fiscal Q2 201824720001033012-18-000099
10-Q2018-05-07fiscal Q1 201824520001033012-18-000051
10-K2018-03-12fiscal FY 2017291390001033012-18-000025
10-Q2017-11-06fiscal Q3 201724740001033012-17-000088
10-Q2017-08-07fiscal Q2 201724740001033012-17-000079
10-Q2017-05-08fiscal Q1 201724520001033012-17-000052
10-K2017-03-13fiscal FY 2016271330001033012-17-000027
10-Q2016-11-07fiscal Q3 201624740001033012-16-000172
10-Q2016-08-09fiscal Q2 201623700001033012-16-000160
10-Q2016-05-10fiscal Q1 201623520001033012-16-000126
10-K2016-03-14fiscal FY 2015271310001033012-16-000110
10-Q2015-11-06fiscal Q3 201524690001033012-15-000088
10-Q2015-08-06fiscal Q2 201524690001033012-15-000072
10-Q2015-05-08fiscal Q1 201525490001033012-15-000056
10-K2015-03-16fiscal FY 2014291390001033012-15-000025
10-Q2014-11-03fiscal Q3 201425780001033012-14-000073
10-Q2014-07-29fiscal Q2 201425780001033012-14-000047
10-Q2014-05-09fiscal Q1 201425550001033012-14-000032
10-K2014-03-05fiscal FY 2013291390001033012-14-000024
10-Q2013-10-30fiscal Q3 201325780001033012-13-000131
10-Q2013-07-30fiscal Q2 201324740001033012-13-000062
10-Q2013-04-30fiscal Q1 201325540001033012-13-000023
10-K2013-03-05fiscal FY 2012301420001033012-13-000018
10-Q2012-10-30fiscal Q3 201226810001033012-12-000024
10-Q2012-08-09fiscal Q2 201226810001033012-12-000015
10-Q2012-05-10fiscal Q1 201221460001033012-12-000005
10-K2012-03-20fiscal FY 201123630001193125-12-123725
10-Q2011-11-09fiscal Q3 201123610001193125-11-303971
10-Q2011-08-08fiscal Q2 201123620000950123-11-074187

Inspect the source

Entity
FLAGSTAR BANCORP INC / CIK 0001033012
Captured
SEC response SHA-256
d8e6ef1df20cf5686ae220dc4ad6a71c40b214dfb230d8a3f634f8bafd4d9e8e

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