Skip to content

BiomX Inc.: filings

Every BiomX Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 31 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 2026401090001213900-26-091780
10-Q2026-05-20fiscal Q1 202630600001213900-26-059587
10-K2026-02-19fiscal FY 202538730001213900-26-018231
10-Q2025-11-12fiscal Q3 2025341050001213900-25-109186
10-Q2025-08-13fiscal Q2 2025341010001213900-25-075328
10-Q2025-05-15fiscal Q1 202533700001213900-25-044157
10-K2025-03-25fiscal FY 202439780001013762-25-002283
10-Q2024-11-14fiscal Q3 2024371100001213900-24-098523
10-Q2024-08-14fiscal Q2 2024361050001213900-24-068981
10-Q2024-05-20fiscal Q1 202434680001213900-24-045273
10-K2024-04-04fiscal FY 202338740001213900-24-030053
10-Q2023-11-14fiscal Q3 2023341020001213900-23-086662
10-Q2023-08-09fiscal Q2 202334980001213900-23-064926
10-Q2023-05-15fiscal Q1 202335700001213900-23-039734
10-K2023-03-29fiscal FY 202242810001213900-23-024122
10-Q2022-11-09fiscal Q3 2022371040001213900-22-070435
10-Q2022-08-10fiscal Q2 202236930001213900-22-046257
10-Q2022-05-11fiscal Q1 202234690001213900-22-025542
10-K2022-03-30fiscal FY 202135650001213900-22-016136
10-Q2021-11-15fiscal Q3 202131800001213900-21-059179
10-Q2021-08-16fiscal Q2 202127710001213900-21-043096
10-Q2021-05-24fiscal Q1 202126540001213900-21-028654
10-K2021-03-31fiscal FY 202025510001213900-21-019233
10-Q2020-11-12fiscal Q3 202026730001213900-20-036587
10-Q2020-08-13fiscal Q2 202026730001213900-20-021892
10-Q2020-05-14fiscal Q1 202026540001213900-20-012296
10-K2020-03-26fiscal FY 201926520001213900-20-007405
10-Q2019-10-16fiscal Q1 202017320001213900-19-020447
10-K2019-08-21fiscal FY 201918320001213900-19-016461
10-Q2019-05-10fiscal Q3 201918400001615774-19-007490
10-Q2019-02-06fiscal Q2 201914250001615774-19-001994

Inspect the source

Entity
BiomX Inc. / CIK 0001739174
Captured
2026-09-21T17:28:26.219Z
SEC response SHA-256
9f1da60843e791cd1db58c992605957f0e1e7050e79caf83c12f20f900b57012

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