Skip to content

VERITEX HOLDINGS, INC.: filings

Every VERITEX HOLDINGS, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 44 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-08-01fiscal Q2 202525720001501570-25-000140
10-Q2025-05-07fiscal Q1 202525540001501570-25-000059
10-K2025-03-03fiscal FY 202437970001501570-25-000039
10-Q2024-11-08fiscal Q3 202425720001501570-24-000191
10-Q2024-08-02fiscal Q2 202425720001501570-24-000177
10-Q2024-05-06fiscal Q1 202426560001501570-24-000116
10-K2024-02-28fiscal FY 2023401080001501570-24-000086
10-Q2023-10-30fiscal Q3 202327780001501570-23-000243
10-Q/A2023-08-09fiscal Q2 202327780001501570-23-000185
10-Q2023-05-10fiscal Q1 202327580001501570-23-000133
10-K2023-02-28fiscal FY 2022391060001501570-23-000068
10-Q2022-11-04fiscal Q3 202228810001501570-22-000164
10-Q2022-08-05fiscal Q2 202228810001501570-22-000123
10-Q2022-05-10fiscal Q1 202228610001501570-22-000091
10-K2022-03-01fiscal FY 2021391040001501570-22-000039
10-Q2021-11-05fiscal Q3 202128800001501570-21-000264
10-Q2021-08-06fiscal Q2 202127760001501570-21-000208
10-Q2021-05-06fiscal Q1 202126560001501570-21-000176
10-K2021-02-26fiscal FY 2020381410001501570-21-000133
10-Q2020-11-04fiscal Q3 202026740001501570-20-000283
10-Q2020-08-05fiscal Q2 202026740001501570-20-000220
10-Q2020-05-07fiscal Q1 202026560001501570-20-000155
10-K2020-02-28fiscal FY 2019391410001501570-20-000096
10-Q2019-10-25fiscal Q3 201931810001501570-19-000246
10-Q2019-08-01fiscal Q2 201931810001501570-19-000191
10-Q2019-05-10fiscal Q1 201931630001501570-19-000114
10-K2019-02-27fiscal FY 2018331340001501570-19-000084
10-Q2018-10-25fiscal Q3 201829800001501570-18-000252
10-Q2018-07-27fiscal Q2 201826720001501570-18-000184
10-Q2018-04-27fiscal Q1 201826560001501570-18-000132
10-K2018-03-14fiscal FY 2017331380001501570-18-000053
10-Q2017-10-26fiscal Q3 201728790001501570-17-000235
10-Q2017-07-25fiscal Q2 201723660001501570-17-000151
10-Q2017-04-27fiscal Q1 201722480001501570-17-000105
10-K2017-03-10fiscal FY 201632870001501570-17-000058
10-Q2016-10-27fiscal Q3 201623680001501570-16-000045
10-Q2016-07-28fiscal Q2 201623680001558370-16-006905
10-Q2016-04-28fiscal Q1 201623500001558370-16-004932
10-K2016-03-15fiscal FY 201530790001558370-16-004161
10-Q2015-10-30fiscal Q3 201522640001558370-15-002082
10-Q2015-07-31fiscal Q2 201522640001558370-15-001290
10-Q2015-05-04fiscal FY 201521460001558370-15-000703
10-K2015-03-27fiscal FY 201429760001047469-15-002875
10-Q2014-11-07fiscal Q3 201423650001104659-14-078390

Inspect the source

Entity
VERITEX HOLDINGS, INC. / CIK 0001501570
Captured
2026-09-21T17:20:32.460Z
SEC response SHA-256
31ac7e7357b6e7304b35c73eb1bbac6f7e400d74fefbf228922e0a4b18c1ca1d

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