Skip to content

American Homes 4 Rent: filings

Every American Homes 4 Rent annual and quarterly report in the SEC record with the published financial measures it tagged, 52 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-05-07fiscal Q1 202630660001562401-26-000032
10-K2026-02-20fiscal FY 202530810001562401-26-000010
10-Q2025-10-30fiscal Q3 202530920001562401-25-000082
10-Q2025-08-01fiscal Q2 202530880001562401-25-000067
10-Q2025-05-02fiscal Q1 202530660001562401-25-000037
10-K2025-02-21fiscal FY 202431840001562401-25-000013
10-Q2024-10-30fiscal Q3 202430920001562401-24-000082
10-Q2024-08-02fiscal Q2 202430880001562401-24-000069
10-Q2024-05-03fiscal Q1 202431680001562401-24-000053
10-K2024-02-23fiscal FY 202331840001562401-24-000021
10-Q2023-11-03fiscal Q3 202331960001562401-23-000123
10-Q2023-08-01fiscal Q2 202331920001562401-23-000099
10-Q2023-05-05fiscal Q1 202331680001562401-23-000047
10-K2023-02-24fiscal FY 202231840001562401-23-000032
10-Q2022-11-04fiscal Q3 202230920001562401-22-000115
10-Q2022-08-05fiscal Q2 202230880001562401-22-000098
10-Q2022-05-06fiscal Q1 202230660001562401-22-000076
10-K2022-02-25fiscal FY 202131830001562401-22-000039
10-Q2021-11-05fiscal Q3 202132970001562401-21-000139
10-Q2021-08-06fiscal Q2 202132930001562401-21-000123
10-Q2021-05-07fiscal Q1 202131670001562401-21-000071
10-K2021-02-26fiscal FY 202033890001562401-21-000041
10-Q2020-11-06fiscal Q3 202031970001562401-20-000148
10-Q2020-08-07fiscal Q2 202030910001562401-20-000123
10-Q2020-05-08fiscal Q1 202030650001562401-20-000090
10-K2020-02-28fiscal FY 2019321100001562401-20-000037
10-Q2019-11-08fiscal Q3 201930930001562401-19-000144
10-Q2019-08-02fiscal Q2 201930890001562401-19-000123
10-Q2019-05-03fiscal Q1 201929620001562401-19-000070
10-K2019-02-22fiscal FY 2018301060001562401-19-000020
10-Q2018-11-02fiscal Q3 201830810001562401-18-000108
10-Q2018-08-03fiscal Q2 201826640001562401-18-000084
10-Q2018-05-04fiscal Q1 201829610001562401-18-000064
10-K2018-02-23fiscal FY 201727890001562401-18-000029
10-Q2017-11-03fiscal Q3 201728750001562401-17-000055
10-Q2017-08-04fiscal Q2 201726670001562401-17-000028
10-Q2017-05-05fiscal Q1 201726550001562401-17-000015
10-K2017-02-24fiscal FY 201627840001562401-17-000005
10-Q2016-11-04fiscal Q3 201623620001562401-16-000114
10-Q2016-08-05fiscal Q2 201622600001562401-16-000098
10-Q2016-05-06fiscal Q1 201622460001562401-16-000081
10-K2016-02-26fiscal FY 201524820001562401-16-000057
10-Q2015-11-06fiscal Q3 201522600001562401-15-000036
10-Q2015-08-10fiscal Q2 201522600001104659-15-058174
10-Q2015-05-11fiscal Q1 201522460001104659-15-036761
10-K2015-03-02fiscal FY 201423760001047469-15-001510
10-Q2014-11-14fiscal Q3 201421600001047469-14-009227
10-Q2014-08-07fiscal Q2 201421570001047469-14-006707
10-Q2014-05-14fiscal Q1 201419390001047469-14-004921
10-K2014-03-26fiscal FY 201323660001193125-14-116022
10-Q2013-11-14fiscal Q3 201324510001193125-13-441803
10-Q/A2013-09-19fiscal Q2 201324510001193125-13-371811

Inspect the source

Entity
American Homes 4 Rent / CIK 0001716558
Captured
2026-09-21T17:24:59.701Z
SEC response SHA-256
b0216a0d36bd1dea8a5cc0213a38e0b8b903358d5eb0c2ae74d30f908741e990

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