Skip to content

SPI Energy Co., Ltd.: filings

Every SPI Energy Co., Ltd. annual and quarterly report in the SEC record with the published financial measures it tagged, 43 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-22. SPI Energy Co., Ltd. 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 2023451370001683168-23-008339
10-Q2023-08-18fiscal Q2 2023451330001683168-23-005878
10-Q2023-05-22fiscal Q1 202345950001683168-23-003575
10-K2023-04-14fiscal FY 2022601200001683168-23-002397
10-Q2022-11-14fiscal Q3 2022471400001683168-22-007585
10-Q2022-08-15fiscal Q2 2022451330001683168-22-005735
10-Q2022-05-13fiscal Q1 202240850001683168-22-003579
10-K2022-04-01fiscal FY 2021561440001683168-22-002280
20-F/A2021-11-23fiscal FY 2020541370001683168-21-005934
20-F/A2021-10-29fiscal FY 2020541370001683168-21-005122
20-F2021-04-29fiscal FY 2020541370001683168-21-001594
20-F2020-06-29fiscal FY 2019541400001683168-20-002123
20-F2019-04-30fiscal FY 2018531400001683168-19-001261
20-F/A2018-12-11fiscal FY 2017571520001683168-18-003660
20-F2018-12-10fiscal FY 2017571520001683168-18-003653
20-F2017-10-27fiscal FY 2016541400001104659-17-064378
20-F/A2016-12-23fiscal FY 2015491270001104659-16-163776
20-F2016-05-17fiscal FY 201548980001193125-16-593321
10-Q2015-11-13fiscal Q3 2015441150001193125-15-377115
10-Q/A2015-09-03fiscal Q2 2015441120001193125-15-311920
10-Q/A2015-09-03fiscal Q1 201547900001193125-15-311914
10-K/A2015-09-03fiscal FY 2014511000001193125-15-311898
10-Q2015-08-14fiscal Q2 2015441120001193125-15-291494
10-Q2015-05-15fiscal Q1 201547900001193125-15-190423
10-Q2015-04-17fiscal Q3 2014401000001437749-15-007577
10-K2015-03-31fiscal FY 201450970001437749-15-006488
10-Q2014-11-13fiscal Q3 2014401000001437749-14-020678
10-Q2014-08-19fiscal Q2 201440980001437749-14-015826
10-Q2014-05-15fiscal Q1 201439770001437749-14-009240
10-K2014-04-15fiscal FY 201344890001437749-14-006658
10-Q/A2014-01-02fiscal Q2 2013411060001437749-14-000059
10-Q2013-11-19fiscal Q3 2013411050001437749-13-015042
10-Q2013-08-16fiscal Q2 2013411050001437749-13-011040
10-Q2013-05-20fiscal Q1 201345930001437749-13-006422
10-K2013-04-19fiscal FY 201248980001437749-13-004578
10-Q2012-11-19fiscal Q3 2012441140001193125-12-475868
10-Q2012-09-14fiscal Q2 2012441140001193125-12-391316
10-Q2012-05-14fiscal Q1 201240790001193125-12-231700
10-K2012-04-16fiscal FY 201137750001193125-12-164641
10-Q/A2012-04-16fiscal Q3 201138930001193125-12-164629
10-Q/A2012-04-16fiscal Q2 201138950001193125-12-164619
10-Q2011-11-14fiscal Q3 201138930001193125-11-310384
10-Q2011-08-15fiscal Q2 2011421110000950123-11-077551

Inspect the source

Entity
SPI Energy Co., Ltd. / CIK 0001210618
Captured
SEC response SHA-256
e81777a0ef3d7d3ad636b0cd463e918c6f3fa390dacb393562df536a518c7257

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