Skip to content

Sipup Corp: filings

Every Sipup Corp annual and quarterly report in the SEC record with the published financial measures it tagged, 36 filings, each linked to its SEC index.

Filing record ends 2023-03-31

The latest filing in this captured record is a 10-K filed 2023-03-31. No later filing is in the SEC companyfacts record captured on 2026-09-23. Sipup Corp may have stopped filing, merged, or changed its reporting entity; nothing on this page describes its current status. Values are as reported at the time.

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-K2023-03-31fiscal FY 202116290001213900-23-025002
10-Q/A2021-12-06fiscal Q3 202121540001213900-21-063607
10-Q2021-11-22fiscal Q3 202121540001213900-21-061257
10-Q2021-10-20fiscal Q3 202115350001213900-21-053803
10-Q2021-09-24fiscal Q2 202115350001213900-21-049813
10-Q2021-05-26fiscal Q1 202114260001213900-21-029257
10-K2021-05-20fiscal FY 202011230001213900-21-028130
10-Q2021-05-11fiscal Q3 202013330001213900-21-025535
10-Q2021-05-11fiscal Q2 202013310001213900-21-025514
10-Q2021-05-10fiscal Q1 202013260001213900-21-025236
10-K2021-05-10fiscal FY 201910160001213900-21-025233
10-Q2021-05-07fiscal Q3 201913250001213900-21-025005
10-Q2021-04-27fiscal Q2 201914320001213900-21-023081
10-K2021-01-26fiscal FY 201810170001213900-21-004301
10-Q2019-02-26fiscal Q3 201810180001213900-19-003144
10-Q2019-02-26fiscal Q2 201810190001213900-19-003124
10-Q2019-02-25fiscal Q1 201810170001213900-19-003070
10-K2019-02-20fiscal FY 201711210001213900-19-002900
10-Q2019-02-07fiscal Q3 201711220001213900-19-001815
10-Q2017-09-26fiscal Q2 20178160001213900-17-009987
10-Q2017-07-07fiscal Q1 201710180001213900-17-007245
10-K2017-06-21fiscal FY 20168170001213900-17-006681
10-Q2017-06-12fiscal Q3 20168180001213900-17-006364
10-Q2017-06-05fiscal Q2 20168180001213900-17-006145
10-Q2017-06-01fiscal Q1 20168140001213900-17-006066
10-K2016-12-23fiscal FY 20158170001213900-16-019657
10-Q2016-04-06fiscal Q3 20158180001213900-16-012270
10-Q2016-04-01fiscal Q2 20158180001213900-16-012180
10-K2016-03-22fiscal FY 201412230001213900-16-011777
10-Q2014-10-20fiscal Q3 20149310001571049-14-005230
10-Q2014-07-21fiscal Q2 20149300001571049-14-003102
10-Q2014-04-21fiscal Q1 20149230001188112-14-001030
10-K2014-03-17fiscal FY 201310210001188112-14-000707
10-Q2013-10-15fiscal Q3 201314300001376474-13-000499
10-Q2013-07-08fiscal Q2 201314300001376474-13-000344
10-Q2013-04-05fiscal Q1 201314290001376474-13-000134

2 further filings tag fewer than eight published concepts and have no page.

Inspect the source

Entity
Sipup Corp / CIK 0001563227
Captured
SEC response SHA-256
1d5cb7f0d9daa82fbb479346ac1c699d2f6e605580f3e7e197acd0386fc613de

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