Skip to content

RAFAEL HOLDINGS, INC.: filings

Every RAFAEL HOLDINGS, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 36 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-06-11fiscal Q3 2026461310001213900-26-067560
10-Q2026-03-16fiscal Q2 2026461300001213900-26-028348
10-Q2025-12-12fiscal Q1 202647960001213900-25-120897
10-K2025-10-29fiscal FY 2025511020001213900-25-103549
10-Q2025-06-11fiscal Q3 2025461260001213900-25-053273
10-Q2025-03-14fiscal Q2 2025431190001213900-25-023799
10-K/A2024-12-20fiscal FY 202446840001213900-24-110663
10-Q2024-12-11fiscal Q1 202544870001213900-24-107637
10-K2024-11-07fiscal FY 202446840001213900-24-095111
10-Q2024-06-14fiscal Q3 2024441170001213900-24-052918
10-Q2024-03-14fiscal Q2 2024421100001213900-24-022343
10-Q2023-12-14fiscal Q1 202435730001213900-23-095748
10-K2023-10-30fiscal FY 202339750001213900-23-081589
10-Q2023-06-13fiscal Q3 2023391090001213900-23-048592
10-Q2023-03-14fiscal Q2 2023401120001213900-23-019981
10-Q2022-12-13fiscal Q1 202337760001213900-22-079292
10-K2022-10-31fiscal FY 202243850001213900-22-067711
10-Q2022-06-14fiscal Q3 2022371100001213900-22-032831
10-Q2022-03-17fiscal Q2 2022361020001213900-22-013245
10-Q/A2022-02-28fiscal Q1 202234700001213900-22-009831
10-Q2021-12-15fiscal Q1 202134700001213900-21-065478
10-K2021-10-18fiscal FY 202136720001213900-21-053306
10-Q2021-06-14fiscal Q3 202134910001213900-21-032350
10-Q2021-03-17fiscal Q2 202133890001213900-21-016103
10-Q2020-12-15fiscal Q1 202132670001213900-20-042808
10-K2020-10-29fiscal FY 202035700001213900-20-033974
10-Q2020-06-09fiscal Q3 202032860001213900-20-014526
10-Q2020-03-05fiscal Q2 202033900001213900-20-005529
10-Q2019-12-09fiscal Q1 202033690001213900-19-025677
10-K2019-10-04fiscal FY 201936720001213900-19-019707
10-Q2019-06-05fiscal Q3 201934880001213900-19-010093
10-Q2019-03-12fiscal Q2 201935890001213900-19-003980
10-Q2018-12-10fiscal Q1 201934680001213900-18-017159
10-K2018-10-15fiscal FY 2018421440001213900-18-013948
10-Q2018-06-11fiscal Q3 201836930001213900-18-007501
10-Q2018-03-12fiscal Q2 201829740001213900-18-002820

Inspect the source

Entity
RAFAEL HOLDINGS, INC. / CIK 0001713863
Captured
2026-09-21T17:26:55.532Z
SEC response SHA-256
117d98de508b7ab286f586cdd39d9ee4afe0a191cfa0379955e632197bc6e304

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