Skip to content

UPAY, INC.: filings

Every UPAY, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 42 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-14fiscal Q1 202638780001575872-26-000502
10-K2026-06-02fiscal FY 202639780001575872-26-000390
10-Q2026-01-12fiscal Q3 2025391200001575872-26-000025
10-Q2025-10-10fiscal Q2 2025391160001575872-25-000609
10-Q2025-07-22fiscal Q1 202536740001575872-25-000480
10-K2025-06-02fiscal FY 202541820001575872-25-000377
10-Q/A2025-01-13fiscal Q2 2024391160001575872-25-000050
10-Q/A2025-01-13fiscal Q1 202438750001575872-25-000049
10-Q2025-01-13fiscal Q3 2024411240001575872-25-000048
10-K/A2025-01-13fiscal FY 202441820001575872-25-000047
10-Q2024-10-17fiscal Q2 2024391160001575872-24-001087
10-Q2024-07-15fiscal Q1 202438750001575872-24-000776
10-K2024-06-11fiscal FY 202441820001575872-24-000650
10-Q2024-01-22fiscal Q3 2023411240001575872-24-000076
10-Q2023-10-10fiscal Q2 2023391160001575872-23-001587
10-Q2023-07-19fiscal Q1 202338780001575872-23-001188
10-K2023-06-26fiscal FY 202339780001575872-23-001038
10-Q2023-01-20fiscal Q3 202334930001552781-23-000022
10-Q2022-10-18fiscal Q2 202333880001552781-22-000586
10-Q2022-07-28fiscal Q1 202333670001552781-22-000518
10-K2022-06-16fiscal FY 202236690001552781-22-000463
10-Q2022-01-10fiscal Q3 202234890001552781-22-000066
10-Q2021-11-02fiscal Q2 202234890001552781-21-000761
10-Q2021-09-08fiscal Q1 202234690001552781-21-000702
10-K2021-06-23fiscal FY 202035720001552781-21-000544
10-Q2021-01-14fiscal Q3 2021381090001552781-21-000008
10-Q2020-11-03fiscal Q2 2021381090001552781-20-000547
10-Q2020-07-17fiscal Q1 202038820001552781-20-000422
10-K2020-07-08fiscal FY 202039820001552781-20-000416
10-Q2020-01-16fiscal Q3 2020381060001552781-20-000086
10-Q2019-11-01fiscal Q2 2020381060001552781-19-000433
10-Q2019-07-25fiscal Q1 202034690001552781-19-000329
10-K2019-06-14fiscal FY 201935690001552781-19-000288
10-Q2019-01-22fiscal Q3 201933840001552781-19-000030
10-Q2019-01-11fiscal Q2 201933840001552781-19-000011
10-Q2018-12-13fiscal Q1 201927570001552781-18-000524
10-K2018-11-13fiscal FY 201834680001552781-18-000502
10-Q2018-08-15fiscal Q3 201734860001552781-18-000350
10-Q2018-08-07fiscal Q2 201734860001552781-18-000294
10-Q2018-07-30fiscal Q1 201734620001552781-18-000290
10-K2018-07-18fiscal FY 201736720001552781-18-000282
10-Q2017-02-03fiscal Q3 201730820001144204-17-005957

Inspect the source

Entity
UPAY, INC. / CIK 0001677897
Captured
2026-09-21T17:23:03.165Z
SEC response SHA-256
e5e82e4d590303e57f207ba708fe012b5b363f74022ff8a8b93b57a22d17afcc

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