Skip to content

KODIAK SCIENCES INC.: filings

Every KODIAK SCIENCES 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-Q2026-08-13fiscal Q2 202631890001193125-26-349251
10-Q2026-05-07fiscal Q1 202631650001193125-26-211951
10-K2026-03-31fiscal FY 2025421100001193125-26-134887
10-Q2025-11-13fiscal Q3 202531930001193125-25-280183
10-Q2025-08-13fiscal Q2 202531890000950170-25-108033
10-Q2025-05-14fiscal Q1 202531650000950170-25-071523
10-K2025-03-27fiscal FY 2024421100000950170-25-046098
10-Q2024-11-14fiscal Q3 2024331010000950170-24-127059
10-Q2024-08-14fiscal Q2 202433970000950170-24-097010
10-Q2024-05-15fiscal Q1 202433690000950170-24-060483
10-K2024-03-28fiscal FY 2023441140000950170-24-038025
10-Q2023-11-14fiscal Q3 2023361060000950170-23-063767
10-Q2023-08-14fiscal Q2 2023361020000950170-23-042479
10-Q2023-05-15fiscal Q1 202335730000950170-23-022203
10-K2023-03-28fiscal FY 2022451180000950170-23-010314
10-Q2022-11-09fiscal Q3 2022351040000950170-22-023870
10-Q2022-08-09fiscal Q2 2022351000000950170-22-016151
10-Q2022-05-10fiscal Q1 202230630000950170-22-008956
10-K2022-03-01fiscal FY 2021411170000950170-22-002555
10-Q2021-11-09fiscal Q3 202131880000950170-21-003800
10-Q2021-08-09fiscal Q2 202131850000950170-21-001080
10-Q2021-05-10fiscal Q1 202131650001564590-21-026129
10-K2021-03-01fiscal FY 2020401150001564590-21-009946
10-Q2020-11-09fiscal Q3 202032900001564590-20-052544
10-Q2020-08-10fiscal Q2 202032860001564590-20-038897
10-Q2020-05-11fiscal Q1 202031650001564590-20-024253
10-K2020-03-16fiscal FY 2019391110001564590-20-011186
10-Q2019-11-12fiscal Q3 201934910001564590-19-042887
10-Q2019-08-14fiscal Q2 201934870001564590-19-032128
10-Q2019-05-15fiscal Q1 201935690001564590-19-019254
10-K2019-03-27fiscal FY 2018361080001564590-19-009601
10-Q2018-11-16fiscal Q3 201833850001564590-18-029743

Inspect the source

Entity
KODIAK SCIENCES INC. / CIK 0001468748
Captured
2026-09-20T09:07:12.598Z
SEC response SHA-256
fa937f3241c45706b9bd1bff3d57d7c6bde0b88302772aa7c62bc4ffe51766d7

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