Skip to content

Sun Pacific Holding Corp.: filings

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

Filing record ends 2023-11-20

The latest filing in this captured record is a 10-Q filed 2023-11-20. No later filing is in the SEC companyfacts record captured on 2026-09-20. Sun Pacific Holding 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-Q2023-11-20fiscal Q3 202328870001493152-23-042123
10-Q2023-08-14fiscal Q2 202329870001493152-23-028429
10-Q2023-05-15fiscal Q1 202323470001493152-23-017426
10-K2023-04-18fiscal FY 202236650001493152-23-012644
10-Q2022-11-14fiscal Q3 2022361040001493152-22-032146
10-Q2022-08-19fiscal Q2 2022351030001493152-22-023609
10-Q2022-05-16fiscal Q1 202230590001493152-22-013939
10-K2022-04-15fiscal FY 202137680001493152-22-010104
10-Q2021-11-22fiscal Q3 2021351020001493152-21-029606
10-Q2021-08-23fiscal Q2 2021361030001493152-21-020969
10-Q2021-05-17fiscal Q1 202135700001493152-21-011932
10-K2021-04-16fiscal FY 202037740001493152-21-008971
10-Q2020-11-24fiscal Q3 2020361030001493152-20-022329
10-Q2020-08-19fiscal Q2 202037980001493152-20-016337
10-Q2020-06-29fiscal Q1 202037740001493152-20-012130
10-K2020-05-20fiscal FY 201939730001493152-20-009536
10-Q2019-11-19fiscal Q3 2019371000001493152-19-018019
10-Q2019-08-19fiscal Q2 201937960001493152-19-013084
10-Q/A2019-05-23fiscal Q1 201935700001493152-19-008099
10-Q2019-05-20fiscal Q1 201935700001493152-19-007906
10-K2019-04-04fiscal FY 201831610001493152-19-004904
10-Q2018-11-14fiscal Q3 201831760001493152-18-016052
10-Q2018-08-14fiscal Q2 201833840001493152-18-011863
10-Q2018-05-15fiscal Q1 201832630001493152-18-007099
10-K2018-04-02fiscal FY 201732640001493152-18-004564
10-Q2017-08-21fiscal Q3 201735920001493152-17-009624
10-Q2017-05-12fiscal Q2 2017391080001493152-17-005090
10-Q2017-02-07fiscal Q1 201734700001493152-17-001172
10-K2017-01-09fiscal FY 201636680001493152-17-000281
10-Q2016-08-18fiscal Q3 201634840001493152-16-012650
10-Q2016-05-20fiscal Q2 201637970001493152-16-010130
10-Q2016-02-17fiscal Q1 201634660001493152-16-007473
10-K/A2016-02-05fiscal FY 201530600001493152-16-007206
10-K2016-01-13fiscal FY 201530600001493152-16-006765

Inspect the source

Entity
Sun Pacific Holding Corp. / CIK 0001343465
Captured
2026-09-20T07:54:34.047Z
SEC response SHA-256
55b313fe40249424a7610e44610fb6acba9521baf8503dca4366c0ddb7f86d03

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