Skip to content

Viva Entertainment Group Inc.: filings

Every Viva Entertainment Group Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 35 filings, each linked to its SEC index.

Filing record ends 2019-10-24

The latest filing in this captured record is a 10-Q filed 2019-10-24. No later filing is in the SEC companyfacts record captured on 2026-09-23. Viva Entertainment Group 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-Q2019-10-24fiscal Q3 201923680001213900-19-021064
10-Q2019-07-31fiscal Q2 201920570001264931-19-000153
10-Q2019-04-29fiscal Q1 201921430001264931-19-000059
10-K2019-02-28fiscal FY 201817350001264931-19-000042
10-Q2018-10-09fiscal Q3 201817440001264931-18-000110
10-Q2018-06-19fiscal Q2 201816400001264931-18-000072
10-Q2018-05-24fiscal Q1 201816320001264931-18-000058
10-K2018-05-07fiscal FY 201717330001264931-18-000044
10-Q2017-11-29fiscal Q3 201720490001264931-17-000107
10-Q2017-11-03fiscal Q3 201720490001264931-17-000089
10-Q2017-07-14fiscal Q2 201718310001264931-17-000057
10-Q2017-04-06fiscal Q1 201716250001264931-17-000030
10-K2017-02-21fiscal FY 201617200001264931-17-000020
10-Q2016-09-13fiscal Q3 201616220001264931-16-000407
10-Q2016-07-20fiscal Q2 201616220001264931-16-000380
10-Q2016-07-01fiscal Q1 201614280001264931-16-000372
10-K2016-06-28fiscal FY 201418340001264931-16-000368
10-Q2016-06-23fiscal Q3 201517400001264931-16-000363
10-Q2016-06-17fiscal Q2 201517410001264931-16-000358
10-Q2016-06-15fiscal Q1 201517320001264931-16-000356
10-K2016-06-10fiscal FY 201318360001264931-16-000351
10-Q2014-09-22fiscal Q3 201416580001144204-14-057072
10-Q2014-06-16fiscal Q2 201416610001144204-14-037915
10-Q2014-03-18fiscal Q1 201416460001144204-14-016455
10-K2014-01-29fiscal FY 201315420001144204-14-004656
10-Q2013-09-23fiscal Q3 201314480001144204-13-051956
10-Q2013-06-18fiscal Q2 201315490001144204-13-035428
10-Q2013-03-18fiscal Q1 201314370001144204-13-015684
10-K2013-01-30fiscal FY 201214400001144204-13-004866
10-Q2012-09-14fiscal Q3 201214440001185185-12-002041
10-Q2012-06-13fiscal Q2 201214400001185185-12-001332
10-K/A2012-05-29fiscal FY 201114350001185185-12-001245
10-Q2012-03-16fiscal Q1 201214350001185185-12-000400
10-K2012-01-30fiscal FY 201114350001185185-12-000138
10-Q2011-09-19fiscal Q3 201114430001185185-11-001556

Inspect the source

Entity
Viva Entertainment Group Inc. / CIK 0001479000
Captured
SEC response SHA-256
7e98b5c1ddbc4760581a9a1cdf480913c9b583bc69fb39c71c53c97d86401df5

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