Skip to content

BioVie Inc.: filings

Every BioVie Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 54 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-K2026-08-13fiscal FY 202634680001520138-26-000332
10-Q2026-05-11fiscal Q3 2026341040001520138-26-000154
10-Q2026-02-06fiscal Q2 2026341000001520138-26-000052
10-Q2025-11-10fiscal Q1 202635730001520138-25-000343
10-K2025-08-15fiscal FY 202537770001520138-25-000268
10-Q2025-05-12fiscal Q3 2025371110001520138-25-000144
10-Q2025-02-11fiscal Q2 2025371070001520138-25-000056
10-Q2024-11-13fiscal Q1 202436750001520138-24-000425
10-K2024-09-30fiscal FY 202438790001520138-24-000324
10-Q2024-05-14fiscal Q3 2023381170001520138-24-000204
10-Q2024-02-13fiscal Q2 2023381100001520138-24-000069
10-Q2023-11-08fiscal Q1 202337760001520138-23-000473
10-K2023-08-16fiscal FY 202339760001520138-23-000325
10-Q2023-05-12fiscal Q3 2023391130001520138-23-000227
10-Q2023-02-10fiscal Q2 202235990001520138-23-000087
10-Q2022-11-04fiscal Q1 202234710001520138-22-000502
10-K2022-09-27fiscal FY 202234660001520138-22-000437
10-Q2022-05-11fiscal Q3 202233960001520138-22-000201
10-Q2022-02-08fiscal Q2 202230890001520138-22-000056
10-Q2021-11-10fiscal Q1 202230600001520138-21-000706
10-K2021-08-30fiscal FY 202129580001520138-21-000509
10-Q2021-05-10fiscal Q3 202129920001520138-21-000255
10-Q2021-01-29fiscal Q2 202129870001520138-21-000081
10-Q2020-11-05fiscal Q1 202128570001520138-20-000531
10-K/A2020-08-07fiscal FY 202028560001520138-20-000360
10-K2020-08-06fiscal FY 202028560001520138-20-000356
10-Q2020-05-13fiscal Q3 202027890001520138-20-000210
10-Q2020-02-13fiscal Q2 202027830001520138-20-000056
10-Q2019-11-19fiscal Q1 202025490001520138-19-000474
10-K2019-09-27fiscal FY 201824480001520138-19-000336
10-Q2019-05-10fiscal Q3 201924770001520138-19-000143
10-Q2019-02-12fiscal Q2 201924700001520138-19-000027
10-Q2018-11-14fiscal Q1 201924460001520138-18-000323
10-K2018-10-05fiscal FY 201824480001520138-18-000269
10-Q2018-05-14fiscal Q3 201822560001520138-18-000082
10-Q2018-02-14fiscal Q2 201821540001520138-18-000019
10-Q2017-11-08fiscal Q1 201722460001520138-17-000347
10-K2017-08-24fiscal FY 201723450001520138-17-000286
10-Q2017-05-09fiscal Q3 201721490001520138-17-000167
10-Q2017-02-07fiscal Q2 201719470001520138-17-000043
10-Q/A2017-01-19fiscal Q1 201623470001520138-17-000020
10-Q2016-11-16fiscal Q1 201623470001520138-16-001258
10-K2016-09-28fiscal FY 201620350001520138-16-001180
10-Q2016-05-23fiscal Q3 201613340001520138-16-000955
10-Q2016-02-16fiscal Q2 201612320001520138-16-000738
10-Q2015-11-13fiscal Q1 201512270001520138-15-000460
10-K2015-10-01fiscal FY 201512240001520138-15-000410
10-Q2015-05-11fiscal Q3 201512320001520138-15-000206
10-Q2015-02-05fiscal Q2 201512300001520138-15-000038
10-Q2014-11-13fiscal Q1 201512240001520138-14-000311
10-K2014-09-24fiscal FY 201414250001520138-14-000254
10-Q2014-05-09fiscal Q3 201414310001520138-14-000085
10-Q2014-01-29fiscal Q2 201413250001552781-14-000047
10-Q2013-11-13fiscal Q1 201411210001552781-13-000068

Inspect the source

Entity
BioVie Inc. / CIK 0001580149
Captured
2026-09-20T09:22:31.582Z
SEC response SHA-256
f572a001c48a2e876d70fd7a358ae1e5a994eab357401042d4f8aa6551a9ee85

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