Skip to content

TAUBMAN CENTERS, INC.: filings

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

Filing record ends 2020-11-09

The latest filing in this captured record is a 10-Q filed 2020-11-09. No later filing is in the SEC companyfacts record captured on 2026-09-23. TAUBMAN CENTERS, 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-Q2020-11-09fiscal Q3 2020321010000890319-20-000106
10-Q2020-08-10fiscal Q2 2020321010000890319-20-000091
10-Q2020-05-05fiscal Q1 202032680000890319-20-000061
10-K2020-02-27fiscal FY 2019321280000890319-20-000023
10-Q2019-10-30fiscal Q3 201932990000890319-19-000136
10-Q2019-07-26fiscal Q2 2019321000000890319-19-000114
10-Q2019-05-01fiscal Q1 201932680000890319-19-000081
10-K2019-02-28fiscal FY 2018301250000890319-19-000030
10-Q2018-10-30fiscal Q3 201830940000890319-18-000149
10-Q2018-07-31fiscal Q2 201830940000890319-18-000129
10-Q2018-04-27fiscal Q1 201830640000890319-18-000081
10-K2018-02-27fiscal FY 2017301230000890319-18-000027
10-Q2017-11-02fiscal Q3 201729920000890319-17-000170
10-Q2017-07-28fiscal Q2 201729920000890319-17-000146
10-Q2017-04-28fiscal Q1 201729620000890319-17-000094
10-K2017-02-23fiscal FY 2016301240000890319-17-000037
10-Q2016-11-02fiscal Q3 201630930000890319-16-000334
10-Q2016-07-29fiscal Q2 201630930000890319-16-000308
10-Q2016-05-03fiscal Q1 201630630000890319-16-000260
10-K2016-02-23fiscal FY 2015301240000890319-16-000202
10-Q2015-10-29fiscal Q3 201530940000890319-15-000168
10-Q2015-08-05fiscal Q2 201530940000890319-15-000138
10-Q2015-05-01fiscal Q1 201530640000890319-15-000101
10-K2015-02-24fiscal FY 2014311170000890319-15-000034
10-Q2014-11-04fiscal Q3 201425840000890319-14-000165
10-Q2014-08-04fiscal Q2 201425830000890319-14-000135
10-Q2014-04-30fiscal Q1 201425530000890319-14-000093
10-K2014-02-26fiscal FY 2013301220000890319-14-000033
10-Q2013-10-29fiscal Q3 201326840000890319-13-000161
10-Q2013-07-30fiscal Q2 201326840000890319-13-000136
10-Q2013-04-30fiscal Q1 201326560000890319-13-000098
10-K2013-02-25fiscal FY 2012291210000890319-13-000025
10-Q2012-10-29fiscal Q3 201227860000890319-12-000100
10-Q2012-07-30fiscal Q2 201227850000890319-12-000062
10-Q2012-05-03fiscal Q1 201226560000890319-12-000022
10-K2012-02-24fiscal FY 2011301190000890319-12-000004
10-Q2011-11-01fiscal Q3 201127850000890319-11-000037
10-Q2011-07-29fiscal Q2 201127850000890319-11-000030
10-Q2011-04-29fiscal Q1 201124520000890319-11-000017
10-K2011-02-25fiscal FY 201024680000890319-11-000009
10-Q2010-11-05fiscal Q3 201024780000890319-10-000037
10-Q2010-08-02fiscal Q2 201024780000890319-10-000022

Inspect the source

Entity
TAUBMAN CENTERS, INC. / CIK 0000890319
Captured
SEC response SHA-256
4f1a953368daa623b29380c701738d03089187b91f1a5bc00a50a1d32df923f1

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