Skip to content

STAR ALLIANCE INTERNATIONAL CORP.: filings

Every STAR ALLIANCE INTERNATIONAL CORP. 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-K2025-01-14fiscal FY 202429600001683168-25-000339
10-Q2024-06-20fiscal Q3 202427900001683168-24-004357
10-Q2024-02-14fiscal Q2 202427860001683168-24-000991
10-Q2023-11-20fiscal Q1 202431660001683168-23-008350
10-K2023-10-13fiscal FY 202332660001683168-23-007158
10-Q2023-05-22fiscal Q3 202331980001683168-23-003624
10-Q2023-02-14fiscal Q2 202331940001683168-23-000858
10-Q2022-12-02fiscal Q1 202330640001683168-22-008155
10-K2022-11-22fiscal FY 202231640001683168-22-007985
10-Q2022-05-23fiscal Q3 202231980001683168-22-003946
10-Q2022-02-17fiscal Q2 202225720001683168-22-001115
10-Q2021-11-15fiscal Q1 202224500001683168-21-005702
10-K2021-10-18fiscal FY 202126530001683168-21-004872
10-Q2021-05-21fiscal Q3 202125760001683168-21-002152
10-Q2021-05-12fiscal Q2 202125720001683168-21-001902
10-Q2021-05-04fiscal Q1 202125520001683168-21-001722
10-K2021-03-18fiscal FY 202027550001683168-21-000994
10-Q2020-07-27fiscal Q3 202026780001683168-20-002390
10-Q2020-03-20fiscal Q2 202026740001683168-20-000896
10-Q2020-03-02fiscal Q1 202026540001683168-20-000655
10-K2020-01-23fiscal FY 201925510001683168-20-000239
10-Q2019-05-20fiscal Q3 201920510001640334-19-000926
10-Q2019-03-15fiscal Q2 201920460001640334-19-000384
10-Q2019-02-26fiscal Q1 201919330001640334-19-000322
10-K2019-02-15fiscal FY 201824430001640334-19-000270
10-Q2018-10-05fiscal Q3 201822430001640334-18-001879
10-Q2018-08-22fiscal Q2 201817400001640334-18-001650
10-Q2017-12-08fiscal Q1 201817300001640334-17-002628
10-K2017-11-27fiscal FY 201723430001640334-17-002527
10-Q2017-05-15fiscal Q3 201727650001640334-17-000940
10-Q2017-03-06fiscal Q2 201724630001640334-17-000415
10-Q2016-10-28fiscal Q1 201721430001614556-16-000005
10-K2016-09-09fiscal FY 201624490001614556-16-000003
10-Q2016-04-26fiscal Q3 201626660001165527-16-000746
10-Q2016-01-29fiscal Q2 201626660001165527-16-000643
10-Q2015-10-27fiscal Q1 201624500001165527-15-000513
10-K2015-09-01fiscal FY 201528570001165527-15-000443
10-Q2015-05-19fiscal Q3 201526430001165527-15-000248
10-Q2015-02-23fiscal Q2 201526400001165527-15-000083

Inspect the source

Entity
STAR ALLIANCE INTERNATIONAL CORP. / CIK 0001614556
Captured
2026-09-21T17:21:24.578Z
SEC response SHA-256
5297ddb0e4536db261ad4a3daa8ef6204e7d00c8bfeb10a2356c5f8e59044974

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