Skip to content

Universal Gaming Corporation: filings

Every Universal Gaming Corporation annual and quarterly report in the SEC record with the published financial measures it tagged, 30 filings, each linked to its SEC index.

Filing record ends 2024-04-16

The latest filing in this captured record is a 10-K filed 2024-04-16. No later filing is in the SEC companyfacts record captured on 2026-09-23. Universal Gaming Corporation 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-K2024-04-16fiscal FY 202318380001477932-24-002163
10-Q2023-11-14fiscal Q3 202317560001477932-23-008365
10-Q2023-10-02fiscal Q2 202317520001477932-23-007291
10-Q2023-10-02fiscal Q1 202314320001477932-23-007290
10-K2023-04-27fiscal FY 202218380001477932-23-002932
10-Q2022-11-14fiscal Q3 202218570001477932-22-008544
10-Q2022-08-09fiscal Q2 202215390001477932-22-005740
10-Q2022-05-09fiscal Q1 202212260001477932-22-003093
10-K2022-04-11fiscal FY 202118380001477932-22-002206
10-Q2021-11-22fiscal Q3 202114460001477932-21-008705
10-Q2021-08-23fiscal Q2 202113380001477932-21-005918
10-Q2021-05-26fiscal Q1 202113280001477932-21-003592
10-K2021-04-14fiscal FY 202015320001477932-21-002294
10-Q2020-11-16fiscal Q3 202014460001477932-20-006628
10-Q2020-08-14fiscal Q2 202014420001477932-20-004959
10-Q2020-05-20fiscal Q1 202014300001477932-20-002964
10-K2020-04-14fiscal FY 201915310001477932-20-001950
10-Q2019-11-12fiscal Q3 201915480001477932-19-006328
10-Q2019-08-13fiscal Q2 201914430001477932-19-004745
10-Q2019-05-15fiscal Q1 201914300001477932-19-002780
10-K2019-04-16fiscal FY 201814300001477932-19-001802
10-Q2018-11-13fiscal Q3 201814360001477932-18-005461
10-Q2018-08-13fiscal Q2 201814360001477932-18-003950
10-Q2018-05-07fiscal Q1 201814300001477932-18-002207
10-K2018-04-02fiscal FY 201715310001477932-18-001576
10-Q2017-11-13fiscal Q3 201714360001477932-17-005468
10-Q2017-08-08fiscal Q2 201715370001477932-17-003706
10-Q2017-05-05fiscal Q1 201715310001477932-17-002074
10-K2017-03-31fiscal FY 201615290001477932-17-001426
10-Q2016-11-04fiscal Q3 201615320001477932-16-013256

Inspect the source

Entity
Universal Gaming Corporation / CIK 0001670196
Captured
SEC response SHA-256
99e161a6277549ae0b0dd94228e1bdec303ddf037a3ff6d67a9900f803de79f2

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