Skip to content

VIVEVE MEDICAL, INC.: filings

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

Filing record ends 2022-11-10

The latest filing in this captured record is a 10-Q filed 2022-11-10. No later filing is in the SEC companyfacts record captured on 2026-09-22. VIVEVE MEDICAL, 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-Q2022-11-10fiscal Q3 2022421170001437749-22-026899
10-Q2022-08-11fiscal Q2 2022421130001437749-22-020117
10-Q2022-05-12fiscal Q1 202242850001437749-22-012122
10-K2022-03-17fiscal FY 202143860001437749-22-006580
10-Q2021-11-12fiscal Q3 2021411140001437749-21-026310
10-Q2021-08-12fiscal Q2 2021411100001437749-21-019758
10-Q2021-05-13fiscal Q1 202140810001437749-21-012057
10-K2021-03-18fiscal FY 202044990001437749-21-006480
10-Q2020-11-12fiscal Q3 2020411100001437749-20-023618
10-Q2020-08-13fiscal Q2 2020411050001437749-20-017819
10-Q2020-05-14fiscal Q1 202041830001437749-20-010764
10-K2020-03-19fiscal FY 201946970001437749-20-005684
10-Q2019-11-07fiscal Q3 2019431200001437749-19-021972
10-Q2019-08-08fiscal Q2 2019431140001437749-19-016049
10-Q2019-05-09fiscal Q1 201943920001437749-19-009297
10-K2019-03-15fiscal FY 201843880001437749-19-004974
10-Q2018-11-08fiscal Q3 2018401000001437749-18-020071
10-Q2018-08-09fiscal Q2 201838940001437749-18-015104
10-Q2018-05-10fiscal Q1 201837780001437749-18-009428
10-K2018-03-16fiscal FY 201740810001437749-18-004790
10-Q2017-11-08fiscal Q3 201736890001437749-17-018683
10-Q2017-08-10fiscal Q2 201733820001437749-17-014412
10-Q2017-05-11fiscal Q1 201734690001437749-17-008766
10-K2017-02-16fiscal FY 201636730001437749-17-002708
10-Q2016-11-10fiscal Q3 201633820001437749-16-041748
10-Q2016-08-11fiscal Q2 201633830001437749-16-037170
10-Q2016-05-13fiscal Q1 201631610001437749-16-031851
10-K2016-03-24fiscal FY 201535710001437749-16-028367
10-Q2015-11-13fiscal Q3 201532800001437749-15-020779
10-Q2015-08-14fiscal Q2 201532780001437749-15-015881
10-Q2015-05-15fiscal Q1 201530600001437749-15-010436
10-K2015-03-16fiscal FY 201437720001437749-15-005194
10-Q2014-11-14fiscal Q3 201433810001437749-14-020813
10-Q2014-08-13fiscal Q2 2014351010001437749-14-015271
10-Q2014-05-15fiscal Q1 201431650001437749-14-009243
10-K2014-03-31fiscal FY 201340800001437749-14-005495
10-Q2013-11-14fiscal Q3 201331830001104659-13-084736
10-Q2013-08-14fiscal Q2 201333870001104659-13-063994
10-Q2013-05-15fiscal Q1 201328580001104659-13-041999
10-K2013-03-29fiscal FY 201237740001104659-13-025838
10-Q2012-11-14fiscal Q3 201232850001104659-12-077902
10-Q2012-08-14fiscal Q2 201232850001104659-12-057647
10-Q2012-05-15fiscal Q1 201234650001104659-12-037481
10-K2012-03-30fiscal FY 201135660001104659-12-022855
10-Q2011-11-14fiscal Q3 201133790001104659-11-063687
10-Q2011-08-12fiscal Q2 201131770001104659-11-046412

Inspect the source

Entity
VIVEVE MEDICAL, INC. / CIK 0000879682
Captured
SEC response SHA-256
c81b48670ce8c4c8ee88d05a3c1794be0151a498427438b81998cc1f2f860e46

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