Skip to content

Invitation Homes Inc.: filings

Every Invitation Homes Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 38 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-07-30fiscal Q2 2026391100001687229-26-000045
10-Q2026-04-30fiscal Q1 202639800001687229-26-000032
10-K2026-02-19fiscal FY 202535930001687229-26-000016
10-Q2025-10-30fiscal Q3 202533950001687229-25-000051
10-Q2025-07-31fiscal Q2 202533950001687229-25-000036
10-Q2025-05-01fiscal Q1 202533690001687229-25-000019
10-K2025-02-27fiscal FY 202434900001687229-25-000008
10-Q2024-10-31fiscal Q3 202433950001687229-24-000074
10-Q2024-07-25fiscal Q2 202433950001687229-24-000046
10-Q2024-05-01fiscal Q1 202434710001687229-24-000028
10-K2024-02-21fiscal FY 202337990001687229-24-000013
10-Q2023-10-26fiscal Q3 2023371070001687229-23-000081
10-Q2023-07-27fiscal Q2 2023371070001687229-23-000066
10-Q2023-05-02fiscal Q1 202337770001687229-23-000047
10-K2023-02-22fiscal FY 2022371000001687229-23-000029
10-Q2022-10-27fiscal Q3 2022371070001687229-22-000035
10-Q2022-07-28fiscal Q2 2022371060001687229-22-000026
10-Q2022-04-28fiscal Q1 202237760001687229-22-000010
10-K2022-02-22fiscal FY 202137980001687229-22-000002
10-Q2021-10-28fiscal Q3 2021361050001687229-21-000061
10-Q2021-07-29fiscal Q2 2021361050001687229-21-000050
10-Q2021-04-29fiscal Q1 202136750001687229-21-000022
10-K2021-02-19fiscal FY 202035940001687229-21-000005
10-Q2020-10-29fiscal Q3 2020361030001687229-20-000037
10-Q2020-08-04fiscal Q2 2020361030001687229-20-000023
10-Q2020-05-07fiscal Q1 202035730001687229-20-000011
10-K2020-02-19fiscal FY 2019361510001687229-20-000004
10-Q2019-10-30fiscal Q3 2019361020001687229-19-000057
10-Q2019-07-31fiscal Q2 2019351000001687229-19-000044
10-Q2019-05-07fiscal Q1 201935730001687229-19-000031
10-K2019-02-28fiscal Q4 2018361400001687229-19-000014
10-Q2018-11-05fiscal Q3 2018361090001687229-18-000070
10-Q2018-08-10fiscal Q2 2018371190001687229-18-000060
10-Q2018-05-15fiscal Q1 201834720001687229-18-000036
10-K2018-03-29fiscal FY 2017341010001687229-18-000018
10-Q2017-11-09fiscal Q3 201726710001687229-17-000027
10-Q2017-08-10fiscal Q2 201730790001687229-17-000020
10-Q2017-05-12fiscal Q1 201724480001687229-17-000014

Inspect the source

Entity
Invitation Homes Inc. / CIK 0001687229
Captured
2026-09-21T17:23:22.566Z
SEC response SHA-256
a569ea0e250e3c673292f9a0b7503775f7e0d94207b0ba72ff36ce2918d1f4a3

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