Skip to content

Rampart Studios Inc.: filings

Every Rampart Studios 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 2022-05-31

The latest filing in this captured record is a 10-K filed 2022-05-31. No later filing is in the SEC companyfacts record captured on 2026-09-23. Rampart Studios 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-K2022-05-31fiscal FY 202118270001376474-22-000280
10-Q2022-05-31fiscal Q1 202220480001376474-22-000279
10-Q2021-11-12fiscal Q3 202118420001376474-21-000411
10-Q2021-08-23fiscal Q1 202118420001376474-21-000285
10-Q2021-05-12fiscal Q1 202118420001376474-21-000148
10-K2021-02-04fiscal FY 202016230001376474-21-000052
10-Q2020-11-10fiscal Q3 202018420001376474-20-000276
10-Q2020-07-29fiscal Q2 202018420001376474-20-000170
10-Q2020-04-29fiscal Q1 202018420001376474-20-000098
10-K2020-01-27fiscal FY 201916230001376474-20-000027
10-Q2019-10-21fiscal Q3 201918420001376474-19-000252
10-Q2019-07-23fiscal Q2 201918420001376474-19-000184
10-Q2019-04-18fiscal Q1 201918420001376474-19-000099
10-K2019-01-23fiscal FY 201816230001376474-19-000019
10-Q2018-11-07fiscal Q3 201818420001140705-18-000351
10-Q2018-07-19fiscal Q2 201818420001140705-18-000180
10-Q2018-04-16fiscal Q1 201818420001376474-18-000089
10-K2018-01-10fiscal FY 201716230001376474-18-000014
10-Q2017-10-20fiscal Q3 201718420001376474-17-000284
10-Q2017-07-24fiscal Q2 201718420001376474-17-000202
10-Q2017-05-09fiscal Q1 201718420001376474-17-000140
10-K2017-01-17fiscal FY 201616230001376474-17-000016
10-Q2016-10-11fiscal Q3 201617390001376474-16-000852
10-Q2016-08-11fiscal Q2 201617390001376474-16-000819
10-Q2016-05-04fiscal Q1 201617390001376474-16-000674
10-K2016-01-27fiscal FY 201517250001376474-16-000541
10-Q2015-10-29fiscal Q3 201517390001376474-15-000413
10-Q2015-07-24fiscal Q2 201517390001376474-15-000234
10-Q2015-05-06fiscal Q1 201517390001376474-15-000124
10-K2015-02-04fiscal FY 201417250001376474-15-000016
10-Q2014-10-31fiscal Q3 201417390001376474-14-000344
10-Q2014-07-11fiscal Q2 201416380001376474-14-000251
10-Q2014-04-22fiscal Q1 201416380001376474-14-000121
10-K2014-01-27fiscal FY 201317250001376474-14-000017
10-Q2013-10-25fiscal Q3 201316400001376474-13-000508
10-Q2013-07-25fiscal Q2 201317410001376474-13-000360
10-Q2013-05-09fiscal Q1 201317390001376474-13-000232
10-K/A2013-05-01fiscal FY 201217400001376474-13-000192
10-Q/A2013-05-01fiscal Q3 201217390001376474-13-000190
10-Q/A2013-05-01fiscal Q2 201217390001376474-13-000188
10-K/A2013-04-30fiscal FY 201117400001376474-13-000185
10-Q/A2013-04-29fiscal Q1 201217390001376474-13-000183
10-Q/A2013-04-29fiscal Q3 201117390001376474-13-000181
10-Q/A2013-04-26fiscal Q2 201117390001376474-13-000179

Inspect the source

Entity
Rampart Studios Inc. / CIK 0001432271
Captured
SEC response SHA-256
552bc5c001b298b363785e666ef815194433a96933d1078d52758f82af7955ce

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