Skip to content

GREENWAVE TECHNOLOGY SOLUTIONS, INC.: filings

Every GREENWAVE TECHNOLOGY SOLUTIONS, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 51 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-08-18fiscal Q2 2026441260001493152-26-038992
10-Q2026-07-29fiscal Q1 202644880001493152-26-035143
10-K2026-06-15fiscal FY 202542840001493152-26-028562
10-Q2026-03-06fiscal Q3 2025431270001493152-26-009206
10-Q2026-02-05fiscal Q2 2025451290001493152-26-005251
10-Q2025-11-19fiscal Q1 202545890001493152-25-024192
10-K2025-04-15fiscal FY 202444890001641172-25-004803
10-Q2024-11-15fiscal Q3 2024431210001493152-24-046276
10-Q2024-08-19fiscal Q2 2024441230001493152-24-032898
10-Q2024-05-20fiscal Q1 202443840001493152-24-020718
10-K2024-04-16fiscal FY 202346890001493152-24-014799
10-Q2023-11-14fiscal Q3 2023461240001493152-23-041269
10-Q2023-08-14fiscal Q2 2023431170001493152-23-028480
10-Q2023-05-15fiscal Q1 202344860001493152-23-017284
10-K/A2023-04-13fiscal FY 202247890001493152-23-012161
10-K2023-03-31fiscal FY 202247890001493152-23-010230
10-Q2022-11-14fiscal Q3 2022461180001493152-22-031645
10-Q2022-08-10fiscal Q2 2022451170001493152-22-021826
10-Q2022-05-16fiscal Q1 202243810001493152-22-013442
10-K2022-04-14fiscal FY 202146790001493152-22-009893
10-Q/A2021-12-07fiscal Q3 202129850001213900-21-063988
10-Q2021-11-22fiscal Q3 202129850001213900-21-061238
10-Q2021-08-23fiscal Q2 202128820001213900-21-044344
10-Q2021-06-25fiscal Q1 202124510001213900-21-034254
10-K2021-04-16fiscal FY 202031590001213900-21-021821
10-Q2020-12-18fiscal Q3 202031850001213900-20-043506
10-Q2020-09-04fiscal Q2 202026670001213900-20-025438
10-Q2020-09-04fiscal Q1 202025460001213900-20-025435
10-K2020-07-16fiscal FY 201928530001213900-20-017657
10-Q2020-02-26fiscal Q3 201930760001213900-20-004843
10-Q2019-09-03fiscal Q2 201932790001213900-19-017162
10-Q2019-05-20fiscal Q1 201928530001213900-19-009212
10-K2019-04-16fiscal FY 201828530001213900-19-006509
10-Q2018-11-16fiscal Q3 201830710001213900-18-016075
10-Q2018-08-20fiscal Q2 201830680001213900-18-011460
10-K2018-05-24fiscal FY 201724470001213900-18-006790
10-Q2018-05-18fiscal Q1 201829520001213900-18-006560
10-K2018-04-17fiscal FY 201722430001721868-18-000284
10-Q2017-11-14fiscal Q3 201722520001721868-17-000061
10-Q2017-08-15fiscal Q2 201728750001185185-17-001780
10-Q2017-05-22fiscal Q1 201722430000721748-17-000360
10-K2017-03-31fiscal FY 201622440000721748-17-000211
10-Q2016-11-14fiscal Q3 201622540000721748-16-001786
10-Q2016-08-17fiscal Q2 201621480000721748-16-001592
10-Q2016-05-16fiscal Q1 201620400000721748-16-001290
10-K2016-03-30fiscal FY 201520410000721748-16-001131
10-Q2015-11-16fiscal Q3 201521580000721748-15-000839
10-Q2015-07-21fiscal Q2 201522590000721748-15-000549
10-Q2015-05-15fiscal Q1 201521480000721748-15-000368
10-K2015-04-01fiscal FY 201421440000721748-15-000192
10-Q2014-11-14fiscal Q3 201419570000721748-14-001156

Inspect the source

Entity
GREENWAVE TECHNOLOGY SOLUTIONS, INC. / CIK 0001589149
Captured
2026-09-20T09:23:46.967Z
SEC response SHA-256
f1b4f0b5c683778e239319ee614ea581826107ccd6c9ea7b30d90ce26b4f69d4

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