Skip to content

OCUGEN, INC.: filings

Every OCUGEN, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 46 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-06fiscal Q2 2026391180001628280-26-054057
10-Q2026-05-08fiscal Q1 202640820001628280-26-032454
10-K2026-03-04fiscal FY 202539800001628280-26-014435
10-Q2025-11-05fiscal Q3 202532950001372299-25-000013
10-Q2025-08-04fiscal Q2 202530830001628280-25-037310
10-Q2025-05-09fiscal Q1 202532680001628280-25-024093
10-K2025-03-05fiscal FY 202436770001628280-25-010271
10-Q2024-11-14fiscal Q3 202430860001628280-24-047846
10-Q2024-08-08fiscal Q2 2024371040001628280-24-035822
10-Q2024-05-14fiscal Q1 202436750001628280-24-023038
10-K2024-04-16fiscal FY 2023403120001628280-24-016378
10-Q2023-11-09fiscal Q3 2023351030001628280-23-038008
10-Q2023-08-21fiscal Q2 202334950001628280-23-030128
10-Q2023-05-05fiscal Q1 202334720001628280-23-016011
10-K2023-02-28fiscal FY 202239800001628280-23-005382
10-Q2022-11-08fiscal Q3 2022371110001628280-22-028775
10-Q2022-08-05fiscal Q2 202235990001628280-22-021255
10-Q2022-05-06fiscal Q1 202234730001628280-22-012850
10-K2022-02-28fiscal FY 2021421120001628280-22-004085
10-Q2021-11-09fiscal Q3 2021381230001628280-21-022421
10-Q2021-08-06fiscal Q2 2021361090001628280-21-015998
10-Q2021-05-07fiscal Q1 202132690001628280-21-009457
10-K2021-03-19fiscal FY 202040820001628280-21-005124
10-Q2020-11-06fiscal Q3 2020361050001628280-20-015862
10-Q2020-08-14fiscal Q2 2020361010001628280-20-012662
10-Q2020-05-08fiscal Q1 202033710001628280-20-007094
10-K2020-03-27fiscal FY 201938750001628280-20-004221
10-Q2019-11-12fiscal Q3 201933940001104659-19-062626
10-Q2019-08-09fiscal Q2 201934850001193125-19-217994
10-Q2019-05-15fiscal Q1 201938730001193125-19-147982
10-K2019-03-22fiscal FY 201839770001564590-19-008830
10-Q2018-11-08fiscal Q3 2018401070001564590-18-028656
10-Q2018-08-09fiscal Q2 201835870001564590-18-021035
10-Q2018-05-10fiscal Q1 201830600001564590-18-012937
10-K2018-03-15fiscal FY 201732660001564590-18-005711
10-Q2017-11-09fiscal Q3 201726720001193125-17-338756
10-Q2017-08-10fiscal Q2 201727730001193125-17-254439
10-Q2017-05-11fiscal Q1 201727550001193125-17-167282
10-K2017-03-16fiscal FY 201636710001193125-17-085372
10-Q2016-11-10fiscal Q3 201627730001193125-16-765874
10-Q2016-08-11fiscal Q2 201627730001193125-16-679283
10-Q2016-05-12fiscal Q1 201627550001193125-16-588892
10-K2016-03-10fiscal FY 201531630001193125-16-500103
10-Q2015-11-12fiscal Q3 201529770001193125-15-375659
10-Q2015-08-12fiscal Q2 201528750001193125-15-288281
10-Q2015-05-14fiscal Q1 201527540001193125-15-188172

Inspect the source

Entity
OCUGEN, INC. / CIK 0001372299
Captured
2026-09-19T11:17:49.133Z
SEC response SHA-256
147ae97cc37a673c8db5be16000bcf9bc4859108a8b38ddf6007a8a06ae66bff

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