Skip to content

UPEXI, INC.: filings

Every UPEXI, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 22 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-K2026-09-17fiscal FY 2026551110001477932-26-005668
10-Q2026-05-12fiscal Q3 2026521570001477932-26-003001
10-Q2026-02-10fiscal Q2 2026491430001477932-26-000736
10-Q2025-11-12fiscal Q1 2026501030001477932-25-008025
10-K2025-09-24fiscal FY 2025521060001477932-25-006996
10-Q2025-05-16fiscal Q3 2025481390001477932-25-003866
10-Q2025-02-14fiscal Q2 2025481370001477932-25-001048
10-Q2024-12-19fiscal Q1 202548990001477932-24-008219
10-K2024-12-16fiscal FY 2024501010001477932-24-008123
10-Q2024-07-09fiscal Q3 2024451310001477932-24-004117
10-Q2024-02-14fiscal Q2 2024441240001477932-24-000734
10-Q2023-11-20fiscal Q1 202447940001477932-23-008695
10-K2023-10-03fiscal FY 202350990001477932-23-007307
10-Q/A2023-05-19fiscal Q3 2023481380001477932-23-003802
10-Q2023-05-15fiscal Q3 2023481380001477932-23-003603
10-Q2023-02-15fiscal Q2 2023481340001477932-23-001046
10-Q2022-11-14fiscal Q1 2023491000001477932-22-008516
10-K2022-09-28fiscal FY 202249970001477932-22-007297
10-Q2022-05-16fiscal Q3 2022451330001477932-22-003371
10-Q2022-02-14fiscal Q2 2022421180001477932-22-000783
10-Q2021-11-15fiscal Q1 202243870001477932-21-008204
10-K2021-09-28fiscal FY 202150980001477932-21-006796

Inspect the source

Entity
UPEXI, INC. / CIK 0001775194
Captured
2026-09-21T17:30:23.931Z
SEC response SHA-256
db2f38efe998d6da82c7955061c9c29efb7fc48511f98867d3b736395320dda0

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