Skip to content

Redfin Corporation: filings

Every Redfin Corporation 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-Q2025-05-06fiscal Q1 2025501050001382821-25-000064
10-K2025-02-27fiscal FY 2024541410001382821-25-000046
10-Q2024-11-07fiscal Q3 2024521490001382821-24-000187
10-Q2024-08-06fiscal Q2 2024521490001382821-24-000143
10-Q2024-05-07fiscal Q1 2024511070001382821-24-000066
10-K2024-02-27fiscal FY 2023541410001382821-24-000027
10-Q2023-11-02fiscal Q3 2023511430001382821-23-000194
10-Q2023-08-03fiscal Q2 2023511430001382821-23-000156
10-Q2023-05-04fiscal Q1 2023521080001382821-23-000075
10-K2023-02-16fiscal FY 2022561460001382821-23-000020
10-Q2022-11-09fiscal Q3 2022531480001382821-22-000241
10-Q2022-08-04fiscal Q2 2022531480001382821-22-000198
10-Q2022-05-05fiscal Q1 2022531100001382821-22-000114
10-K2022-02-17fiscal FY 2021561480001382821-22-000034
10-Q2021-11-04fiscal Q3 2021541510001382821-21-000314
10-Q2021-08-05fiscal Q2 2021541510001382821-21-000248
10-Q2021-05-05fiscal Q1 2021481010001382821-21-000101
10-K2021-02-24fiscal FY 2020491250001382821-21-000045
10-Q2020-11-05fiscal Q3 2020511410001382821-20-000224
10-Q2020-07-30fiscal Q2 2020471250001382821-20-000180
10-Q2020-05-07fiscal Q1 202046950001382821-20-000105
10-K2020-02-12fiscal FY 2019491210001382821-20-000025
10-Q2019-11-06fiscal Q3 2019481290001382821-19-000152
10-Q2019-08-01fiscal Q2 2019481290001382821-19-000115
10-Q2019-05-08fiscal Q1 201944890001382821-19-000066
10-K2019-02-14fiscal FY 2018431110001382821-19-000022
10-Q2018-11-08fiscal Q3 2018461260001382821-18-000128
10-Q2018-08-09fiscal Q2 2018461260001382821-18-000102
10-Q2018-05-10fiscal Q1 201838800001382821-18-000034
10-K2018-02-22fiscal FY 2017401030001382821-18-000008
10-Q2017-11-09fiscal Q3 2017411140001382821-17-000014
10-Q2017-09-08fiscal Q2 2017411140001382821-17-000007

1 further filing tags fewer than eight published concepts and has no page.

Inspect the source

Entity
Redfin Corporation / CIK 0001382821
Captured
2026-09-21T17:19:33.164Z
SEC response SHA-256
a4a5fee8fce440e083b7bc878fc0cd83c5e514217816de167bf362f335b8c915

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