Skip to content

ROGUE ONE, INC.: filings

Every ROGUE ONE, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 42 filings, each linked to its SEC index.

Filing record ends 2023-03-28

The latest filing in this captured record is a 10-Q filed 2023-03-28. No later filing is in the SEC companyfacts record captured on 2026-09-22. ROGUE ONE, 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-Q2023-03-28fiscal Q3 202141990001903596-23-000224
10-Q/A2022-08-09fiscal Q2 202134880001903596-22-000502
10-Q2021-08-25fiscal Q2 202119490001721868-21-000537
10-Q2021-05-24fiscal Q1 202119360001721868-21-000323
10-K2021-04-21fiscal FY 202018370001721868-21-000244
10-Q2020-11-20fiscal Q3 202018430001721868-20-000553
10-Q/A2020-10-13fiscal Q2 202018440001721868-20-000437
10-Q2020-08-14fiscal Q2 202018440001721868-20-000360
10-Q2020-06-01fiscal Q1 202017340001721868-20-000258
10-K2020-05-28fiscal FY 201917350001721868-20-000251
10-Q2020-04-06fiscal Q3 201919480001721868-20-000179
10-Q2020-04-06fiscal Q2 201919460001721868-20-000178
10-Q2020-04-06fiscal Q1 201919380001721868-20-000177
10-K2019-11-22fiscal FY 201817290001721868-19-000564
10-Q2019-07-30fiscal Q3 201817320001721868-19-000359
10-Q2019-07-16fiscal Q2 201818360001721868-19-000346
10-Q2019-06-19fiscal Q1 201818270001721868-19-000327
10-K2019-03-21fiscal FY 201712220001721868-19-000126
10-K/A2018-12-27fiscal FY 201616270001721868-18-000779
10-Q/A2018-05-01fiscal Q3 201634680001721868-18-000354
10-Q/A2018-05-01fiscal Q2 201634680001721868-18-000353
10-Q/A2018-05-01fiscal Q1 201634680001721868-18-000352
10-Q2018-04-06fiscal Q3 201528510001721868-18-000252
10-Q2015-08-17fiscal Q2 201534760001493152-15-003836
10-Q2015-05-22fiscal Q1 201535660001493152-15-002225
10-K2015-04-27fiscal FY 201435680001493152-15-001601
10-Q2014-11-14fiscal Q3 201431700001493152-14-003785
10-Q2014-08-18fiscal Q2 201431700001493152-14-002611
10-Q2014-05-15fiscal Q1 201428520001493152-14-001513
10-K2014-04-15fiscal FY 201326520001493152-14-001150
10-Q/A2014-02-03fiscal Q2 201325650001493152-14-000312
10-Q/A2014-02-03fiscal Q1 201325540001493152-14-000310
10-Q2013-11-19fiscal Q3 201326650001493152-13-002501
10-Q2013-08-14fiscal Q2 201325650001493152-13-001582
10-Q2013-05-23fiscal Q1 201325540001493152-13-001040
10-K/A2013-04-19fiscal FY 201231610001493152-13-000708
10-Q2012-11-13fiscal Q3 201228760001213900-12-006024
10-Q/A2012-09-04fiscal Q2 201227710001213900-12-005070
10-Q2012-05-29fiscal Q1 201228640001432093-12-000429
10-K2012-04-24fiscal FY 201126560001432093-12-000296
10-Q2011-11-18fiscal Q3 201125680001432093-11-000745
10-Q2011-08-15fiscal Q2 201115420001432093-11-000535

Inspect the source

Entity
ROGUE ONE, INC. / CIK 0001058330
Captured
SEC response SHA-256
bbd6bea644118f6cdb73f3e95e0cffe6d9fe47131b737c9029d348b3e80139d6

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