Skip to content

Greentech Innovations, Inc.: filings

Every Greentech Innovations, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 45 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-Q2026-04-14fiscal Q3 202624800001640334-26-000723
10-Q2026-01-14fiscal Q2 202624760001640334-26-000083
10-Q2025-09-23fiscal Q1 202624520001640334-25-001705
10-K2025-08-29fiscal FY 202523480001640334-25-001606
10-Q2025-04-11fiscal Q3 202524800001640334-25-000607
10-Q2024-12-31fiscal Q2 202525780001640334-24-001969
10-Q2024-10-02fiscal Q1 202525540001640334-24-001476
10-K2024-08-29fiscal FY 202425510001640334-24-001367
10-Q2024-03-28fiscal Q3 202424750001640334-24-000508
10-Q2024-01-12fiscal Q2 202424690001640334-24-000046
10-Q2023-10-12fiscal Q1 202423500001640334-23-001807
10-K2023-08-28fiscal FY 202324500001640334-23-001638
10-Q2023-04-07fiscal Q3 202324770001640334-23-000594
10-Q2022-12-22fiscal Q2 202324730001640334-22-002691
10-Q2022-09-22fiscal Q1 202324530001640334-22-002087
10-K2022-08-18fiscal FY 202225530001640334-22-001828
10-Q2022-04-11fiscal Q3 202224750001640334-22-000731
10-Q2022-01-03fiscal Q2 202222670001640334-22-000007
10-Q2021-10-12fiscal Q1 202222500001640334-21-002546
10-K2021-08-16fiscal FY 202125520001640334-21-001872
10-Q2021-04-08fiscal Q3 202125780001640334-21-000810
10-Q2020-12-17fiscal Q2 202122660001640334-20-003100
10-Q2020-10-02fiscal Q1 202023500001640334-20-002446
10-K2020-08-21fiscal FY 202028580001640334-20-002219
10-Q2020-04-08fiscal Q3 202020580001640334-20-000745
10-Q2020-01-10fiscal Q2 202019520001640334-20-000041
10-Q2019-10-09fiscal Q1 201921450001640334-19-002011
10-K2019-08-21fiscal FY 201920380001640334-19-001721
10-Q2019-04-19fiscal Q3 201920570001640334-19-000659
10-Q2019-01-23fiscal Q2 201921500001640334-19-000102
10-Q2018-11-28fiscal Q1 201921390001640334-18-002288
10-K2018-11-08fiscal FY 201923370001640334-18-002089
10-Q2018-04-23fiscal Q3 201722480001640334-18-000789
10-Q2018-03-12fiscal Q2 201714330001640334-18-000449
10-Q2017-10-16fiscal Q1 201815290001558891-17-000052
10-K2017-08-07fiscal FY 201717320001558891-17-000041
10-Q2017-04-19fiscal Q3 201717390001558891-17-000022
10-Q2017-01-13fiscal Q2 201717400001558891-17-000004
10-Q2016-10-14fiscal Q1 201717340001558891-16-000247
10-K2016-08-29fiscal FY 201617350001558891-16-000237
10-Q2016-04-11fiscal Q3 201617400001558891-16-000209
10-Q2016-01-14fiscal Q2 201617410001558891-16-000183
10-Q2015-10-14fiscal Q1 201617350001558891-15-000128
10-K2015-08-06fiscal FY 201516310001558891-15-000101
10-Q2015-06-05fiscal Q3 201514320001558891-15-000091

Inspect the source

Entity
Greentech Innovations, Inc. / CIK 0001584480
Captured
2026-09-20T09:23:10.431Z
SEC response SHA-256
16389d748ebb6f6150ffc7713044efce574d6faf0790954a4160cd1630cab579

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