Skip to content

Grace Therapeutics, Inc.: filings

Every Grace Therapeutics, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 26 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-13fiscal Q1 202730640001140361-26-032632
10-K2026-06-18fiscal FY 202637760001140361-26-025662
10-Q2026-02-12fiscal Q3 2026321000001140361-26-004924
10-Q2025-11-13fiscal Q2 202632960001140361-25-041804
10-Q2025-08-12fiscal Q1 202632680001140361-25-030398
10-K2025-06-23fiscal FY 202536750001140361-25-023259
10-Q2025-02-13fiscal Q3 2025321000001140361-25-004153
10-Q2024-11-13fiscal Q2 202531960001140361-24-046312
10-Q2024-08-09fiscal Q1 202429600000950170-24-094348
10-K2024-06-21fiscal FY 202440830000950170-24-075875
10-Q2024-02-12fiscal Q3 202433980000950170-24-013566
10-Q2023-11-13fiscal Q2 202433930000950170-23-062437
10-Q2023-08-11fiscal Q1 202334690000950170-23-041595
10-K2023-06-23fiscal FY 202340800000950170-23-029498
10-Q2023-02-14fiscal Q3 202230920000950170-23-002695
10-Q2022-11-14fiscal Q2 202230840000950170-22-024666
10-Q2022-08-11fiscal Q1 202230610000950170-22-016632
10-K2022-06-21fiscal FY 202232610000950170-22-011842
10-Q2022-02-14fiscal Q3 202124820000950170-22-001147
10-Q2021-11-10fiscal Q2 202123750001171843-21-007766
10-Q2021-08-12fiscal Q1 202122460001171843-21-005871
10-K2021-06-22fiscal FY 202126520001171843-21-004462
10-Q2021-02-09fiscal Q3 202125800001171843-21-000849
10-Q2020-11-16fiscal Q2 202123730001171843-20-008002
10-Q2020-08-13fiscal Q1 202126530001171843-20-005901
10-K2020-06-29fiscal FY 202032710001171843-20-004613

Inspect the source

Entity
Grace Therapeutics, Inc. / CIK 0001444192
Captured
2026-09-20T09:04:24.067Z
SEC response SHA-256
5b69cc68942ac99439db286c3fb40eff559eb7df0ecb4af9a3f0c1a7f9246502

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