Skip to content

Anywhere Real Estate Inc.: filings

Every Anywhere Real Estate Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 54 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-Q2025-11-05fiscal Q3 2025431190001398987-25-000116
10-Q2025-08-08fiscal Q2 2025431190001398987-25-000108
10-Q2025-05-07fiscal Q1 202543890001398987-25-000067
10-K2025-02-25fiscal FY 2024501310001398987-25-000020
10-Q2024-11-07fiscal Q3 2024431170001398987-24-000136
10-Q2024-08-01fiscal Q2 2024431170001398987-24-000126
10-Q2024-05-02fiscal Q1 202443890001398987-24-000091
10-K2024-02-20fiscal FY 2023501310001398987-24-000015
10-Q2023-11-02fiscal Q3 2023441190001398987-23-000156
10-Q2023-08-04fiscal Q2 2023441190001398987-23-000144
10-Q2023-05-03fiscal Q1 202343890001398987-23-000085
10-K2023-02-24fiscal FY 2022501390001398987-23-000016
10-Q2022-11-03fiscal Q3 2022441250001398987-22-000163
10-Q2022-08-05fiscal Q2 2022441250001398987-22-000149
10-Q2022-05-04fiscal Q1 202243950001398987-22-000105
10-K2022-02-25fiscal FY 2021511360001398987-22-000022
10-Q2021-11-03fiscal Q3 2021441190001398987-21-000191
10-Q2021-08-04fiscal Q2 2021441190001398987-21-000179
10-Q2021-05-05fiscal Q1 202144910001398987-21-000128
10-K2021-02-23fiscal FY 2020521690001398987-21-000038
10-Q2020-11-05fiscal Q3 2020431140001398987-20-000116
10-Q2020-08-06fiscal Q2 2020441150001398987-20-000102
10-Q2020-05-07fiscal Q1 202044890001398987-20-000069
10-K2020-02-25fiscal FY 2019521900001398987-20-000010
10-Q2019-11-07fiscal Q3 2019451260001398987-19-000252
10-Q2019-08-08fiscal Q2 2019451260001398987-19-000189
10-Q2019-05-02fiscal Q1 2019451000001398987-19-000113
10-K2019-02-26fiscal FY 2018491730001398987-19-000019
10-Q2018-11-02fiscal Q3 2018421230001398987-18-000231
10-Q2018-08-03fiscal Q2 2018421190001398987-18-000176
10-Q2018-05-03fiscal Q1 201842950001398987-18-000103
10-K2018-02-27fiscal FY 2017481600001398987-18-000017
10-Q2017-11-03fiscal Q3 2017421110001398987-17-000214
10-Q2017-08-03fiscal Q2 2017411070001398987-17-000163
10-Q2017-05-04fiscal Q1 201741830001398987-17-000115
10-K2017-02-24fiscal FY 2016471580001398987-17-000015
10-Q2016-11-04fiscal Q3 2016421110001398987-16-000354
10-Q2016-08-04fiscal Q2 2016421110001398987-16-000291
10-Q2016-05-05fiscal Q1 201641830001398987-16-000224
10-K2016-02-24fiscal FY 2015461550001398987-16-000164
10-Q2015-11-05fiscal Q3 2015401080001398987-15-000139
10-Q2015-07-31fiscal Q2 2015401080001398987-15-000110
10-Q2015-05-04fiscal Q1 201540820001398987-15-000079
10-K2015-02-26fiscal FY 2014461570001398987-15-000014
10-Q2014-11-05fiscal Q3 2014411100001398987-14-000188
10-Q2014-08-04fiscal Q2 2014411100001398987-14-000145
10-Q2014-05-05fiscal Q1 201440820001398987-14-000090
10-K2014-02-27fiscal FY 2013461570001398987-14-000017
10-Q2013-11-04fiscal Q3 2013411100001398987-13-000197
10-Q2013-08-02fiscal Q2 2013411100001398987-13-000138
10-Q2013-05-01fiscal Q1 201339800001398987-13-000065
10-K2013-02-25fiscal FY 2012441490001398987-13-000017
10-Q2012-11-01fiscal Q3 2012381020001355001-12-000083
10-K/A2012-10-09fiscal FY 2011421430001355001-12-000073

Inspect the source

Entity
Anywhere Real Estate Inc. / CIK 0001398987
Captured
2026-09-21T17:19:20.151Z
SEC response SHA-256
98e0c347b823dfbcb22e846254be79d60168efd910cebf75920a16a11610057c

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