Skip to content

ONCOSEC MEDICAL INCORPORATED: filings

Every ONCOSEC MEDICAL INCORPORATED annual and quarterly report in the SEC record with the published financial measures it tagged, 47 filings, each linked to its SEC index.

Filing record ends 2023-03-14

The latest filing in this captured record is a 10-Q filed 2023-03-14. No later filing is in the SEC companyfacts record captured on 2026-09-22. ONCOSEC MEDICAL INCORPORATED may have stopped filing, merged, or changed its reporting entity; nothing on this page describes its current status. Values are as reported at the time.

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-Q2023-03-14fiscal Q2 2023401140001493152-23-007478
10-Q2022-12-15fiscal Q1 202335770001493152-22-035598
10-K2022-10-31fiscal FY 202242840001493152-22-029990
10-Q2022-06-14fiscal Q3 2022401070001493152-22-016738
10-Q2022-03-15fiscal Q2 202238980001493152-22-006874
10-Q2021-12-15fiscal Q1 202236690001493152-21-031595
10-K2021-10-29fiscal FY 202140750001493152-21-026721
10-Q2021-06-11fiscal Q3 202138940001493152-21-014170
10-Q2021-03-15fiscal Q2 202138950001493152-21-005935
10-Q2020-12-11fiscal Q1 202134660001493152-20-023412
10-K2020-10-28fiscal FY 202038720001493152-20-020071
10-Q2020-06-15fiscal Q3 202036890001493152-20-011123
10-Q2020-03-16fiscal Q2 202035870001493152-20-003958
10-Q2019-12-13fiscal Q1 202034620001493152-19-019194
10-K/A2019-11-27fiscal FY 201934650001493152-19-018522
10-K2019-10-28fiscal FY 201934650001493152-19-016036
10-Q2019-06-14fiscal Q3 201933830001493152-19-009215
10-Q2019-03-08fiscal Q2 201932800001493152-19-003049
10-Q2018-12-14fiscal Q1 201930610001493152-18-017545
10-K2018-10-19fiscal FY 201830610001493152-18-014674
10-Q2018-06-13fiscal Q3 201831790001493152-18-008598
10-Q2018-03-09fiscal Q2 201827700001493152-18-003167
10-Q2017-12-07fiscal Q1 201827550001493152-17-014339
10-K2017-10-25fiscal FY 201727830001493152-17-012058
10-Q2017-06-01fiscal Q3 201728660001493152-17-006073
10-Q2017-03-16fiscal Q2 201728650001493152-17-002505
10-Q2016-12-08fiscal Q1 201727550001493152-16-015760
10-K2016-10-13fiscal FY 201624720001493152-16-013999
10-Q2016-06-09fiscal Q3 201627770001493152-16-010660
10-Q2016-03-08fiscal Q2 201626730001104659-16-103353
10-Q2015-12-08fiscal Q1 201616370001104659-15-083603
10-K2015-10-14fiscal FY 201522830001104659-15-070660
10-Q2015-06-09fiscal Q3 201522640001104659-15-044340
10-Q2015-03-12fiscal Q2 201522640001104659-15-019225
10-Q2014-12-08fiscal Q1 201518410001104659-14-085392
10-K2014-10-10fiscal FY 2014241010001104659-14-071329
10-Q2014-06-13fiscal Q3 201423790001104659-14-046002
10-Q2014-03-14fiscal Q2 201423790001104659-14-019747
10-Q2013-12-16fiscal Q1 201419550001104659-13-090434
10-K2013-09-27fiscal FY 201320550001104659-13-072722
10-Q2013-06-14fiscal Q3 201323820001104659-13-049329
10-Q2013-03-15fiscal Q2 201323810001104659-13-021235
10-Q2012-12-17fiscal Q1 201323630001104659-12-084691
10-K2012-10-15fiscal FY 201223610001104659-12-068983
10-Q2012-06-14fiscal Q3 201222750001104659-12-043596
10-Q2012-03-16fiscal Q2 201222700001104659-12-018937
10-Q2011-12-15fiscal Q1 201222560001104659-11-069665

Inspect the source

Entity
ONCOSEC MEDICAL INCORPORATED / CIK 0001444307
Captured
SEC response SHA-256
326bcab6a98b5e6098a865fe967c999ac8b3247d9466d112c5306da6df2f5607

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