Skip to content

KALA BIO, Inc.: filings

Every KALA BIO, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 37 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-19fiscal Q2 202633910001104659-26-098783
10-Q2026-05-15fiscal Q1 202633630001104659-26-062397
10-K2026-04-15fiscal FY 202541790001104659-26-043782
10-Q2025-11-19fiscal Q3 2025391070001104659-25-113927
10-Q2025-08-08fiscal Q2 2025381070001558370-25-010853
10-Q2025-05-14fiscal Q1 202537740001558370-25-007763
10-K2025-03-31fiscal FY 202442820001558370-25-004081
10-Q2024-11-12fiscal Q3 2024411120001558370-24-015302
10-Q2024-08-06fiscal Q2 2024411120001558370-24-011074
10-Q2024-05-14fiscal Q1 202441800001558370-24-008134
10-K2024-03-29fiscal FY 202344900001558370-24-004326
10-Q2023-11-13fiscal Q3 2023431200001558370-23-018696
10-Q2023-08-04fiscal Q2 2023431180001558370-23-013310
10-Q2023-05-09fiscal Q1 202342860001558370-23-008798
10-K2023-03-03fiscal FY 202246910001558370-23-002746
10-Q2022-11-08fiscal Q3 2022431170001558370-22-016848
10-Q2022-08-11fiscal Q2 2022411110001558370-22-013308
10-Q2022-05-16fiscal Q1 202241830001558370-22-008970
10-K2022-03-29fiscal FY 202145890001558370-22-004624
10-Q2021-11-15fiscal Q3 202137960001558370-21-015987
10-Q2021-08-05fiscal Q2 202137960001558370-21-010528
10-Q2021-05-05fiscal Q1 202137770001558370-21-005904
10-K2021-02-25fiscal FY 202042990001558370-21-001797
10-Q2020-11-05fiscal Q3 202038980001558370-20-012835
10-Q2020-08-06fiscal Q2 202038970001558370-20-009714
10-Q2020-05-07fiscal Q1 202036730001558370-20-005698
10-K2020-02-12fiscal FY 201938900001558370-20-000733
10-Q2019-11-07fiscal Q3 201937920001558370-19-010366
10-Q2019-08-06fiscal Q2 201936900001558370-19-007251
10-Q2019-05-09fiscal Q1 201937740001558370-19-004703
10-K2019-03-12fiscal FY 201839910001558370-19-001825
10-Q2018-11-08fiscal Q3 201834800001558370-18-009054
10-Q2018-08-09fiscal Q2 201832780001558370-18-006883
10-Q2018-05-10fiscal Q1 201832640001558370-18-004674
10-K2018-04-02fiscal FY 2017371080001558370-18-002697
10-Q2017-11-07fiscal Q3 201730730001558370-17-008322
10-Q2017-08-31fiscal Q2 201730730001558370-17-006883

Inspect the source

Entity
KALA BIO, Inc. / CIK 0001479419
Captured
2026-09-20T09:08:47.092Z
SEC response SHA-256
29f0e958f07019914b4cd1bb8afa2c4b328082c5da8bf6fe4452eddabcaf41d1

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