Skip to content

NOBLE VICI GROUP, INC.: filings

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

Filing record ends 2021-11-22

The latest filing in this captured record is a 10-Q filed 2021-11-22. No later filing is in the SEC companyfacts record captured on 2026-09-22. NOBLE VICI 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-Q2021-11-22fiscal Q2 2022381090001683168-21-005875
10-Q2021-09-28fiscal Q1 202141830001683168-21-004530
10-K2021-07-13fiscal FY 202145900001683168-21-002931
10-Q2021-02-16fiscal Q3 2021441270001683168-21-000556
10-Q2020-11-27fiscal Q2 2021431200001683168-20-004114
10-Q2020-08-28fiscal Q1 202141840001683168-20-002893
10-K2020-08-14fiscal FY 202044890001683168-20-002689
10-Q2020-02-14fiscal Q3 2020421240001683168-20-000500
10-Q/A2019-11-19fiscal Q2 2020421220001683168-19-003732
10-Q2019-08-14fiscal Q1 202039810001683168-19-002596
10-K2019-07-15fiscal FY 201943880001683168-19-002188
10-Q2019-02-27fiscal Q3 2019421190001683168-19-000506
10-Q2019-02-19fiscal Q3 2019421190001683168-19-000433
10-Q2018-11-19fiscal Q2 2018401120001683168-18-003479
10-Q2018-08-21fiscal Q1 201838780001683168-18-002434
10-Q2018-08-20fiscal Q1 201838780001683168-18-002424
10-Q2018-05-11fiscal Q1 201820420001683168-18-001270
10-K2018-03-23fiscal FY 201722440001683168-18-000745
10-Q2017-11-15fiscal Q3 201721560001683168-17-003055
10-Q2017-08-14fiscal Q2 201716460001683168-17-002064
10-Q2017-05-17fiscal Q1 201716340001683168-17-001316
10-K2017-04-28fiscal FY 201617350001683168-17-001034
10-Q2016-11-17fiscal Q3 201616460001683168-16-000692
10-Q2016-08-17fiscal Q2 201616460001019687-16-007300
10-Q2016-05-19fiscal Q1 201616340001019687-16-006390
10-K2016-04-14fiscal FY 201518380001019687-16-005879
10-Q2015-11-13fiscal Q3 201516520001019687-15-004057
10-Q2015-08-12fiscal Q2 201516520001019687-15-003062
10-Q2015-05-12fiscal Q1 201514390001019687-15-001878
10-K2015-03-25fiscal FY 201414420001019687-15-001088
10-Q2014-11-12fiscal Q3 201416680001019687-14-004191
10-Q2014-08-07fiscal Q2 201416680001019687-14-003008
10-Q2014-05-15fiscal Q1 201419600001062993-14-003001
10-K2014-03-25fiscal FY 201319550001062993-14-001571
10-Q2013-11-18fiscal Q3 201319760001062993-13-005886
10-Q2013-09-13fiscal Q2 201319760001062993-13-004616
10-Q2013-05-15fiscal Q1 201319580001062993-13-002577
10-K2013-04-16fiscal FY 201219530001062993-13-001925
10-Q2012-11-19fiscal Q3 201220710001204459-12-001810
10-Q/A2012-10-02fiscal Q2 201220710001062993-12-003911
10-Q2012-05-21fiscal Q1 201214350001144204-12-030891
10-K2012-03-27fiscal FY 201118510001144204-12-017437
10-Q2011-11-10fiscal Q3 201114410001144204-11-062718
10-Q2011-07-21fiscal Q2 201114310001144204-11-041489

Inspect the source

Entity
NOBLE VICI GROUP, INC. / CIK 0001500122
Captured
SEC response SHA-256
a15f9abac61935d39278451ed0c47051ea34d2d43e09cb00cde1ae0a1db1d59f

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