Skip to content

UNIQUE LOGISTICS INTERNATIONAL, INC.: filings

Every UNIQUE LOGISTICS INTERNATIONAL, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 39 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-04-25fiscal Q3 2025471330001641172-25-006183
10-Q2025-03-07fiscal Q2 2025461270001493152-25-009540
10-Q2024-12-16fiscal Q1 202545910001493152-24-050217
10-K2024-10-17fiscal FY 2024571190001493152-24-041450
10-Q2024-05-02fiscal Q3 2024481360001493152-24-017567
10-Q2024-02-09fiscal Q2 2024501410001493152-24-005728
10-Q2023-10-23fiscal Q1 202448970001493152-23-038011
10-K2023-09-15fiscal FY 2023571170001493152-23-032701
10-Q2023-04-20fiscal Q3 2023451280001493152-23-012974
10-Q2023-01-17fiscal Q2 2023411050001493152-23-001635
10-Q2022-10-12fiscal Q1 202340800001493152-22-028241
10-K/A2022-09-23fiscal FY 202248970001493152-22-026709
10-K2022-09-13fiscal FY 202248970001493152-22-025784
10-K/A2022-09-13fiscal FY 2021461040001493152-22-025776
10-Q2022-04-19fiscal Q3 2022491350001493152-22-010466
10-Q2022-01-14fiscal Q2 2022461210001493152-22-001257
10-Q2021-10-18fiscal Q1 202243850001493152-21-025717
10-K2021-08-31fiscal FY 202145780001493152-21-021666
10-Q2021-04-15fiscal Q3 2021401070001078782-21-000369
10-Q/A2021-02-16fiscal Q2 202141980001078782-21-000138
10-Q2020-09-04fiscal Q2 202115420001078782-20-000678
10-Q2020-07-27fiscal Q1 202115340001078782-20-000564
10-K2020-06-19fiscal FY 202017360001078782-20-000456
10-Q2019-12-16fiscal Q3 202015460001078782-19-000913
10-Q2019-09-13fiscal Q2 202015360001078782-19-000714
10-Q2019-06-14fiscal Q1 202015340001078782-19-000519
10-K2019-05-01fiscal FY 201917360001078782-19-000383
10-Q2018-12-14fiscal Q3 201915370001078782-18-001410
10-Q2018-09-14fiscal Q2 201915360001078782-18-000994
10-Q2018-06-14fiscal Q1 201915310001078782-18-000624
10-K2018-05-01fiscal FY 201817360001078782-18-000497
10-Q2017-10-12fiscal Q2 201813320001078782-17-001388
10-Q2017-08-17fiscal Q1 201812250001078782-17-001159
10-K2017-08-17fiscal FY 201713280001078782-17-001157
10-Q2016-12-20fiscal Q3 201713310001078782-16-003994
10-Q2016-12-07fiscal Q2 201713290001078782-16-003923
10-Q2016-12-07fiscal Q1 201711210001078782-16-003921
10-K2016-12-07fiscal FY 201612240001078782-16-003919
10-Q2016-12-07fiscal Q3 201613280001078782-16-003917

Inspect the source

Entity
UNIQUE LOGISTICS INTERNATIONAL, INC. / CIK 0001281845
Captured
2026-09-21T17:18:16.095Z
SEC response SHA-256
e02800f5c557009fb0ba275ed6a7637322b910e553cc9e3349ec4f0a9a9818ea

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