Skip to content

VBI Vaccines Inc/BC: filings

Every VBI Vaccines Inc/BC annual and quarterly report in the SEC record with the published financial measures it tagged, 30 filings, each linked to its SEC index.

Filing record ends 2024-05-15

The latest filing in this captured record is a 10-Q filed 2024-05-15. No later filing is in the SEC companyfacts record captured on 2026-09-22. VBI Vaccines Inc/BC may have stopped filing, merged, or changed its reporting entity; nothing on this page describes its current status. Values are as reported at the time.

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-Q2024-05-15fiscal Q1 202442820001493152-24-019796
10-K2024-04-16fiscal FY 202346880001493152-24-014744
10-Q2023-11-14fiscal Q3 2023431240001493152-23-041082
10-Q2023-08-14fiscal Q2 2023421160001493152-23-028050
10-Q2023-05-15fiscal Q1 202340800001493152-23-016928
10-K2023-03-13fiscal FY 202245890001493152-23-007351
10-Q2022-11-10fiscal Q3 2022421160001493152-22-031231
10-Q2022-08-08fiscal Q2 2022411100001493152-22-021559
10-Q2022-05-09fiscal Q1 202243860001493152-22-012444
10-K2022-03-07fiscal FY 202145890001493152-22-006140
10-Q2021-11-08fiscal Q3 2021411110001493152-21-027458
10-Q2021-08-02fiscal Q2 2021401050001493152-21-018248
10-Q2021-05-10fiscal Q1 202142850001493152-21-010842
10-K2021-03-02fiscal FY 202046930001493152-21-005171
10-Q2020-11-02fiscal Q3 2020421110001493152-20-020276
10-Q2020-07-31fiscal Q2 2020421070001493152-20-014278
10-Q2020-05-06fiscal Q1 202042840001493152-20-007781
10-K2020-03-05fiscal FY 201946930001493152-20-003413
10-Q2019-11-06fiscal Q3 2019431160001493152-19-016516
10-Q2019-08-09fiscal Q2 2019411080001493152-19-011951
10-Q2019-05-01fiscal Q1 201941820001493152-19-006225
10-K2019-02-25fiscal FY 201846910001493152-19-002481
10-Q2018-11-09fiscal Q3 2018401020001493152-18-015527
10-Q2018-07-26fiscal Q2 2018401020001493152-18-010503
10-Q2018-05-01fiscal Q1 201838760001493152-18-006041
10-K2018-02-26fiscal FY 2017431290001493152-18-002611
10-Q2017-11-13fiscal Q3 2017411030001493152-17-012901
10-Q2017-07-31fiscal Q2 2017411030001493152-17-008307
10-Q2017-05-15fiscal Q1 201739750001493152-17-005236
10-K2017-03-20fiscal FY 201644850001493152-17-002629

Inspect the source

Entity
VBI Vaccines Inc/BC / CIK 0000764195
Captured
SEC response SHA-256
f4fca19d9d0c04109a5090b60051c8893fe51a3641b36b63f04b31620b42bd1d

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