Skip to content

GROOVE BOTANICALS, INC.: filings

Every GROOVE BOTANICALS, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 41 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-11fiscal Q1 202722480001477932-26-004834
10-K2026-06-29fiscal FY 202622460001477932-26-004080
10-Q2026-02-20fiscal Q3 202621680001477932-26-000938
10-Q2025-11-19fiscal Q2 202622680001477932-25-008486
10-K/A2025-08-25fiscal FY 202523470001171520-25-000278
10-Q2025-08-19fiscal Q1 202622480001171520-25-000271
10-K/A2025-08-15fiscal FY 202523470001171520-25-000264
10-K2025-07-16fiscal FY 202523470001171520-25-000236
10-Q2025-02-25fiscal Q3 202524770001171520-25-000038
10-Q2024-11-14fiscal Q2 202523720001171520-24-000360
10-Q2024-08-22fiscal Q1 202423490001171520-24-000304
10-K2024-08-15fiscal FY 202425520001171520-24-000297
10-Q2024-02-14fiscal Q3 202327840001171520-24-000130
10-Q2024-01-11fiscal Q2 202326760001171520-24-000017
10-Q2019-04-25fiscal Q3 201828790001607062-19-000179
10-Q2019-04-25fiscal Q2 201827780001607062-19-000178
10-Q2019-04-25fiscal Q1 201828560001607062-19-000177
10-K2019-01-11fiscal FY 201728530001607062-19-000014
10-Q2019-01-11fiscal Q3 201729740001607062-19-000011
10-Q2019-01-11fiscal Q2 201729730001607062-19-000009
10-Q2019-01-11fiscal Q1 201732600001607062-19-000007
10-K2018-08-28fiscal FY 201639770001607062-18-000263
10-Q2016-02-23fiscal Q3 201537990001607062-16-000693
10-Q2015-11-23fiscal Q2 2015381040001607062-15-000510
10-Q2015-09-10fiscal Q1 201537730001607062-15-000394
10-K2015-08-14fiscal FY 201436690001607062-15-000356
10-Q2015-07-02fiscal Q3 201436980001607062-15-000298
10-Q2015-05-18fiscal Q2 201431790001607062-15-000215
10-Q2014-11-04fiscal Q1 201433630001607062-14-000159
10-K2014-09-30fiscal FY 201334670001607062-14-000116
10-Q/A2014-04-07fiscal Q3 201332840001554795-14-000268
10-Q2013-11-19fiscal Q2 201330810001213900-13-006690
10-Q/A2013-09-12fiscal Q1 201330610001213900-13-005029
10-K2013-08-20fiscal FY 201234680001213900-13-004717
10-Q2013-03-21fiscal Q3 201229820001213900-13-001224
10-Q2012-12-17fiscal Q2 201229820001213900-12-006846
10-Q/A2012-08-20fiscal Q1 201229600001213900-12-004762
10-K2012-07-13fiscal FY 201129600001354488-12-003545
10-Q2012-02-14fiscal Q3 201129820001354488-12-000676
10-Q2011-11-15fiscal Q2 201128800001354488-11-004529
10-Q2011-08-15fiscal Q1 201125500001354488-11-002883

Inspect the source

Entity
GROOVE BOTANICALS, INC. / CIK 0000918573
Captured
2026-09-20T05:07:38.101Z
SEC response SHA-256
44d2b85f5a8268e7e4b9e515e1ab70f7e4cebdb379a9107709d6545a3e823130

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