Skip to content

TEXAS REPUBLIC CAPITAL CORPORATION: filings

Every TEXAS REPUBLIC CAPITAL CORPORATION annual and quarterly report in the SEC record with the published financial measures it tagged, 41 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-13fiscal Q2 202629760001185185-26-003476
10-Q2026-05-15fiscal Q1 202629620001185185-26-001874
10-K2026-04-01fiscal FY 202533680001185185-26-001216
10-Q2025-11-14fiscal Q3 202528740001185185-25-001711
10-Q2025-08-14fiscal Q2 202528740001185185-25-000976
10-Q2025-05-15fiscal Q1 202528600001185185-25-000474
10-K2025-03-31fiscal FY 202434700001185185-25-000246
10-Q2024-11-14fiscal Q3 202429760001185185-24-001105
10-Q2024-08-14fiscal Q2 202429760001185185-24-000795
10-Q2024-05-14fiscal Q1 202429630001185185-24-000495
10-K2024-04-10fiscal FY 202334710001185185-24-000371
10-Q2023-11-14fiscal Q3 202332840001185185-23-001182
10-Q2023-08-11fiscal Q2 202324660001185185-23-000806
10-Q2023-05-15fiscal Q1 202332680001185185-23-000494
10-K2023-03-24fiscal FY 202237760001185185-23-000252
10-Q2022-11-10fiscal Q3 202232840001185185-22-001261
10-Q2022-08-11fiscal Q2 202232840001185185-22-000900
10-Q2022-05-16fiscal Q1 202231650001185185-22-000626
10-K2022-03-24fiscal FY 202136740001185185-22-000319
10-Q2021-11-12fiscal Q3 202129780001185185-21-001640
10-Q2021-08-13fiscal Q2 202129780001185185-21-001119
10-Q2021-05-13fiscal Q1 202128600001185185-21-000637
10-K2021-03-25fiscal FY 202033690001185185-21-000379
10-Q2020-11-18fiscal Q3 202028770001185185-20-001636
10-Q2020-10-15fiscal Q2 202029790001185185-20-001438
10-Q2020-06-24fiscal Q1 202028610001185185-20-000890
10-K2020-03-27fiscal FY 201931640001185185-20-000361
10-Q2019-11-26fiscal Q3 201928770001185185-19-001654
10-Q2019-08-14fiscal Q2 201927750001185185-19-001151
10-Q2019-05-15fiscal Q1 201926570001185185-19-000738
10-K2019-03-22fiscal FY 201827560001185185-19-000402
10-Q2018-11-14fiscal Q3 201825680001185185-18-002034
10-Q2018-08-14fiscal Q2 201825680001185185-18-001448
10-Q2018-05-14fiscal Q1 201826560001185185-18-000870
10-K2018-03-13fiscal FY 201727550001185185-18-000407
10-Q2017-11-13fiscal Q3 201726700001185185-17-002320
10-Q2017-08-14fiscal Q2 201726700001185185-17-001727
10-Q2017-05-15fiscal Q1 201726560001185185-17-001155
10-K2017-03-16fiscal FY 201625520001185185-17-000587
10-Q2016-11-10fiscal Q3 201624660001185185-16-005692
10-Q2016-08-12fiscal Q2 201624660001185185-16-005180

Inspect the source

Entity
TEXAS REPUBLIC CAPITAL CORPORATION / CIK 0001560452
Captured
2026-09-21T17:20:56.193Z
SEC response SHA-256
8a7850f03119692b2614931d1c8106804cee30bc33b192cfa82f97bfc20d0396

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