Skip to content

GOOSEHEAD INSURANCE, INC.: filings

Every GOOSEHEAD INSURANCE, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 34 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-07-23fiscal Q2 2026431210001726978-26-000060
10-Q2026-04-23fiscal Q1 202643910001726978-26-000041
10-K2026-02-19fiscal FY 2025491290001726978-26-000010
10-Q2025-10-23fiscal Q3 2025441310001726978-25-000141
10-Q2025-07-24fiscal Q2 2025441270001726978-25-000104
10-Q2025-04-24fiscal Q1 202543910001726978-25-000056
10-K2025-03-03fiscal FY 2024471260001726978-25-000016
10-Q2024-10-24fiscal Q3 2024441310001726978-24-000101
10-Q2024-07-25fiscal Q2 2024441270001726978-24-000069
10-Q2024-04-25fiscal Q1 202442890001726978-24-000046
10-K2024-02-22fiscal FY 2023461230001726978-24-000018
10-Q2023-11-09fiscal Q3 2023401210001726978-23-000138
10-Q2023-07-27fiscal Q2 2023401170001726978-23-000091
10-Q2023-04-28fiscal Q1 202340850001726978-23-000042
10-K2023-02-27fiscal FY 2022461210001726978-23-000020
10-Q2022-10-27fiscal Q3 2022411250001726978-22-000121
10-Q2022-07-28fiscal Q2 2022411210001726978-22-000087
10-Q2022-04-28fiscal Q1 202241870001726978-22-000058
10-K2022-02-28fiscal FY 2021441200001726978-22-000029
10-Q2021-10-28fiscal Q3 2021401240001726978-21-000187
10-Q2021-07-29fiscal Q2 2021401150001726978-21-000137
10-Q2021-04-30fiscal Q1 202140860001726978-21-000063
10-K2021-02-26fiscal FY 2020461670001726978-21-000035
10-Q2020-10-30fiscal Q3 2020391220001726978-20-000355
10-Q2020-07-31fiscal Q2 2020391180001726978-20-000280
10-Q2020-05-04fiscal Q1 202039840001726978-20-000133
10-K2020-03-16fiscal FY 2019451340001726978-20-000088
10-Q2019-11-04fiscal Q3 2019391230001726978-19-000341
10-Q2019-08-02fiscal Q2 2019381170001726978-19-000258
10-Q2019-05-03fiscal Q1 201938750001726978-19-000116
10-K2019-03-14fiscal FY 2018411120001726978-19-000074
10-Q2018-11-06fiscal Q3 2018361010001726978-18-000021
10-Q2018-08-08fiscal Q2 201836990001726978-18-000012
10-Q2018-06-07fiscal Q1 201820420001726978-18-000005

Inspect the source

Entity
GOOSEHEAD INSURANCE, INC. / CIK 0001726978
Captured
2026-09-21T17:25:18.061Z
SEC response SHA-256
e767af4ffcadf5b09381df583aff010b97f482bcebf0fe92dc4ecff9bb6cae1e

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