Skip to content

Global Seed Corp: filings

Every Global Seed 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 2020-10-09

The latest filing in this captured record is a 10-K filed 2020-10-09. No later filing is in the SEC companyfacts record captured on 2026-09-22. Global Seed 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-K2020-10-09fiscal FY 201942830001213900-20-030842
10-Q2019-11-19fiscal Q3 201937990001213900-19-024103
10-K2019-10-15fiscal FY 201915290001213900-19-020346
10-Q2019-05-14fiscal Q3 201916460001213900-19-008563
10-Q2019-02-14fiscal Q2 201915440001213900-19-002494
10-Q2018-11-14fiscal Q1 201915320001213900-18-015632
10-K2018-10-12fiscal FY 201815300001213900-18-013871
10-Q2018-05-10fiscal Q3 201812330001552781-18-000211
10-Q2018-02-13fiscal Q2 201711320001552781-18-000094
10-Q2017-11-07fiscal Q1 201712260001552781-17-000612
10-K2017-09-28fiscal FY 201714270001552781-17-000533
10-Q2017-05-05fiscal Q3 201713350001552781-17-000289
10-Q2017-02-07fiscal Q2 201712330001552781-17-000064
10-Q2016-11-14fiscal Q1 201712250001552781-16-002093
10-K2016-09-28fiscal FY 201614280001552781-16-001960
10-Q2016-04-29fiscal Q3 201614360001552781-16-001599
10-Q2016-02-09fiscal Q2 201512320001552781-16-001308
10-Q2016-02-08fiscal Q2 201512320001552781-16-001304
10-Q2015-11-10fiscal Q1 201512220001552781-15-000982
10-K2015-09-25fiscal FY 201512270001552781-15-000888
10-Q2015-04-27fiscal Q3 201511320001552781-15-000508
10-Q2015-01-23fiscal Q2 201512330001552781-15-000091
10-Q2014-11-10fiscal Q1 201512250001552781-14-000969
10-K2014-09-30fiscal FY 201415290001552781-14-000833
10-Q2014-05-13fiscal Q3 201415380001552781-14-000405
10-Q2014-02-12fiscal Q2 201415380001552781-14-000098
10-Q2013-10-28fiscal Q1 201411230001552781-13-000030
10-K2013-10-07fiscal FY 201314320001524829-13-000180
10-Q2013-05-08fiscal Q3 201314400001554757-13-000265
10-Q/A2013-02-04fiscal Q2 201314410001554757-13-000035
10-Q2013-02-01fiscal Q2 201314410001554757-13-000034
10-Q2012-11-01fiscal Q1 201314320001554757-12-000295
10-K2012-10-03fiscal FY 201214270001554757-12-000227
10-Q2012-05-08fiscal Q3 201214260001533621-12-000122

Inspect the source

Entity
Global Seed Corp / CIK 0001524829
Captured
SEC response SHA-256
0fb478eba8773aa75f024bd923f33868d7daacfa37c069ec014c7003fa49f5dd

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