Skip to content

QRONS INC.: filings

Every QRONS INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 32 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-K2025-04-16fiscal FY 202427560001477932-25-002791
10-Q2024-11-08fiscal Q3 202426850001477932-24-006983
10-Q2024-08-16fiscal Q2 202425770001477932-24-004978
10-Q2024-05-15fiscal Q1 202425540001477932-24-002862
10-K2024-04-15fiscal FY 202325520001477932-24-002100
10-Q2023-11-14fiscal Q3 202329910001477932-23-008310
10-Q2023-08-14fiscal Q2 202328860001477932-23-005951
10-Q2023-05-15fiscal Q1 202325530001477932-23-003520
10-K2023-03-31fiscal FY 202323470001477932-23-002090
10-Q2022-11-14fiscal Q3 202225840001477932-22-008453
10-Q2022-08-15fiscal Q2 202224780001477932-22-006090
10-Q2022-05-16fiscal Q1 202221460001477932-22-003460
10-K2022-03-11fiscal FY 202121450001477932-22-001307
10-Q2021-11-15fiscal Q3 202118620001575705-21-000787
10-Q2021-08-16fiscal Q2 202122740001575705-21-000531
10-Q2021-05-13fiscal Q1 202118390001594062-21-000077
10-K2021-03-31fiscal FY 202018380001594062-21-000046
10-Q2020-11-16fiscal Q3 202018620001594062-20-000104
10-Q2020-08-14fiscal Q2 202018580001594062-20-000074
10-Q2020-05-15fiscal Q1 202018400001594062-20-000047
10-K2020-03-30fiscal FY 201918380001594062-20-000026
10-Q2019-11-14fiscal Q3 201918620001594062-19-000093
10-Q2019-08-14fiscal Q2 201918580001594062-19-000069
10-Q2019-05-14fiscal Q1 201918400001594062-19-000023
10-K2019-03-25fiscal FY 201818380001731122-19-000136
10-Q2018-11-06fiscal Q3 201818520001594062-18-000183
10-Q2018-08-02fiscal Q2 201818520001594062-18-000144
10-Q2018-05-09fiscal Q1 201818380001594062-18-000102
10-K2018-03-02fiscal FY 201719380001594062-18-000048
10-Q2017-11-07fiscal Q3 201717460001594062-17-000264
10-Q2017-08-11fiscal Q2 201717320001594062-17-000182
10-Q2017-05-15fiscal Q1 201718270001594062-17-000118

Inspect the source

Entity
QRONS INC. / CIK 0001689084
Captured
2026-09-21T17:23:56.132Z
SEC response SHA-256
69839600a114a0543bfbb8f7109f6d0e9b229cb893279a54df3defb8dd88bf99

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