Skip to content

VIVUS INC: filings

Every VIVUS INC annual and quarterly report in the SEC record with the published financial measures it tagged, 37 filings, each linked to its SEC index.

Filing record ends 2020-05-06

The latest filing in this captured record is a 10-Q filed 2020-05-06. No later filing is in the SEC companyfacts record captured on 2026-09-22. VIVUS INC 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-Q2020-05-06fiscal Q1 202040800001558370-20-005397
10-K2020-03-03fiscal FY 2019501450001558370-20-001956
10-Q2019-11-05fiscal Q3 2019391000001558370-19-009961
10-Q2019-08-06fiscal Q2 2019391000001558370-19-007219
10-Q2019-04-30fiscal Q1 201938770001558370-19-003605
10-K2019-02-26fiscal FY 2018501530001558370-19-001077
10-Q2018-11-01fiscal Q3 201836910001558370-18-008255
10-Q2018-08-07fiscal Q2 201836910001558370-18-006576
10-Q2018-05-08fiscal Q1 201833670001558370-18-004291
10-K2018-03-14fiscal FY 2017461430001558370-18-002019
10-Q2017-11-07fiscal Q3 201733820001558370-17-008384
10-Q2017-08-03fiscal Q2 201733820001558370-17-005836
10-Q2017-05-03fiscal Q1 201730600001558370-17-003379
10-K2017-03-08fiscal FY 2016421310001558370-17-001460
10-Q2016-11-09fiscal Q3 201630760001558370-16-009838
10-Q2016-08-04fiscal Q2 201630760001558370-16-007380
10-Q2016-05-03fiscal Q1 201630600001558370-16-005194
10-K2016-03-09fiscal FY 2015401160001558370-16-003936
10-Q2015-11-04fiscal Q3 201531800001558370-15-002262
10-Q2015-08-03fiscal Q2 201531790001558370-15-001313
10-Q2015-05-06fiscal Q1 201531630001104659-15-034875
10-K2015-02-25fiscal FY 2014401190001047469-15-001202
10-Q2014-11-05fiscal Q3 201432810001104659-14-077112
10-Q2014-08-07fiscal Q2 201434850001104659-14-058335
10-Q2014-05-06fiscal Q1 201434690001104659-14-035284
10-K2014-02-28fiscal FY 2013401110001047469-14-001523
10-Q2013-11-07fiscal Q3 201335880001104659-13-082370
10-Q2013-08-08fiscal Q2 201335880001104659-13-061804
10-Q2013-05-08fiscal Q1 201332640001104659-13-038954
10-K2013-02-26fiscal FY 2012411110001047469-13-001714
10-Q2012-11-06fiscal Q3 201234870001104659-12-074739
10-Q2012-08-07fiscal Q2 201233890001104659-12-055219
10-Q2012-05-07fiscal Q1 201232650001104659-12-033903
10-K2012-02-28fiscal FY 2011391120001047469-12-001783
10-Q2011-11-08fiscal Q3 201133880001104659-11-062110
10-Q2011-08-04fiscal Q2 201131830001104659-11-043667
10-Q2011-05-06fiscal Q1 201131630001104659-11-026850

Inspect the source

Entity
VIVUS INC / CIK 0000881524
Captured
SEC response SHA-256
a571846504837d2b6f4649e1653066c93574ea05c8e20e78d8e8ff3530c094b9

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