Skip to content

Independent Bank Group, Inc.: filings

Every Independent Bank Group, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 48 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-Q2024-10-22fiscal Q3 202429840001564618-24-000148
10-Q2024-08-06fiscal Q2 202430880001564618-24-000135
10-Q2024-04-23fiscal Q1 202430640001564618-24-000060
10-K2024-02-20fiscal FY 2023391020001564618-24-000025
10-Q2023-10-24fiscal Q3 202330880001564618-23-000149
10-Q2023-07-25fiscal Q2 202330880001564618-23-000136
10-Q2023-04-25fiscal Q1 202330640001564618-23-000068
10-K2023-02-21fiscal FY 2022391020001564618-23-000029
10-Q2022-10-25fiscal Q3 202230880001564618-22-000163
10-Q2022-07-26fiscal Q2 202230880001564618-22-000133
10-Q2022-04-26fiscal Q1 202230640001564618-22-000075
10-K2022-02-25fiscal FY 2021391020001564618-22-000049
10-Q2021-10-28fiscal Q3 202130880001564618-21-000123
10-Q2021-07-28fiscal Q2 202129840001564618-21-000103
10-Q2021-04-29fiscal Q1 202129620001564618-21-000050
10-K2021-03-01fiscal FY 2020391020001564618-21-000025
10-Q2020-10-29fiscal Q3 202029840001564618-20-000082
10-Q2020-07-30fiscal Q2 202029840001564618-20-000065
10-Q2020-05-01fiscal Q1 202029620001564618-20-000039
10-K/A2020-03-06fiscal FY 201939990001564618-20-000029
10-K2020-03-02fiscal FY 201939990001564618-20-000025
10-Q2019-10-24fiscal Q3 201932950001564618-19-000111
10-Q2019-07-25fiscal Q2 201932890001564618-19-000100
10-Q2019-04-25fiscal Q1 201932650001564618-19-000053
10-K2019-02-28fiscal FY 201833880001564618-19-000040
10-Q2018-10-25fiscal Q3 201827780001564618-18-000113
10-Q2018-07-26fiscal Q2 201827780001564618-18-000085
10-Q2018-04-26fiscal Q1 201827580001564618-18-000056
10-K2018-02-27fiscal FY 201733880001564618-18-000034
10-Q2017-10-26fiscal Q3 201727780001564618-17-000100
10-Q2017-07-27fiscal Q2 201727780001564618-17-000083
10-Q2017-04-27fiscal Q1 201727580001564618-17-000060
10-K2017-03-08fiscal FY 201634900001564618-17-000039
10-Q2016-10-27fiscal Q3 201627780001564618-16-000223
10-Q2016-07-27fiscal Q2 201628800001564618-16-000193
10-Q2016-04-27fiscal Q1 201628600001564618-16-000164
10-K2016-02-25fiscal FY 201535910001564618-16-000153
10-Q2015-10-30fiscal Q3 201528800001564618-15-000090
10-Q2015-07-31fiscal Q2 201528800001564618-15-000076
10-Q2015-05-01fiscal Q1 201528600001564618-15-000044
10-K2015-02-27fiscal FY 201436920001564618-15-000035
10-Q2014-11-04fiscal Q3 201431900001564618-14-000115
10-Q2014-08-11fiscal Q2 201431880001564618-14-000091
10-Q2014-05-05fiscal Q1 201428600001564618-14-000056
10-K2014-03-27fiscal FY 201336920001564618-14-000035
10-Q2013-11-05fiscal Q3 201331860001564618-13-000061
10-Q2013-08-08fiscal Q2 201331850001564618-13-000023
10-Q/A2013-06-12fiscal Q1 201327570001564590-13-000070

Inspect the source

Entity
Independent Bank Group, Inc. / CIK 0001564618
Captured
2026-09-21T17:20:59.331Z
SEC response SHA-256
f6b9cebb341653ffeaa48f359790b44f979374e3ddc220bb2b90f13b6540b72c

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