Skip to content

VNUE, Inc.: filings

Every VNUE, 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-Q2024-11-19fiscal Q3 202428880001829126-24-007673
10-Q2024-08-19fiscal Q2 202429860001829126-24-005646
10-Q2024-06-13fiscal Q1 202427560001829126-24-004192
10-K2024-04-15fiscal FY 202329580001829126-24-002516
10-Q2023-11-20fiscal Q3 202332970001829126-23-007593
10-Q2023-08-21fiscal Q2 202332960001829126-23-005556
10-Q2023-05-19fiscal Q1 202326530001829126-23-003628
10-K2023-04-17fiscal FY 202226510001829126-23-002781
10-Q2022-11-18fiscal Q3 202230800001829126-22-019359
10-Q2022-08-19fiscal Q2 202230770001829126-22-016041
10-Q2022-05-23fiscal Q1 202226510001829126-22-011674
10-K2022-04-15fiscal FY 202119400001829126-22-008226
10-Q2021-11-10fiscal Q3 202118540001477932-21-007997
10-Q2021-08-16fiscal Q2 202118510001477932-21-005448
10-Q2021-05-24fiscal Q1 202118390001477932-21-003479
10-K2021-04-08fiscal FY 202020410001477932-21-002126
10-Q2020-11-12fiscal Q3 202022660001477932-20-006442
10-Q2020-08-11fiscal Q2 202020600001477932-20-004709
10-Q2020-06-29fiscal Q1 202020430001477932-20-003598
10-K/A2020-06-03fiscal FY 201920410001477932-20-003208
10-K2020-05-19fiscal FY 201921430001477932-20-002901
10-Q2019-11-19fiscal Q3 201923710001477932-19-006683
10-Q2019-08-19fiscal Q2 201922630001477932-19-005033
10-Q2019-05-20fiscal Q1 201923470001477932-19-002997
10-K2019-04-16fiscal FY 201823460001477932-19-001759
10-Q2018-11-19fiscal Q3 201821540001477932-18-005693
10-Q2018-08-20fiscal Q2 201821550001477932-18-004222
10-Q2018-05-21fiscal Q1 201822420001477932-18-002664
10-K2018-04-16fiscal FY 201723430001477932-18-001831
10-Q2017-11-17fiscal Q3 201717430001477932-17-005692
10-Q2017-08-21fiscal Q2 201718450001477932-17-004126
10-Q2017-05-15fiscal Q1 201717330001477932-17-002305
10-K2017-04-14fiscal FY 201620390001477932-17-001746
10-Q2016-12-16fiscal Q3 201618440001477932-16-014127
10-Q2016-12-15fiscal Q2 201618440001477932-16-014102
10-Q2016-12-15fiscal Q1 201617330001477932-16-014100
10-K2016-12-15fiscal FY 201521400001477932-16-014094
10-Q2016-01-13fiscal Q3 201526770001144204-16-075493
10-Q2015-12-08fiscal Q2 201526760001144204-15-069879
10-Q2015-04-16fiscal Q3 201512320001062993-15-002007
10-Q2015-01-20fiscal Q2 201511280001062993-15-000212
10-Q2014-10-15fiscal Q1 201511220001062993-14-005986
10-K2014-09-15fiscal FY 201417350001062993-14-005490
10-Q2014-04-17fiscal Q3 201419640001062993-14-002258
10-Q2014-01-17fiscal Q2 201419620001062993-14-000255
10-Q2013-10-15fiscal Q1 201420520001062993-13-005009
10-K2013-09-16fiscal FY 201320640001062993-13-004639
10-Q2013-04-15fiscal Q3 201320640001062993-13-001879
10-Q2013-01-14fiscal Q2 201320640001062993-13-000233
10-Q2012-10-15fiscal Q1 201320520001062993-12-004110
10-K2012-09-13fiscal FY 201220630001206774-12-004025
10-Q2012-04-17fiscal Q3 201220640001206774-12-001506
10-Q2012-01-13fiscal Q2 201220640001206774-12-000112
10-Q/A2011-09-29fiscal Q1 201220520001206774-11-002154

Inspect the source

Entity
VNUE, Inc. / CIK 0001376804
Captured
2026-09-20T07:57:39.090Z
SEC response SHA-256
de2769826ef281fdd36883edec7b675fe66222c7a33cbc6a4a5da1dca8f417d9

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