Skip to content

Frontdoor, Inc.: filings

Every Frontdoor, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 32 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-08-06fiscal Q2 2026491300001727263-26-000014
10-Q2026-04-30fiscal Q1 2026491010001193125-26-197175
10-K2026-02-26fiscal FY 2025541390001193125-26-076548
10-Q2025-11-05fiscal Q3 2025491300001193125-25-267020
10-Q2025-08-05fiscal Q2 2025491300000950170-25-103008
10-Q2025-05-01fiscal Q1 2025491010000950170-25-061815
10-K2025-02-27fiscal FY 2024541390000950170-25-028375
10-Q2024-11-04fiscal Q3 2024481260000950170-24-120674
10-Q2024-08-01fiscal Q2 2024481250000950170-24-089247
10-Q2024-05-02fiscal Q1 202448960000950170-24-052064
10-K2024-02-28fiscal FY 2023531350001562762-24-000041
10-Q2023-11-01fiscal Q3 2023481260001562762-23-000390
10-Q2023-08-02fiscal Q2 2023481260001562762-23-000303
10-Q2023-05-04fiscal Q1 202347940001562762-23-000206
10-K2023-03-01fiscal FY 2022521310001562762-23-000062
10-Q2022-11-03fiscal Q3 2022481270001562762-22-000428
10-Q2022-08-04fiscal Q2 2022481260001562762-22-000335
10-Q2022-05-06fiscal Q1 202247960001562762-22-000217
10-K2022-02-25fiscal FY 2021521320001562762-22-000056
10-Q2021-10-29fiscal Q3 2021471260001562762-21-000383
10-Q2021-08-04fiscal Q2 2021451200001562762-21-000300
10-Q2021-05-06fiscal Q1 202144920001562762-21-000203
10-K2021-02-23fiscal FY 2020491250001562762-21-000052
10-Q2020-11-05fiscal Q3 2020451200001562762-20-000393
10-Q2020-08-06fiscal Q2 2020451200001562762-20-000287
10-Q2020-05-07fiscal Q1 202044910001562762-20-000177
10-K2020-02-28fiscal FY 2019491210001562762-20-000077
10-Q2019-11-06fiscal Q3 2019441170001727263-19-000013
10-Q2019-08-08fiscal Q2 2019441200001562762-19-000190
10-Q2019-05-09fiscal Q1 201944920001727263-19-000009
10-K2019-02-28fiscal FY 2018441080001727263-19-000003
10-Q2018-11-06fiscal Q3 201833930001727263-18-000018

Inspect the source

Entity
Frontdoor, Inc. / CIK 0001727263
Captured
2026-09-21T17:27:38.466Z
SEC response SHA-256
9a54bfb6a7c5b47defecac5e6feec152d903b14d6babbacc5597415dbb1d8d71

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