Skip to content

Taylor Morrison Home Corp: filings

Every Taylor Morrison Home Corp annual and quarterly report in the SEC record with the published financial measures it tagged, 53 filings, each linked to its SEC index.

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-Q2026-04-22fiscal Q1 202630640001628280-26-026535
10-K2026-02-18fiscal FY 2025421130001628280-26-009030
10-Q2025-10-22fiscal Q3 202530900001628280-25-045895
10-Q2025-07-23fiscal Q2 202530900001562476-25-000007
10-Q2025-04-23fiscal Q1 202530640001628280-25-019376
10-K2025-02-19fiscal FY 2024421140001628280-25-006416
10-Q2024-10-24fiscal Q3 202432980001628280-24-043469
10-Q2024-07-24fiscal Q2 202432980001628280-24-032842
10-Q2024-04-30fiscal Q1 202432680001628280-24-019320
10-K2024-02-21fiscal FY 2023431180000950170-24-017842
10-Q2023-10-25fiscal Q3 202331960000950170-23-055220
10-Q2023-07-26fiscal Q2 202331960000950170-23-034712
10-Q2023-04-26fiscal Q1 202331660000950170-23-014795
10-K2023-02-22fiscal FY 2022431180001628280-23-004524
10-Q2022-10-26fiscal Q3 2022331040001628280-22-027083
10-Q2022-07-28fiscal Q2 2022331040001628280-22-019600
10-Q2022-04-27fiscal Q1 202233700001628280-22-010789
10-K2022-02-23fiscal FY 2021441210001628280-22-003466
10-Q2021-10-27fiscal Q3 2021341060001628280-21-020638
10-Q2021-07-29fiscal Q2 2021331040001628280-21-014881
10-Q2021-04-29fiscal Q1 202133700001628280-21-008202
10-K2021-02-24fiscal FY 2020471770001628280-21-003044
10-Q2020-11-02fiscal Q3 2020361100001628280-20-015258
10-Q2020-08-06fiscal Q2 2020351080001628280-20-011842
10-Q2020-05-11fiscal Q3 201936760001628280-20-007468
10-K2020-02-19fiscal FY 2019501840001628280-20-001799
10-Q2019-10-30fiscal Q3 2019451330001628280-19-012843
10-Q2019-08-01fiscal Q2 2019451330001628280-19-009737
10-Q2019-05-01fiscal Q1 201944910001628280-19-005495
10-K2019-02-20fiscal FY 2018451740001628280-19-001592
10-Q2018-10-31fiscal Q3 2018421190001628280-18-013206
10-Q2018-08-01fiscal Q2 2018421180001628280-18-010213
10-Q2018-05-02fiscal Q1 201840800001628280-18-005732
10-K2018-02-21fiscal FY 2017451530001628280-18-001960
10-Q2017-11-02fiscal Q3 2017401110001628280-17-010544
10-Q2017-08-02fiscal Q2 2017411120001628280-17-007874
10-Q2017-04-27fiscal Q1 201740790001628280-17-004431
10-K2017-02-21fiscal FY 2016441480001628280-17-001498
10-Q2016-11-02fiscal Q3 2016391070001628280-16-020649
10-Q2016-08-03fiscal Q2 2016391070001562476-16-000009
10-Q2016-05-04fiscal Q1 201639770001562476-16-000007
10-K2016-02-25fiscal FY 2015431440001562476-16-000005
10-Q2015-11-04fiscal Q3 2015361010001562476-15-000002
10-Q2015-08-05fiscal Q2 2015361030001193125-15-278747
10-Q2015-05-07fiscal Q1 201534690001193125-15-177212
10-K2015-02-27fiscal FY 2014411260001193125-15-070090
10-Q2014-11-05fiscal Q3 201432890001193125-14-398460
10-Q2014-08-05fiscal Q2 201433930001193125-14-296050
10-Q2014-05-07fiscal Q1 201430540001193125-14-187445
10-K2014-02-24fiscal FY 2013401380001193125-14-065264
10-Q2013-11-13fiscal Q3 201334850001193125-13-440310
10-Q2013-08-14fiscal Q2 201334830001193125-13-333269
10-Q2013-05-15fiscal Q1 201310180001193125-13-221916

Inspect the source

Entity
Taylor Morrison Home Corp / CIK 0001562476
Captured
2026-09-21T17:19:56.816Z
SEC response SHA-256
fe398f68103141aeed9a22c35c356fb3e43798a2df6b5203e1c6f61de37ae3b0

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