Skip to content

OUTLOOK THERAPEUTICS, INC.: filings

Every OUTLOOK THERAPEUTICS, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 42 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-18fiscal Q3 2026381080001104659-26-098415
10-Q2026-05-15fiscal Q2 2026371010001104659-26-062632
10-Q2026-02-17fiscal Q1 202635720001104659-26-016554
10-K2025-12-19fiscal FY 202540750001104659-25-123264
10-Q2025-08-14fiscal Q3 2025391050001558370-25-011588
10-Q2025-05-15fiscal Q2 202535960001558370-25-007873
10-Q2025-02-14fiscal Q1 202532640001558370-25-001022
10-K2024-12-27fiscal FY 202435710001558370-24-016491
10-Q2024-08-14fiscal Q3 2024351040001558370-24-012234
10-Q2024-05-15fiscal Q2 202433970001558370-24-008318
10-Q2024-02-14fiscal Q1 202430620001558370-24-001172
10-K2023-12-22fiscal FY 202334690001558370-23-020000
10-Q2023-08-14fiscal Q3 202333970001558370-23-014866
10-Q2023-05-15fiscal Q2 202333960001558370-23-009942
10-Q2023-02-14fiscal Q1 202331660001558370-23-001286
10-K2022-12-29fiscal FY 202238770001558370-22-019036
10-Q2022-08-10fiscal Q3 2022371080001558370-22-013086
10-Q2022-05-13fiscal Q2 2022371060001558370-22-008780
10-Q2022-02-14fiscal Q1 202235730001558370-22-001128
10-K2021-12-23fiscal FY 202141840001558370-21-017007
10-Q2021-08-13fiscal Q3 2021391080001558370-21-011701
10-Q2021-05-14fiscal Q2 202135920001558370-21-007283
10-Q2021-02-16fiscal Q1 202132660001558370-21-001081
10-K2020-12-23fiscal FY 202041790001558370-20-014540
10-Q2020-08-14fiscal Q3 202040970001558370-20-010682
10-Q2020-05-15fiscal Q2 202037860001558370-20-006752
10-Q2020-02-14fiscal Q1 202037690001558370-20-000838
10-K2019-12-19fiscal FY 201940800001104659-19-074095
10-Q2019-08-14fiscal Q3 201935930001144204-19-040129
10-Q2019-05-15fiscal Q2 201935900001144204-19-026623
10-Q2019-02-14fiscal Q1 201935700001144204-19-008128
10-K2018-12-18fiscal FY 201843850001144204-18-065142
10-Q2018-08-14fiscal Q3 2018391090001571049-18-000438
10-Q2018-05-15fiscal Q2 2018351000001144204-18-029003
10-Q2018-02-14fiscal Q1 201830620001571049-18-000094
10-K2017-12-29fiscal FY 201740790001571049-17-008779
10-Q2017-08-14fiscal Q3 2017381050001571049-17-007497
10-Q2017-05-15fiscal Q2 2017381050001571049-17-005026
10-Q2017-02-14fiscal Q1 201734670001571049-17-001358
10-K2016-12-29fiscal FY 201641810001571049-16-020882
10-Q2016-08-15fiscal Q3 2016391030001571049-16-017518
10-Q2016-06-27fiscal Q2 201638980001571049-16-016287

Inspect the source

Entity
OUTLOOK THERAPEUTICS, INC. / CIK 0001649989
Captured
2026-09-21T17:23:24.422Z
SEC response SHA-256
ce697e8c1ac203fe6827508f0d6a14f8a445ce42f9c031026a98c3f5635933f0

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