Skip to content

TRIUMPH FINANCIAL, INC.: filings

Every TRIUMPH FINANCIAL, 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-Q2026-07-21fiscal Q2 202632960001539638-26-000029
10-Q2026-04-21fiscal Q1 202633700001539638-26-000016
10-K2026-02-11fiscal FY 2025381000001539638-26-000007
10-Q2025-10-15fiscal Q3 2025341040001539638-25-000020
10-Q2025-07-16fiscal Q2 202533980001628280-25-035066
10-Q2025-04-16fiscal Q1 202532680001628280-25-017991
10-K2025-02-11fiscal FY 2024381000001628280-25-004879
10-Q2024-10-16fiscal Q3 202432980001628280-24-042923
10-Q2024-07-17fiscal Q2 202432940001628280-24-032079
10-Q2024-04-17fiscal Q1 202433700001628280-24-016581
10-K2024-02-13fiscal FY 2023391030001628280-24-004458
10-Q2023-10-19fiscal Q3 2023331020001628280-23-034697
10-Q2023-07-20fiscal Q2 202333980001628280-23-025266
10-Q2023-04-25fiscal Q1 202333700001628280-23-012933
10-K2023-02-15fiscal FY 2022391030001628280-23-003699
10-Q2022-10-19fiscal Q3 2022321000001628280-22-026637
10-Q2022-07-20fiscal Q2 202232960001628280-22-019174
10-Q2022-04-20fiscal Q1 202232680001628280-22-009685
10-K2022-02-14fiscal FY 2021401080001628280-22-002504
10-Q2021-10-20fiscal Q3 2021331020001628280-21-020280
10-Q2021-07-21fiscal Q2 202133980001628280-21-014160
10-Q2021-04-21fiscal Q1 202132680001628280-21-007277
10-K2021-02-12fiscal FY 2020401630001628280-21-002107
10-Q2020-10-20fiscal Q3 2020321000001628280-20-014607
10-Q2020-08-07fiscal Q2 202032940001564590-20-038479
10-Q2020-04-21fiscal Q1 202031660001564590-20-017685
10-K2020-02-11fiscal FY 2019381550001564590-20-004218
10-Q2019-10-18fiscal Q3 201934990001564590-19-037157
10-Q2019-07-19fiscal Q2 201933930001564590-19-025337
10-Q2019-04-19fiscal Q1 201932640001564590-19-012106
10-K2019-02-12fiscal FY 2018341500001564590-19-002702
10-Q2018-10-19fiscal Q3 201830870001564590-18-024518
10-Q2018-07-20fiscal Q2 201830860001564590-18-017049
10-Q2018-04-20fiscal Q1 201824510001564590-18-008583
10-K2018-02-13fiscal FY 2017301360001564590-18-001945
10-Q2017-10-20fiscal Q3 201726780001564590-17-019667
10-Q2017-07-21fiscal Q2 201725760001564590-17-013788
10-Q2017-04-26fiscal Q1 201725530001564590-17-007286
10-K2017-02-17fiscal FY 2016321410001564590-17-001766
10-Q2016-10-28fiscal Q3 201625750001564590-16-026501
10-Q2016-08-03fiscal Q2 201625750001564590-16-022360
10-Q2016-05-04fiscal Q1 201624520001564590-16-017669
10-K2016-02-26fiscal FY 2015311380001564590-16-013584
10-Q2015-11-02fiscal Q3 201527830001564590-15-009090
10-Q2015-07-31fiscal Q2 201525780001564590-15-005921
10-Q2015-05-06fiscal Q1 201524530001564590-15-003428
10-K2015-03-06fiscal FY 2014331330001564590-15-001403
10-Q2014-12-17fiscal Q3 201427760001564590-14-006233

Inspect the source

Entity
TRIUMPH FINANCIAL, INC. / CIK 0001539638
Captured
2026-09-20T09:17:26.563Z
SEC response SHA-256
fda2c32bb4700b8cbacf5b59093dbc8dcb8cadb844fa8e04d25bb51b1ac39252

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