Skip to content

TRAFALGAR INTERNATIONAL, INC.: filings

Every TRAFALGAR INTERNATIONAL, INC. 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-14fiscal Q2 202625690001493152-26-038187
10-Q2026-05-13fiscal Q1 202624440001493152-26-022628
10-K2026-03-31fiscal FY 202523440001493152-26-014210
10-Q2025-11-12fiscal Q3 202523720001493152-25-021810
10-Q2025-08-08fiscal Q2 202523680001641172-25-022687
10-Q/A2025-08-08fiscal Q1 202523450001641172-25-022685
10-Q2025-05-12fiscal Q1 202523450001641172-25-009599
10-K/A2025-05-05fiscal FY 202421420001641172-25-008461
10-K2025-03-25fiscal FY 202421420001641172-25-000512
10-Q2024-11-12fiscal Q3 202422730001493152-24-044613
10-Q2024-08-12fiscal Q2 202422690001493152-24-031106
10-Q2024-05-14fiscal Q1 202422450001493152-24-019096
10-K2024-04-01fiscal FY 202321420001493152-24-012098
10-Q2023-11-13fiscal Q3 202321690001493152-23-040459
10-Q2023-08-14fiscal Q2 202321650001493152-23-027962
10-Q2023-05-12fiscal Q1 202318370001493152-23-016758
10-K2023-04-13fiscal FY 202221390001493152-23-012132
10-Q2022-11-14fiscal Q3 202221620001493152-22-031748
10-Q2022-08-15fiscal Q2 202221600001493152-22-023022
10-Q2022-05-16fiscal Q1 202219380001493152-22-013644
10-K2022-04-12fiscal FY 202121540001493152-22-009683
10-Q2021-11-15fiscal Q3 202120580001493152-21-028685
10-Q2021-08-18fiscal Q2 202120580001493152-21-020594
10-Q2021-05-17fiscal Q1 202118360001493152-21-011631
10-K2021-03-26fiscal FY 202022550001493152-21-006897
10-Q2020-11-19fiscal Q3 202022630001493152-20-022004
10-Q2020-08-17fiscal Q2 202023600001493152-20-016105
10-Q2020-05-18fiscal Q1 202020390001493152-20-009301
10-K2020-04-14fiscal FY 201922540001493152-20-006408
10-Q2019-11-18fiscal Q3 201920570001493152-19-017819
10-Q2019-08-19fiscal Q2 201922520001493152-19-012969
10-Q2019-05-20fiscal Q1 201920360001493152-19-007846
10-K2019-04-15fiscal FY 201819230001493152-19-005257
10-Q2018-11-19fiscal Q3 201819290001493152-18-016446
10-Q2018-08-20fiscal Q2 201818460001493152-18-012327
10-Q/A2018-06-08fiscal Q1 201818350001493152-18-008397
10-Q2018-05-21fiscal Q1 201818330001493152-18-007541
10-K/A2018-04-26fiscal FY 201717290001493152-18-005822
10-K2018-04-17fiscal FY 201718310001493152-18-005307
10-Q/A2018-02-26fiscal Q3 201717350001493152-18-002578
10-Q2017-11-20fiscal Q3 201718360001493152-17-013619

Inspect the source

Entity
TRAFALGAR INTERNATIONAL, INC. / CIK 0001695473
Captured
2026-09-21T17:24:24.722Z
SEC response SHA-256
966b8d0240cb20619713c1191d13a68119b781d39ff3721f5376b1b67060dd2d

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