Skip to content

ZILLOW GROUP, INC.: filings

Every ZILLOW GROUP, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 46 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-05fiscal Q2 2026471310001617640-26-000052
10-Q2026-05-06fiscal Q1 202647990001617640-26-000039
10-K2026-02-11fiscal FY 2025521360001617640-26-000015
10-Q2025-10-30fiscal Q3 2025471330001617640-25-000150
10-Q2025-08-06fiscal Q2 2025471320001617640-25-000094
10-Q2025-05-07fiscal Q1 202547990001617640-25-000064
10-K2025-02-11fiscal FY 2024531390001617640-25-000016
10-Q2024-11-06fiscal Q3 2024471330001617640-24-000126
10-Q2024-08-07fiscal Q2 2024471330001617640-24-000094
10-Q2024-05-01fiscal Q1 202447990001617640-24-000070
10-K2024-02-15fiscal FY 2023531390001617640-24-000022
10-Q2023-11-01fiscal Q3 2023481360001617640-23-000110
10-Q2023-08-02fiscal Q2 2023481360001617640-23-000090
10-Q2023-05-03fiscal Q1 2023481000001617640-23-000067
10-K2023-02-15fiscal FY 2022531380001617640-23-000010
10-Q2022-11-02fiscal Q3 2022501360001617640-22-000106
10-Q2022-08-04fiscal Q2 2022501360001617640-22-000081
10-Q2022-05-05fiscal Q1 2022511060001617640-22-000063
10-K2022-02-10fiscal FY 2021531380001617640-22-000013
10-Q2021-11-02fiscal Q3 2021501360001617640-21-000087
10-Q2021-08-05fiscal Q2 2021501360001617640-21-000055
10-Q2021-05-04fiscal Q1 2021491020001617640-21-000031
10-K2021-02-12fiscal FY 2020461170001617640-21-000012
10-Q2020-11-05fiscal Q3 2020481300001617640-20-000085
10-Q2020-08-06fiscal Q2 2020441150001617640-20-000072
10-Q2020-05-07fiscal Q1 201943900001617640-20-000054
10-K2020-02-19fiscal FY 2019461160001617640-20-000015
10-Q2019-11-07fiscal Q3 2019461180001617640-19-000038
10-Q2019-08-07fiscal Q2 2019451150001617640-19-000023
10-Q2019-05-09fiscal Q1 201945920001617640-19-000015
10-K2019-02-21fiscal FY 2018441130001617640-19-000005
10-Q2018-11-06fiscal Q3 2018451180001617640-18-000023
10-Q2018-08-06fiscal Q2 2018401040001617640-18-000017
10-Q2018-05-08fiscal Q1 201839800001617640-18-000005
10-K2018-02-15fiscal FY 201735900001193125-18-046862
10-Q2017-11-07fiscal Q3 201736970001193125-17-335790
10-Q2017-08-08fiscal Q2 201734870001193125-17-251405
10-Q2017-05-04fiscal Q1 201734690001193125-17-158865
10-K2017-02-07fiscal FY 201635880001193125-17-033300
10-Q2016-11-02fiscal Q3 201636970001193125-16-756536
10-Q2016-08-05fiscal Q2 201634870001193125-16-673028
10-Q2016-05-04fiscal Q1 201634690001193125-16-576327
10-K2016-02-12fiscal FY 201536880001193125-16-461241
10-Q2015-11-05fiscal Q3 201535890001193125-15-368502
10-Q2015-08-05fiscal Q2 201533830001193125-15-277579
10-Q2015-05-12fiscal Q1 201531620001193125-15-184075

Inspect the source

Entity
ZILLOW GROUP, INC. / CIK 0001617640
Captured
2026-09-19T11:19:42.501Z
SEC response SHA-256
912e0d8135e74580a2223364fa7650b06606ad670fbb1a6ae5aa3afeae3bca91

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