Skip to content

VENUS CONCEPT INC.: filings

Every VENUS CONCEPT INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 34 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-Q2025-11-13fiscal Q3 2025511450001437749-25-034606
10-Q2025-08-14fiscal Q2 2025511410001437749-25-026941
10-Q2025-05-15fiscal Q1 2025501010001437749-25-016989
10-K2025-03-31fiscal FY 2024531060001437749-25-009968
10-Q2024-11-13fiscal Q3 2024511380001437749-24-034660
10-Q2024-08-13fiscal Q2 2024511410001437749-24-026155
10-Q2024-05-15fiscal Q1 2024511030001437749-24-016788
10-K2024-04-01fiscal FY 2023531060001437749-24-010159
10-Q2023-11-14fiscal Q3 2023511450001437749-23-031980
10-Q2023-08-14fiscal Q2 2023511410001437749-23-023684
10-Q2023-05-15fiscal Q1 2023501010001437749-23-014313
10-K2023-03-27fiscal FY 2022531170001437749-23-007951
10-Q2022-11-10fiscal Q3 2022471360001437749-22-026907
10-Q2022-08-12fiscal Q2 2022471320001437749-22-020232
10-Q2022-05-12fiscal Q1 202246940001437749-22-012137
10-K2022-03-28fiscal FY 2021501010001437749-22-007293
10-K/A2021-12-22fiscal FY 202049960001140361-21-042774
10-Q2021-11-12fiscal Q3 2021461320001564590-21-056457
10-Q2021-08-13fiscal Q2 2021461280001564590-21-044162
10-Q2021-05-17fiscal Q1 202145900001564590-21-028408
10-K2021-03-29fiscal FY 202049960001564590-21-016142
10-Q2020-11-16fiscal Q3 2020461310001564590-20-054021
10-Q2020-08-13fiscal Q2 2020471310001564590-20-040044
10-Q2020-05-14fiscal Q1 202045900001564590-20-025485
10-K2020-03-30fiscal FY 201948960001564590-20-014222
10-Q2019-11-14fiscal Q3 2019431210001564590-19-043547
10-Q2019-08-14fiscal Q2 2019421190001564590-19-032161
10-Q2019-05-15fiscal Q1 201942840001564590-19-019399
10-K2019-03-20fiscal FY 2018441340001564590-19-008643
10-Q2018-11-05fiscal Q3 2018421120001564590-18-026823
10-Q2018-07-30fiscal Q2 2018411130001564590-18-017805
10-Q2018-05-14fiscal Q1 201837750001564590-18-013417
10-K2018-03-05fiscal FY 2017381220001564590-18-004378
10-Q2017-11-21fiscal Q3 2017361020001564590-17-024187

Inspect the source

Entity
VENUS CONCEPT INC. / CIK 0001409269
Captured
2026-09-21T17:19:37.869Z
SEC response SHA-256
edaed9e868fdc0c93e27020ee8e3b8e10ad2b1c9f72d55742e31a6e90ec0b949

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